martin Tue Feb 3 03:23:43 2004 EDT Modified files: /php-src/build build.mk Log: Prevent cvsclean from being removed on interrupts http://cvs.php.net/diff.php/php-src/build/build.mk?r1=1.23&r2=1.24&ty=u Index: php-src/build/build.mk diff -u php-src/build/build.mk:1.23 php-src/build/build.mk:1.24 --- php-src/build/build.mk:1.23 Wed Jan 21 02:47:11 2004 +++ php-src/build/build.mk Tue Feb 3 03:23:40 2004 @@ -14,7 +14,7 @@ # | Author: Sascha Schumann <[EMAIL PROTECTED]> | # +----------------------------------------------------------------------+ # -# $Id: build.mk,v 1.23 2004/01/21 07:47:11 sniper Exp $ +# $Id: build.mk,v 1.24 2004/02/03 08:23:40 martin Exp $ # # # Makefile to generate build tools @@ -71,3 +71,4 @@ done .PHONY: $(ALWAYS) snapshot cvsclean +.PRECIOUS: cvsclean
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php