- 3.1.
- No longer need ia64, utf8, multibyteifs, jobs, sigpipe, read-e-segfault,
manpage, crash, pwd, afs, subshell patches.
- Remove wrap patch for now.
- Use upstream patch to fix arrays.
2006-01-02 11:02:48 +00:00
|
|
|
--- 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 @@
|
2004-09-09 03:27:29 +00:00
|
|
|
ARFLAGS = @ARFLAGS@
|
|
|
|
RANLIB = @RANLIB@
|
- 3.1.
- No longer need ia64, utf8, multibyteifs, jobs, sigpipe, read-e-segfault,
manpage, crash, pwd, afs, subshell patches.
- Remove wrap patch for now.
- Use upstream patch to fix arrays.
2006-01-02 11:02:48 +00:00
|
|
|
SIZE = @SIZE@
|
|
|
|
+STRIP = strip
|
2004-09-09 03:27:29 +00:00
|
|
|
|
|
|
|
INSTALL = @INSTALL@
|
|
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
- 3.1.
- No longer need ia64, utf8, multibyteifs, jobs, sigpipe, read-e-segfault,
manpage, crash, pwd, afs, subshell patches.
- Remove wrap patch for now.
- Use upstream patch to fix arrays.
2006-01-02 11:02:48 +00:00
|
|
|
@@ -535,7 +536,7 @@
|
2004-09-09 03:27:29 +00:00
|
|
|
@chmod a+rx bashbug
|
|
|
|
|
|
|
|
strip: $(Program) .made
|
|
|
|
- strip $(Program)
|
|
|
|
+ $(STRIP) $(Program)
|
|
|
|
ls -l $(Program)
|
- 3.1.
- No longer need ia64, utf8, multibyteifs, jobs, sigpipe, read-e-segfault,
manpage, crash, pwd, afs, subshell patches.
- Remove wrap patch for now.
- Use upstream patch to fix arrays.
2006-01-02 11:02:48 +00:00
|
|
|
-$(SIZE) $(Program)
|
2004-09-09 03:27:29 +00:00
|
|
|
|