Changeset 3414 for branches/libc-0.6


Ignore:
Timestamp:
Jun 11, 2007, 10:18:10 PM (18 years ago)
Author:
bird
Message:

must unlock the forwarder dlls if we cannot replace them.

File:
1 edited

Legend:

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

    r3413 r3414  
    474474        gcc -Zomf -o $@ -nostdlib -Zdll $^
    475475$(INS)lib/libc06.dll: $.omf/libc06.dll
     476        if test -f $@; then rm -f $@ || (unlock $(subst /,\\,$@) && rm -f $@); fi
    476477        $(call CP,$<,$@)
    477478INS.FILES += $(INS)lib/libc06.dll
     
    486487        gcc -Zomf -o $@ -nostdlib -Zdll $^
    487488$(INS)lib/libc061.dll: $.omf/libc061.dll
     489        if test -f $@; then rm -f $@ || (unlock $(subst /,\\,$@) && rm -f $@); fi
    488490        $(call CP,$<,$@)
    489491INS.FILES += $(INS)lib/libc061.dll
     
    498500        gcc -Zomf -o $@ -nostdlib -Zdll $^
    499501$(INS)lib/libc062.dll: $.omf/libc062.dll
     502        if test -f $@; then rm -f $@ || (unlock $(subst /,\\,$@) && rm -f $@); fi
    500503        $(call CP,$<,$@)
    501504INS.FILES += $(INS)lib/libc062.dll
Note: See TracChangeset for help on using the changeset viewer.