sas Sun Mar 14 12:43:47 2004 EDT Modified files: (Branch: PHP_4_3) /php-src/build build.mk /php-src cvsclean Log: Renaming cvsclean target -- IRIX make seems to ignore the .PHONY target. http://cvs.php.net/diff.php/php-src/build/build.mk?r1=1.18&r2=1.18.2.1&ty=u Index: php-src/build/build.mk diff -u php-src/build/build.mk:1.18 php-src/build/build.mk:1.18.2.1 --- php-src/build/build.mk:1.18 Mon Oct 21 11:11:19 2002 +++ php-src/build/build.mk Sun Mar 14 12:43:44 2004 @@ -14,7 +14,7 @@ # | Author: Sascha Schumann <[EMAIL PROTECTED]> | # +----------------------------------------------------------------------+ # -# $Id: build.mk,v 1.18 2002/10/21 15:11:19 hholzgra Exp $ +# $Id: build.mk,v 1.18.2.1 2004/03/14 17:43:44 sas Exp $ # # # Makefile to generate build tools @@ -65,7 +65,7 @@ md5sum $$distname.tar.bz2; \ bzip2 -t $$distname.tar.bz2 -cvsclean: +cvsclean-work: @for i in `find . -name .cvsignore`; do \ (cd `dirname $$i` 2>/dev/null && rm -rf `cat .cvsignore | grep -v config.nice` *.o *.a .libs || true); \ done http://cvs.php.net/diff.php/php-src/cvsclean?r1=1.1&r2=1.1.16.1&ty=u Index: php-src/cvsclean diff -u php-src/cvsclean:1.1 php-src/cvsclean:1.1.16.1 --- php-src/cvsclean:1.1 Mon Mar 6 11:02:01 2000 +++ php-src/cvsclean Sun Mar 14 12:43:46 2004 @@ -1,3 +1,3 @@ #! /bin/sh -${MAKE:-make} -f build/build.mk cvsclean +${MAKE:-make} -f build/build.mk cvsclean-work
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php