Changeset 1375
- Timestamp:
- Apr 19, 2004, 3:20:02 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/Makefile ¶
-
Property cvs2svn:cvs-rev
changed from
1.86
to1.87
r1374 r1375 1304 1304 binutils-quick-installstage: 1305 1305 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 1306 1308 $(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.exe1309 mv -f $(PATH_BUILTTOOLS_TMP)/bin/ld.exe $(PATH_BUILTTOOLS_TMP)/bin/ld-bad.exe 1308 1310 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 1309 1313 cp -Rf $(PATH_BUILTTOOLS_TMP)/* $(PATH_BUILTTOOLS)/ 1310 1314 rm -Rf $(PATH_BUILTTOOLS_TMP) -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.