summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1993-04-05 03:09:08 +0000
committerJim Meyering <jim@meyering.net>1993-04-05 03:09:08 +0000
commitb93c15a217f6deadb312ecfa89a941f0db25f920 (patch)
tree8996688d1cbc9f274f7c6a3e695541fbdd90003f /old
parent5c0034bed540684686f691096a48a390d8e6620f (diff)
downloadcoreutils-b93c15a217f6deadb312ecfa89a941f0db25f920.tar.xz
.
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog4
-rw-r--r--old/fileutils/NEWS1
2 files changed, 5 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 01d676faa..188a3bc20 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -26,6 +26,10 @@ Sun Apr 4 09:38:00 1993 Jim Meyering (meyering@comco.com)
* system.h [rindex, incl, bcopy, bzero]: Ditto.
* userspec.c [index]: Ditto.
+ * Makefile.in [CFLAGS, LDFLAGS]: Don't hard-code these; get their
+ definitions from configure.
+ * configure.in [CFLAGS, LDFLAGS]: Assign reasonable defaults.
+
Sat Apr 3 18:17:23 1993 Jim Meyering (meyering@comco.com)
* Makefile.in [Makefile]: Add dependencies and a rule to remake it.
diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS
index 9019b5859..289a77650 100644
--- a/old/fileutils/NEWS
+++ b/old/fileutils/NEWS
@@ -1,4 +1,5 @@
Major changes in release 3.5:
+* configuring with gcc uses CFLAGS='-g -O' by default
* all programs accept --help and --version options
* long-named options must be introduced with `--'; `+' is no longer
accepted since it is incompatible with the POSIX.2 standard