]> git.ipfire.org Git - ipfire-3.x.git/blobdiff - bash/patches/bash-2.05b-xcc.patch
bash: Update to 5.0
[ipfire-3.x.git] / bash / patches / bash-2.05b-xcc.patch
diff --git a/bash/patches/bash-2.05b-xcc.patch b/bash/patches/bash-2.05b-xcc.patch
deleted file mode 100644 (file)
index ad42832..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
---- bash-3.1/Makefile.in.xcc   2005-10-25 19:37:52.000000000 +0100
-+++ bash-3.1/Makefile.in       2005-12-23 16:11:09.000000000 +0000
-@@ -68,6 +68,7 @@
- ARFLAGS = @ARFLAGS@
- RANLIB = @RANLIB@
- SIZE = @SIZE@
-+STRIP = strip
- INSTALL = @INSTALL@
- INSTALL_PROGRAM = @INSTALL_PROGRAM@
-@@ -535,7 +536,7 @@
-       @chmod a+rx bashbug
- strip:        $(Program) .made
--      strip $(Program)
-+      $(STRIP) $(Program)
-       ls -l $(Program)
-       -$(SIZE) $(Program)