From 0c0a3e2dd390fee1bc7bd45d0d25c1b8b8d4fb15 Mon Sep 17 00:00:00 2001 From: David Dykstra Date: Fri, 10 Jan 2003 15:16:23 +0000 Subject: [PATCH] Clean up better after the testsuite check programs. Patch from J.W. Schultz. --- .cvsignore | 3 +++ Makefile.in | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.cvsignore b/.cvsignore index cda7639f..9e5ac617 100644 --- a/.cvsignore +++ b/.cvsignore @@ -9,6 +9,7 @@ config.status conftest.c conftest.log dox +getgroups gmon.out rsync shconfig @@ -17,4 +18,6 @@ tests-dont-exist testtmp testtmp.* tls +trimslash +t_unsafe zlib/dummy diff --git a/Makefile.in b/Makefile.in index 3df63a99..253b76c2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -43,6 +43,9 @@ TLS_OBJ = tls.o syscall.o lib/permstring.o # Programs we must have to run the test cases CHECK_PROGS = rsync tls getgroups trimslash t_unsafe +# Objects for CHECK_PROGS to clean +CHECK_OBJS=getgroups.o t_stub.o t_unsafe.o trimslash.o + # note that the -I. is needed to handle config.h when using VPATH .c.o: @OBJ_SAVE@ @@ -106,7 +109,7 @@ proto: cat $(srcdir)/*.c $(srcdir)/lib/compat.c | awk -f $(srcdir)/mkproto.awk > $(srcdir)/proto.h clean: cleantests - rm -f *~ $(OBJS) rsync $(TLS_OBJ) $(CHECK_PROGS) + rm -f *~ $(OBJS) rsync $(TLS_OBJ) $(CHECK_PROGS) $(CHECK_OBJS) cleantests: rm -rf ./testtmp* -- 2.34.1