Changeset 1141 for trunk/Makefile
- Timestamp:
- Feb 2, 2004, 12:36:54 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
-
Property cvs2svn:cvs-rev
changed from
1.64
to1.65
r1140 r1141 1058 1058 binutils-install-it: 1059 1059 $(MAKE) $(MAKEOPT) prefix=$(ALL_PREFIX) install 1060 mv -f $(ALL_PREFIX)/bin/ld.exe $(ALL_PREFIX)/bin/ld-bad.exe 1061 mv -f $(ALL_PREFIX)/i386-pc-os2-emx/bin/ld.exe $(ALL_PREFIX)/i386-pc-os2-emx/bin/ld-bad.exe 1060 1062 1061 1063 … … 1105 1107 rm -Rf $(PATH_BUILTTOOLS_TMP) 1106 1108 $(MAKE) $(MAKEOPT) -C $(PATH_OBJ)/binutils prefix=$(PATH_BUILTTOOLS_TMPD) install 1107 rm $(PATH_BUILTTOOLS_TMP)/bin/ld.exe 1109 mv -f $(PATH_BUILTTOOLS_TMP)/bin/ld.exe $(PATH_BUILTTOOLS_TMP)/bin/ld-bad.exe 1110 mv -f $(PATH_BUILTTOOLS_TMP)/i386-pc-os2-emx/bin/ld.exe $(PATH_BUILTTOOLS_TMP)/i386-pc-os2-emx/bin/ld-bad.exe 1108 1111 cp -Rf $(PATH_BUILTTOOLS_TMP)/* $(PATH_BUILTTOOLS)/ 1109 1112 rm -Rf $(PATH_BUILTTOOLS_TMP) -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.