]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Sat, 24 Apr 1993 03:12:02 +0000 (03:12 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 24 Apr 1993 03:12:02 +0000 (03:12 +0000)
old/textutils/ChangeLog

index 34aaf66bea716f8822ef871458de4f4a5fd7a560..7fbc3805169583e8d979a07a3cb385c38e37d2dc 100644 (file)
@@ -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.