Changeset 2019 for trunk


Ignore:
Timestamp:
Jun 12, 2005, 9:40:28 AM (20 years ago)
Author:
bird
Message:

Fixed build break, some rename business in ar went quietly wrong.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/src/lib/libc.smak

    • Property cvs2svn:cvs-rev changed from 1.65 to 1.66
    r2018 r2019  
    204204                $.aout/libsyslog.a  $.aout/tcpipv4/libsyslog.a
    205205        $(call RM,$@)
    206         $(IMPLIB) -o $@ $<
    207         echo "OPEN $@" > $@.ar-script
     206        $(IMPLIB) -o $@.imp.a $<
     207        echo "CREATE $@.tmp.a" > $@.ar-script
     208        echo "VERBOSE" >> $@.ar-script
    208209        echo "ADDMOD $(filter %.o,$^)" >> $@.ar-script
     210        echo "ADDLIB $@.imp.a" >> $@.ar-script
    209211        echo "ADDLIB $(dir $@)libsocket.a" >> $@.ar-script
    210212        echo "ADDLIB $(dir $@)libsyslog.a" >> $@.ar-script
     
    212214        echo "END" >> $@.ar-script
    213215        $(AR) -M < $@.ar-script
     216        mv -f $@.tmp.a $@
    214217
    215218# LIBC.LOG - Logging and checking version of libcXY.dll
Note: See TracChangeset for help on using the changeset viewer.