- Timestamp:
- May 19, 2008, 2:36:20 AM (17 years ago)
- Location:
- trunk/libc/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libc/src/fbsdlibc/gdtoa/Makefile.kmk
r2704 r3649 92 92 93 93 # generate arith.h 94 ## @todo check TARGET_arithchk 95 $(PATH_TARGET)/arith.h: $(TARGET_arithchk) 96 $ (TARGET_arithchk)> $@.tmp94 $(PATH_TARGET)/arith.h: $$(TARGET_arithchk) 95 $(TEST) -n $< -a -f $< 96 $< > $@.tmp 97 97 $(MV) -f $@.tmp $@ 98 98 -
trunk/libc/src/libc/conv/Makefile.kmk
r2717 r3649 90 90 91 91 # Generate the big integer tables. 92 $(PATH_TARGET)/bipow5.tab: $ (TARGET_makepow5) | $(call DIRDEP,$(PATH_TARGET))93 $ (TARGET_makepow5)-o $@ -s -m325 495192 $(PATH_TARGET)/bipow5.tab: $$(TARGET_makepow5) | $(call DIRDEP,$(PATH_TARGET)) 93 $< -o $@ -s -m325 4951 94 94 95 95
Note:
See TracChangeset
for help on using the changeset viewer.