From 890071c2a5366dc8a3104a3fb01c1bda05d35898 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Mon, 12 Dec 1994 02:18:01 +0000 Subject: Upgrade to 1.14.3 --- shells/bash3/files/patch-ab | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) (limited to 'shells/bash3/files/patch-ab') diff --git a/shells/bash3/files/patch-ab b/shells/bash3/files/patch-ab index b3851b10a007..5bb8de2d202c 100644 --- a/shells/bash3/files/patch-ab +++ b/shells/bash3/files/patch-ab @@ -1,5 +1,5 @@ -*** cpp-Makefile.orig Thu Sep 29 05:00:51 1994 ---- cpp-Makefile Tue Jul 19 14:02:14 1994 +*** cpp-Makefile.orig Mon Dec 12 04:14:30 1994 +--- cpp-Makefile Mon Dec 12 04:14:30 1994 *************** *** 136,144 **** /* This is guaranteed to work, even if you have the fixed includes! @@ -22,6 +22,23 @@ #else /* !HAVE_GCC */ CC = CPP_CC *************** +*** 304,310 **** + /**/# The GNU coding standards don't recognize the possibility that + /**/# other information besides optimization and debugging might be + /**/# passed to cc. A different name should have been used. +! CFLAGS = -O -g + + SYSTEM_FLAGS = $(LINEBUF) $(VPRINTF) $(UNISTD) $(STDLIB) $(LIMITSH) \ + $(GROUPS) $(RESOURCE) $(PARAM) $(SIGHANDLER) $(SYSDEP) $(WAITH) \ +--- 304,310 ---- + /**/# The GNU coding standards don't recognize the possibility that + /**/# other information besides optimization and debugging might be + /**/# passed to cc. A different name should have been used. +! #CFLAGS = -O -g + + SYSTEM_FLAGS = $(LINEBUF) $(VPRINTF) $(UNISTD) $(STDLIB) $(LIMITSH) \ + $(GROUPS) $(RESOURCE) $(PARAM) $(SIGHANDLER) $(SYSDEP) $(WAITH) \ +*************** *** 383,389 **** Program = bash -- cgit v1.2.3