[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
FYI: branch-1_4 maintainer-clean
From: |
Eric Blake |
Subject: |
FYI: branch-1_4 maintainer-clean |
Date: |
Sat, 17 Jun 2006 07:10:48 -0600 |
User-agent: |
Thunderbird 1.5.0.4 (Windows/20060516) |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I'm preparing to make a 1.4.4b beta snapshot. In the process, I noticed
that 'make maintainer-clean' did not get things back to a pre-bootstrap
state (how often does anyone use make maintainer-clean, anyways? A fresh
CVS checkout is just as good :)
Committed:
2006-06-17 Eric Blake <address@hidden>
* Makefile.am (MAINTAINERCLEANFILES): Clean files added by
bootstrap.
* checks/Makefile.in (maintainer-clean): Add missing target.
* COPYING: Remove generated file from CVS.
- --
Life is short - so eat dessert first!
Eric Blake address@hidden
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.1 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFEk/9Y84KuGfSFAYARAjv8AJsFRPh4mov5kcJgELOF8eRj/dCMPQCguLWI
+sAr5lfBym3tyUIeaTtIKCY=
=jb9l
-----END PGP SIGNATURE-----
Index: Makefile.am
===================================================================
RCS file: /sources/m4/m4/Makefile.am,v
retrieving revision 1.25.2.3
diff -u -p -r1.25.2.3 Makefile.am
--- Makefile.am 15 Jun 2006 13:08:45 -0000 1.25.2.3
+++ Makefile.am 17 Jun 2006 13:09:05 -0000
@@ -23,4 +23,11 @@
SUBDIRS = examples lib src doc checks
EXTRA_DIST = bootstrap c-boxes.el Makefile.maint
DISTCLEANFILES = stamp-h
+## maintainer-clean should remove as much as possible that ./bootstrap can
+## recreate. In the m4 directory, keep only gnulib-cache.m4.
+MAINTAINERCLEANFILES = COPYING INSTALL Makefile.in aclocal.m4 \
+ config-h.in configure depcomp install-sh lib/* \
+ m4/[a-fh-z]* m4/g[a-mo-z]* m4/gnulib-comp.m4 m4/gnulib-tool.m4 \
+ missing stamp-h.in
+
ACLOCAL_AMFLAGS = -I m4
Index: checks/Makefile.in
===================================================================
RCS file: /sources/m4/m4/checks/Attic/Makefile.in,v
retrieving revision 1.1.1.1.2.5
diff -u -p -r1.1.1.1.2.5 Makefile.in
--- checks/Makefile.in 16 Jun 2006 12:06:21 -0000 1.1.1.1.2.5
+++ checks/Makefile.in 17 Jun 2006 13:09:05 -0000
@@ -64,7 +64,7 @@ clean: mostlyclean
distclean: clean
rm -f Makefile
-realclean: distclean
+maintainer-clean realclean: distclean
rm -f $(CHECKS) stamp-checks
distdir: dist
- FYI: branch-1_4 maintainer-clean,
Eric Blake <=