diff options
author | Christopher Faylor <me@cgf.cx> | 2001-11-04 05:06:23 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-11-04 05:06:23 +0000 |
commit | 35a0c9377f0a475e45b68d5556072dfed87c1d5d (patch) | |
tree | 1a7d34722375473e0306574052da4e3b7e83b517 | |
parent | e8f1743129e955c44e005de8f7ed943763c4ba25 (diff) | |
download | newlib-35a0c9377f0a475e45b68d5556072dfed87c1d5d.zip newlib-35a0c9377f0a475e45b68d5556072dfed87c1d5d.tar.gz newlib-35a0c9377f0a475e45b68d5556072dfed87c1d5d.tar.bz2 |
* Makefile.in: Add check target.
-rw-r--r-- | winsup/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/testsuite/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/testsuite/ChangeLog b/winsup/testsuite/ChangeLog index dda04fe..be0fd9b 100644 --- a/winsup/testsuite/ChangeLog +++ b/winsup/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2001-11-04 Christopher Faylor <cgf@redhat.com> + + * Makefile.in: Add check target. + 2001-11-02 Egor Duda <deo@logos-m.ru> * libltp/lib/forker.c: Include proper header to avoid compiler diff --git a/winsup/testsuite/Makefile.in b/winsup/testsuite/Makefile.in index 2c56a58..d49ec85 100644 --- a/winsup/testsuite/Makefile.in +++ b/winsup/testsuite/Makefile.in @@ -100,7 +100,7 @@ TESTSUP_OFILES:=${sort ${addsuffix .o,${basename ${notdir ${wildcard $(libltp_sr all_host=@all_host@ install_host=@install_host@ -all: $(TESTSUP_LIB_NAME) +all check: $(TESTSUP_LIB_NAME) force: |