mirror of
https://github.com/php/php-src.git
synced 2024-11-24 02:15:04 +08:00
Add cvsclean target for standalone extensions.
This commit is contained in:
parent
d7b7c7283f
commit
b7b7ffbabd
@ -55,6 +55,12 @@ distclean: distclean-recursive clean-x
|
||||
rm -f config.cache config.log config.status config_vars.mk libtool \
|
||||
php_config.h stamp-h Makefile build-defs.h php4.spec libphp4.module
|
||||
|
||||
cvsclean:
|
||||
@for i in `find . -name .cvsignore`; do \
|
||||
(cd `dirname $$i` 2>/dev/null && rm -rf `cat .cvsignore` *.o *.a || true); \
|
||||
done
|
||||
@rm -f $(SUBDIRS) 2>/dev/null || true
|
||||
|
||||
install-modules:
|
||||
@test -d modules && \
|
||||
$(mkinstalldirs) $(moduledir) && \
|
||||
|
Loading…
Reference in New Issue
Block a user