Changeset 3649 for trunk


Ignore:
Timestamp:
May 19, 2008, 2:36:20 AM (17 years ago)
Author:
bird
Message:

Double expansion fixes the parallel build/dependency issue.

Location:
trunk/libc/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/libc/src/fbsdlibc/gdtoa/Makefile.kmk

    r2704 r3649  
    9292
    9393# generate arith.h
    94 ## @todo check TARGET_arithchk
    95 $(PATH_TARGET)/arith.h: $(TARGET_arithchk)
    96         $(TARGET_arithchk) > $@.tmp
     94$(PATH_TARGET)/arith.h: $$(TARGET_arithchk)
     95        $(TEST) -n $<  -a  -f $<
     96        $< > $@.tmp
    9797        $(MV) -f $@.tmp $@
    9898
  • trunk/libc/src/libc/conv/Makefile.kmk

    r2717 r3649  
    9090
    9191# Generate the big integer tables.
    92 $(PATH_TARGET)/bipow5.tab: $(TARGET_makepow5) | $(call DIRDEP,$(PATH_TARGET))
    93         $(TARGET_makepow5) -o $@ -s -m325 4951
     92$(PATH_TARGET)/bipow5.tab: $$(TARGET_makepow5) | $(call DIRDEP,$(PATH_TARGET))
     93        $< -o $@ -s -m325 4951
    9494
    9595
Note: See TracChangeset for help on using the changeset viewer.