Changeset 3100 for branches


Ignore:
Timestamp:
Apr 15, 2007, 1:45:29 AM (18 years ago)
Author:
bird
Message:

Some parallel building hacks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/libc-0.6/src/emx/src/lib/libc.smak

    r2815 r3100  
    212212        cat "src/lib/libstdc++.def" >> $@.tmp
    213213        mv -f $@.tmp $@
    214    
     214
    215215
    216216# LIBC import libraries with dllinit, libsocket and libsyslog.
     
    445445        $(call TOUCH,$@)
    446446
     447libc-std.h: $.stmp-libc-std
     448
    447449# dependencies to help make (baka, baka, baka)
    448450$.omf-prof/src/lib/startup/dllinit.obj: $.aout-prof/src/lib/startup/dllinit.o
     
    480482libc-dll: $.omf/libc061.dll
    481483
     484
     485# Some parallel building hacks (kmk only as vanilla make doesn't support this syntax).
     486ifdef KMK_VERSION
     487.NOTPARALLEL: $.stmp-libc-std $.libc-std.h $(LIBC.PRF.DLL) $(LIBC.LOG.DLL) $(LIBC.ELH.DLL)
     488endif
     489
Note: See TracChangeset for help on using the changeset viewer.