- Timestamp:
- Apr 14, 2007 12:43:55 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/Makefile
r1528 r2086 179 179 -f $(if $(eq $(BUILD_TARGET),darwin),macho,elf) \ 180 180 $(foreach inc,$(INCS),-I$(inc)/) -o [email protected] -l [email protected] $< 181 $(SED) -f tstAsmStructsAsm-lst.sed [email protected] > $@ 181 182 else 182 183 $(QUIET)$(TOOL_NASM_AS) \ 184 -g \ 183 185 $(addprefix -D, \ 184 186 $(DEFS) \ … … 191 193 -f $(if $(eq $(BUILD_TARGET),darwin),macho,elf) \ 192 194 $(foreach inc,$(INCS),-I$(inc)/) -o [email protected] -l [email protected] $< 193 endif 194 $(SED) -f tstAsmStructsAsm-lst.sed [email protected] > $@ 195 nm [email protected] | $(SED) \ 196 -e '/[0-9a-fA-F][0-9a-fA-F]* [^a] /d' \ 197 -e 's/[0-9a-fA-F][0-9a-fA-F]* a \([^ ]*\)/global \1/' \ 198 > $@ 199 endif 195 200 196 201
Note:
See TracChangeset
for help on using the changeset viewer.