Changeset 1588 for branches/GNU/src/gcc/configure
- Timestamp:
- Nov 3, 2004, 6:47:21 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/gcc/configure
-
Property cvs2svn:cvs-rev
changed from
1.1.1.2
to1.1.1.3
r1587 r1588 90 90 target_makefile_frag= 91 91 undefs=NOUNDEFS 92 version="$Revision: 1.49 $"92 version="$Revision: 1.49.4.1 $" 93 93 x11=default 94 94 bindir='${exec_prefix}/bin' … … 698 698 # Perform the same cleanup as the trap handler, minus the "exit 1" of course, 699 699 # and reset the trap handler. 700 trap 0700 trap '' 0 701 701 rm -rf Makefile* ${tmpdir} 702 702 # Execute the final clean-up actions … … 1598 1598 # and reset the trap handler. 1599 1599 rm -rf ${tmpdir} 1600 trap 01600 trap '' 0 1601 1601 1602 1602 exit 0 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.