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>2000-09-03 08:06:38 +0400
committerChristopher Faylor <me@cgf.cx>2000-09-03 08:06:38 +0400
commit39630fe3a1b6106001a9f5f65a9d52bf48583739 (patch)
tree584e81a935a8dafb9784e1e41e4f947ce59796b2 /winsup/Makefile.in
parent644eb6fe9675bb3498e83e1ea7d5a1e44ff57f56 (diff)
* Makefile.in: Add new goal "check"
* configure.in: When doing native build do configure in testsuite subdirectory * configure: Regenerate.
Diffstat (limited to 'winsup/Makefile.in')
-rw-r--r--winsup/Makefile.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/winsup/Makefile.in b/winsup/Makefile.in
index 1fde0e9ce..09376c30e 100644
--- a/winsup/Makefile.in
+++ b/winsup/Makefile.in
@@ -40,7 +40,7 @@ SUBDIRS=@SUBDIRS@
INSTALL_SUBDIRS=${patsubst %,install_%,$(SUBDIRS)}
CLEAN_SUBDIRS=${patsubst %,clean_%,$(SUBDIRS)}
-.PHONY: all install clean all-info info install-info \
+.PHONY: all install clean all-info info install-info check \
$(SUBDIRS) $(INSTALL_SUBDIRS) $(CLEAN_SUBDIRS)
.SUFFIXES:
@@ -73,6 +73,7 @@ $(INSTALL_SUBDIRS):
$(CLEAN_SUBDIRS):
@$(MAKE) -C ${patsubst clean_%,%,$@} clean
+ @$(MAKE) -C testsuite clean
.PRECIOUS: Makefile
@@ -81,3 +82,6 @@ Makefile: Makefile.in $(srcdir)/configure.in config.status
config.status: configure
$(SHELL) config.status --recheck
+
+check:
+ @$(MAKE) -C testsuite check