]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
configure: Add missing 'action' argument to trap.
authorMatthias Klose <doko@debian.org>
Fri, 30 Jul 2004 19:08:17 +0000 (19:08 +0000)
committerMatthias Klose <doko@gcc.gnu.org>
Fri, 30 Jul 2004 19:08:17 +0000 (19:08 +0000)
2004-07-30  Matthias Klose  <doko@debian.org>

        * configure: Add missing 'action' argument to trap.

From-SVN: r85349

ChangeLog
configure

index 694f494b3c476c83683d71313c39a8d9cd1aaec5..c1d4c22dbb24414097a0a6413de4da70f574f007 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-07-30  Matthias Klose  <doko@debian.org>
+
+       * configure: Add missing 'action' argument to trap.
+
 2004-05-31  Release Manager
 
        * GCC 3.3.4 Released.
index d055bd8c18fc53d676a00fa1c30bdffe81e40414..38ef982eb4bddea84ae065c702f1c6729ad3e495 100755 (executable)
--- a/configure
+++ b/configure
@@ -89,7 +89,7 @@ subdirs=
 target_alias=NOTARGET
 target_makefile_frag=
 undefs=NOUNDEFS
-version="$Revision: 1.48 $"
+version="$Revision: 1.49 $"
 x11=default
 bindir='${exec_prefix}/bin'
 sbindir='${exec_prefix}/sbin'
@@ -697,7 +697,7 @@ fi
 if test -f skip-this-dir; then
        # Perform the same cleanup as the trap handler, minus the "exit 1" of course,
        # and reset the trap handler.
-       trap 0
+       trap '' 0
        rm -rf Makefile* ${tmpdir}
        # Execute the final clean-up actions
        ${config_shell} skip-this-dir
@@ -1596,7 +1596,7 @@ fi
 # Perform the same cleanup as the trap handler, minus the "exit 1" of course,
 # and reset the trap handler.
 rm -rf ${tmpdir}
-trap 0
+trap '' 0
 
 exit 0