This is the mail archive of the cygwin-patches@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

shouldn't we make clean when we make clean?


Hi!

2001-10-29  Egor Duda  <deo@logos-m.ru>

        * Makefile.in: Propagate 'clean' to subdirs properly.

Index: Makefile.in
===================================================================
RCS file: /cvs/uberbaum/winsup/Makefile.in,v
retrieving revision 1.8
diff -u -p -2 -r1.8 Makefile.in
--- Makefile.in 2001/10/24 21:56:52     1.8
+++ Makefile.in 2001/10/29 19:46:19
@@ -78,5 +78,5 @@ $(INSTALL_SUBDIRS):
 $(CLEAN_SUBDIRS):
        @if cd ${patsubst clean_%,%,$@} 2>/dev/null; then \
-           make install; \
+           make clean; \
        fi || exit 0
 

egor.            mailto:deo@logos-m.ru icq 5165414 fidonet 2:5020/496.19


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]