Ignore:
Timestamp:
Nov 3, 2004, 6:47:21 AM (21 years ago)
Author:
bird
Message:

GCC v3.3.5 - official sources.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/gcc/configure

    • Property cvs2svn:cvs-rev changed from 1.1.1.2 to 1.1.1.3
    r1587 r1588  
    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.