diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1994-12-12 02:18:01 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1994-12-12 02:18:01 +0000 |
commit | 890071c2a5366dc8a3104a3fb01c1bda05d35898 (patch) | |
tree | f2f9b4729cf61d0f3293126ef7f1d9b8e4d7ba94 /shells/bash/files/patch-ab | |
parent | c38bd5c9424224274e7ea56d0898bf6e722759df (diff) | |
download | ports-890071c2a5366dc8a3104a3fb01c1bda05d35898.tar.gz ports-890071c2a5366dc8a3104a3fb01c1bda05d35898.zip |
Notes
Diffstat (limited to 'shells/bash/files/patch-ab')
-rw-r--r-- | shells/bash/files/patch-ab | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/shells/bash/files/patch-ab b/shells/bash/files/patch-ab index b3851b10a007..5bb8de2d202c 100644 --- a/shells/bash/files/patch-ab +++ b/shells/bash/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 |