+Fri Sep 19 09:20:49 1997 Paul D. Smith <psmith@baynetworks.com>
+
+ * Makefile.am: Add loadavg files to clean rules.
+
+ * configure.in (AC_OUTPUT): Remove stamp-config; no longer needed.
+ * Makefile.ami (distclean): Ditto.
+ * SMakefile (distclean): Ditto.
+
+ * main.c (main): Arg count should be int, not char! Major braino.
+
Tue Sep 16 10:18:22 1997 Paul D. Smith <psmith@baynetworks.com>
* Version 3.76 released.
SUBDIRS = glob
+MOSTLYCLEANFILES = loadavg.c
+CLEANFILES = loadavg
+
# --------------- Local DIST Section
# Install the w32 subdirectory
# specified, or else in the srcdir or the distdir, their parents, and _their_
# parents.
#
-check-regression:
+check-regression: all
here=`pwd`; testdir=""; \
case "$(MAKE_TEST)" in "") \
for d1 in $$here $(srcdir); do \
-$(RM) make loadavg "#?.o" core make.dvi
distclean: clean glob-realclean
- -$(RM) Makefile config.h config.status build.sh stamp-config
+ -$(RM) Makefile config.h config.status build.sh
-$(RM) config.log config.cache
-$(RM) TAGS tags
-$(RM) make.?? make.??s make.log make.toc make.*aux
GNU make NEWS -*-indented-text-*-
History of user-visible changes.
- 18 Aug 1997
+ 19 Sep 1997
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
See the end for copying conditions.
Please send GNU make bug reports to bug-gnu-utils@prep.ai.mit.edu.
\f
+Version 3.76.1
+
+* Small (but serious) bug fix. Quick rollout to get into the GNU source CD.
+\f
Version 3.76
* GNU make now uses automake to control Makefile.in generation. This
-$(RM) -f make loadavg *.o core make.dvi
distclean: clean glob-realclean
- -$(RM) -f Makefile config.h config.status build.sh stamp-config
+ -$(RM) -f Makefile config.h config.status build.sh
-$(RM) -f config.log config.cache
-$(RM) -f TAGS tags
-$(RM) -f make.?? make.??s make.log make.toc make.*aux
AC_PREREQ(2.12)dnl dnl Minimum Autoconf version required.
AC_INIT(vpath.c)dnl dnl A distinctive file to look for in srcdir.
-AM_INIT_AUTOMAKE(make, 3.76)
+AM_INIT_AUTOMAKE(make, 3.76.1)
AM_CONFIG_HEADER(config.h)
AC_CONFIG_SUBDIRS(glob)
fi
rm -f s.conftest conftoast
-AC_OUTPUT(Makefile build.sh, [
-# Makefile uses this timestamp file to know when to remake Makefile,
-# build.sh, and glob/Makefile.
-touch stamp-config])
+AC_OUTPUT(Makefile build.sh)
dnl Local Variables:
dnl comment-start: "dnl "
time_t *makefile_mtimes = 0;
unsigned int mm_idx = 0;
char **nargv = argv;
- char nargc = argc;
+ int nargc = argc;
if (debug_flag)
puts ("Updating makefiles....");
# you shouldn't remove configure, etc., but this makefile is only available
# in a full development distribution, so they'll only be removed then.
#
-MAINTAINERCLEANFILES = $(TEMPLATES) Makefile.DOS build.sh.in \
- configure Makefile.in stamp-h.in
+# And _I_ want them to be removed ;)
+#
+maintFILES = configure aclocal.m4 config.h.in Makefile.in \
+ stamp-h.in glob/stamp-h.in
+
+MAINTAINERCLEANFILES = $(TEMPLATES) missing Makefile.DOS build.sh.in \
+ $(maintFILES)
# Put the alpha distribution files up for anonymous FTP.
#