Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2001-10-29 23:32:27 +0300
committerChristopher Faylor <me@cgf.cx>2001-10-29 23:32:27 +0300
commit7a47ed496c8c80015ad407f69c602b5a424035bc (patch)
tree6375e97c8f72087bd495858b031d43a346c14329
parent8dd6060b9857e93f8d452fc9b283cd39c845b701 (diff)
* Makefile.in: Propagate 'clean' to subdirs properly.
-rw-r--r--winsup/ChangeLog4
-rw-r--r--winsup/Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/ChangeLog b/winsup/ChangeLog
index 3e1000672..5fb8d8b9f 100644
--- a/winsup/ChangeLog
+++ b/winsup/ChangeLog
@@ -1,3 +1,7 @@
+2001-10-29 Egor Duda <deo@logos-m.ru>
+
+ * Makefile.in: Propagate 'clean' to subdirs properly.
+
2001-10-26 Corinna Vinschen <corinna@vinschen.de>
* configure: Regenerate, removing erroneous SUBDIRS substitution.
diff --git a/winsup/Makefile.in b/winsup/Makefile.in
index c1e686fd3..92e40858f 100644
--- a/winsup/Makefile.in
+++ b/winsup/Makefile.in
@@ -77,7 +77,7 @@ $(INSTALL_SUBDIRS):
$(CLEAN_SUBDIRS):
@if cd ${patsubst clean_%,%,$@} 2>/dev/null; then \
- make install; \
+ make clean; \
fi || exit 0
.PRECIOUS: Makefile