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:
parent
e3193d1562
commit
b31a6c1faa
|
@ -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) \
|
||||
|
|
Loading…
Reference in New Issue