Changeset 1600 for trunk/src/gcc/configure
- Timestamp:
- Nov 4, 2004, 1:37:17 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gcc/configure
-
Property cvs2svn:cvs-rev
changed from
1.3
to1.4
r1599 r1600 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.