]> sourceware.org Git - newlib-cygwin.git/commitdiff
* Makefile.in: Add new goal "check"
authorChristopher Faylor <me@cgf.cx>
Sun, 3 Sep 2000 04:06:38 +0000 (04:06 +0000)
committerChristopher Faylor <me@cgf.cx>
Sun, 3 Sep 2000 04:06:38 +0000 (04:06 +0000)
* configure.in: When doing native build do configure in testsuite subdirectory
* configure: Regenerate.

winsup/ChangeLog
winsup/Makefile.in
winsup/configure
winsup/configure.in

index 3295a47b93b8d27a89d4e86c79861644a2b00ca9..211adeecb519e96a18a18b7bf51d000432971528 100644 (file)
@@ -1,3 +1,10 @@
+2000-09-02  Egor Duda  <deo@logos-m.ru>
+
+       * Makefile.in: Add new goal "check"
+       * configure.in: When doing native build do configure in
+       testsuite subdirectory
+       * configure: Regenerate.
+
 Fri Sep  1 10:15:37 2000  Christopher Faylor <cgf@cygnus.com>
 
        * Makefile.in: More normalization.
index 1fde0e9ce8ea3ad6115a726f8a5ece7557edfb7b..09376c30e168f8010fe262752944dedd76d9fcfb 100644 (file)
@@ -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
index be2d64e2a85de4409605b7ada2d7f09e53674729..5c8f5f4b78fea801226d9b1ede39ce5f93dedf62 100755 (executable)
@@ -829,9 +829,8 @@ fi
 SUBDIRS='w32api cygwin mingw'
 case "$with_cross_host" in
   ""|*cygwin*)
-    SUBDIRS="$SUBDIRS utils"
     test -d $srcdir/cinstall && SUBDIRS="$SUBDIRS cinstall"
-    SUBDIRS="$SUBDIRS doc"
+    SUBDIRS="$SUBDIRS utils doc testsuite"
     ;;
 esac
 
@@ -839,7 +838,7 @@ subdirs="$SUBDIRS"
 
 
 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
-echo "configure:843: checking whether ${MAKE-make} sets \${MAKE}" >&5
+echo "configure:842: checking whether ${MAKE-make} sets \${MAKE}" >&5
 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
index ec4edda862afcb920c86b1b76126250dd38eafe4..0e30b5a96007cd0744da6dfbe5591c0c9bd65db6 100755 (executable)
@@ -60,9 +60,8 @@ LIB_AC_PROG_CC
 SUBDIRS='w32api cygwin mingw'
 case "$with_cross_host" in
   ""|*cygwin*)
-    SUBDIRS="$SUBDIRS utils"
     test -d $srcdir/cinstall && SUBDIRS="$SUBDIRS cinstall"
-    SUBDIRS="$SUBDIRS doc"
+    SUBDIRS="$SUBDIRS utils doc testsuite"
     ;;
 esac
 
This page took 0.041576 seconds and 5 git commands to generate.