Changeset 1375


Ignore:
Timestamp:
Apr 19, 2004, 3:20:02 AM (21 years ago)
Author:
bird
Message:

ld stuff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/Makefile

    • Property cvs2svn:cvs-rev changed from 1.86 to 1.87
    r1374 r1375  
    13041304binutils-quick-installstage:
    13051305        rm -Rf $(PATH_BUILTTOOLS_TMP)
     1306        test $(PATH_BUILTTOOLS_TMP)/bin/ld.exe                       && cp -f $(PATH_BUILTTOOLS_TMP)/bin/ld.exe                       $(PATH_BUILTTOOLS_TMP)/bin/ld-saved.exe
     1307        test $(PATH_BUILTTOOLS_TMP)/i386-pc-os2-emx/bin/ld.exe       && cp -f $(PATH_BUILTTOOLS_TMP)/i386-pc-os2-emx/bin/ld.exe       $(PATH_BUILTTOOLS_TMP)/i386-pc-os2-emx/bin/ld-saved.exe
    13061308        $(MAKE) $(MAKEOPT) -C $(PATH_OBJ)/binutils prefix=$(PATH_BUILTTOOLS_TMPD) install
    1307         mv -f $(PATH_BUILTTOOLS_TMP)/bin/ld.exe  $(PATH_BUILTTOOLS_TMP)/bin/ld-bad.exe
     1309        mv -f $(PATH_BUILTTOOLS_TMP)/bin/ld.exe                  $(PATH_BUILTTOOLS_TMP)/bin/ld-bad.exe
    13081310        mv -f $(PATH_BUILTTOOLS_TMP)/i386-pc-os2-emx/bin/ld.exe  $(PATH_BUILTTOOLS_TMP)/i386-pc-os2-emx/bin/ld-bad.exe
     1311        test $(PATH_BUILTTOOLS_TMP)/bin/ld-saved.exe                 && mv -f $(PATH_BUILTTOOLS_TMP)/bin/ld-saved.exe                 $(PATH_BUILTTOOLS_TMP)/bin/ld.exe
     1312        test $(PATH_BUILTTOOLS_TMP)/i386-pc-os2-emx/bin/ld-saved.exe && mv -f $(PATH_BUILTTOOLS_TMP)/i386-pc-os2-emx/bin/ld-saved.exe $(PATH_BUILTTOOLS_TMP)/i386-pc-os2-emx/bin/ld.exe
    13091313        cp -Rf $(PATH_BUILTTOOLS_TMP)/* $(PATH_BUILTTOOLS)/
    13101314        rm -Rf $(PATH_BUILTTOOLS_TMP)
Note: See TracChangeset for help on using the changeset viewer.