bug-automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

`make distclean' does not remove the subdir/.deps directories


From: Alexandre Duret-Lutz
Subject: `make distclean' does not remove the subdir/.deps directories
Date: 22 Jan 2002 22:30:59 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

... as a consequence `make distcheck' fails for all projects
using subdir sources.

I can see that lib/am/depend.am is outdated wrt to the recent
changes for pr224.  However the fix is not obvious to me.

The following change exhibits the problem.

Index: pr224.test
===================================================================
RCS file: /cvs/automake/automake/tests/pr224.test,v
retrieving revision 1.1
diff -u -r1.1 pr224.test
--- pr224.test  2002/01/20 21:30:21     1.1
+++ pr224.test  2002/01/22 21:28:38
@@ -41,3 +41,6 @@
 $MAKE
 
 test -d foo/.deps
+make distclean
+test -d foo/.deps && exit 1
+:
-- 
Alexandre Duret-Lutz



reply via email to

[Prev in Thread] Current Thread [Next in Thread]