mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
590 B

  1. --- gcc-3.2.3/configure 2002-06-24 18:14:28.000000000 +0200
  2. +++ gcc-3.2.3/configure.patch 2004-08-29 04:43:41.000000000 +0200
  3. @@ -697,7 +697,7 @@
  4. if test -f skip-this-dir; then
  5. # Perform the same cleanup as the trap handler, minus the "exit 1" of course,
  6. # and reset the trap handler.
  7. - trap 0
  8. + trap - 0
  9. rm -rf Makefile* ${tmpdir}
  10. # Execute the final clean-up actions
  11. ${config_shell} skip-this-dir
  12. @@ -1615,7 +1615,7 @@
  13. # Perform the same cleanup as the trap handler, minus the "exit 1" of course,
  14. # and reset the trap handler.
  15. rm -rf ${tmpdir}
  16. -trap 0
  17. +trap - 0
  18. exit 0