summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1993-04-24 03:12:02 +0000
committerJim Meyering <jim@meyering.net>1993-04-24 03:12:02 +0000
commit8993498904ab594d404ce7b287beee37c6c5e708 (patch)
tree8723ca05e0e2efc8eb721da2bde5ffc47a7d7322 /old
parentcff8d231ff42cdd533ba430a9a887bc856f9e44a (diff)
downloadcoreutils-8993498904ab594d404ce7b287beee37c6c5e708.tar.xz
.
Diffstat (limited to 'old')
-rw-r--r--old/textutils/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index 34aaf66be..7fbc38051 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,3 +1,19 @@
+Fri Apr 23 21:53:47 1993 Jim Meyering (meyering@comco.com)
+
+ * Makefile.in [CFLAGS, LDFLAGS]: Don't set to -g explicitely;
+ configure's AC_SUBST will set these.
+
+ * Makefile.in [Makefile]: Add dependencies and a rule to remake it.
+ [targets that cd then run make in subdirectories]: Don't depend
+ on `cd ..'; use a subshell instead.
+
+ * Makefile.in [info, install-info, dvi, check, installcheck]:
+ New targets but no rules; comply with standards.
+
+ * configure.in [CFLAGS]: Default to -g -O if CC is gcc and the user
+ hasn't specified CFLAGS.
+ [LDFLAGS]: Substitute into Makefile.
+
Tue Mar 30 21:36:11 1993 Jim Meyering (meyering@comco.com)
* od.c: New option --compatible, -C.