Ignore:
Timestamp:
Nov 4, 2004, 1:37:17 AM (21 years ago)
Author:
bird
Message:

Joined the GCC 3.3.5.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gcc/configure

    • Property cvs2svn:cvs-rev changed from 1.3 to 1.4
    r1599 r1600  
    9090target_makefile_frag=
    9191undefs=NOUNDEFS
    92 version="$Revision: 1.49 $"
     92version="$Revision: 1.49.4.1 $"
    9393x11=default
    9494bindir='${exec_prefix}/bin'
     
    698698        # Perform the same cleanup as the trap handler, minus the "exit 1" of course,
    699699        # and reset the trap handler.
    700         trap 0
     700        trap '' 0
    701701        rm -rf Makefile* ${tmpdir}
    702702        # Execute the final clean-up actions
     
    15981598# and reset the trap handler.
    15991599rm -rf ${tmpdir}
    1600 trap 0
     1600trap '' 0
    16011601
    16021602exit 0
Note: See TracChangeset for help on using the changeset viewer.