1
0
Fork 0

trunk: keep config.nice on `make xcachesvnclean`

git-svn-id: svn://svn.lighttpd.net/xcache/trunk@281 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
This commit is contained in:
Xuefer 2006-11-20 12:53:32 +00:00
parent e3193d1562
commit b31a6c1faa
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ $(builddir)/xcache.lo: $(XCACHE_PROC_H) $(srcdir)/xc_shm.h $(srcdir)/stack.h $(s
xcache.lo: $(XCACHE_PROC_H) $(srcdir)/xc_shm.h $(srcdir)/stack.h $(srcdir)/xcache_globals.h $(srcdir)/xcache.c $(srcdir)/foreachcoresig.h
xcachesvnclean: clean
cat $(srcdir)/.cvsignore | grep -v Makefile | xargs rm -rf
cat $(srcdir)/.cvsignore | grep -v ^Makefile | grep -v ^config.nice | xargs rm -rf
xcachetest:
TEST_PHP_SRCDIR=$(top_srcdir) \