This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Is distclean only to be used after distcheck?
- From: stenn at maccarony dot ntp dot org (Harlan Stenn)
- To: automake at gnu dot org
- Date: Thu, 8 Jul 2004 05:20:27 -0400
- Subject: Is distclean only to be used after distcheck?
A user noticed that "distclean" fails because it is apparently using
DIST_SUBDIRS as its list of things to clean instead of SUBDIRS;
a plain "configure" for this package will not create all of the subdirs
possible... (I list all of them in DISTCLEAN_SUBDIRS and wiggle
DISTCHECK_CONFIGURE_FLAGS so that "distcheck" does produce a "full" tree.)
Is this a bug or a feature?
H