andrei Thu Feb 1 06:11:45 2001 EDT
Modified files:
/php4/build rules_pear.mk
Log:
Add cvsclean target for standalone extensions.
Index: php4/build/rules_pear.mk
diff -u php4/build/rules_pear.mk:1.12 php4/build/rules_pear.mk:1.13
--- php4/build/rules_pear.mk:1.12 Fri Aug 25 01:15:10 2000
+++ php4/build/rules_pear.mk Thu Feb 1 06:11:44 2001
@@ -14,7 +14,7 @@
# | Authors: Sascha Schumann <[EMAIL PROTECTED]> |
# +----------------------------------------------------------------------+
#
-# $Id: rules_pear.mk,v 1.12 2000/08/25 08:15:10 sas Exp $
+# $Id: rules_pear.mk,v 1.13 2001/02/01 14:11:44 andrei Exp $
#
include $(top_srcdir)/build/rules_common.mk
@@ -54,6 +54,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 && \
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]