forked from php/php-src
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
2 additions
and
260 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# +----------------------------------------------------------------------+ | ||
# | PHP Version 5 | | ||
# +----------------------------------------------------------------------+ | ||
# | Copyright (c) 1997-2006 The PHP Group | | ||
# | Copyright (c) 1997-2014 The PHP Group | | ||
# +----------------------------------------------------------------------+ | ||
# | This source file is subject to version 3.01 of the PHP license, | | ||
# | that is bundled with this package in the file LICENSE, and is | | ||
|
@@ -14,8 +14,6 @@ | |
# | Author: Sascha Schumann <[email protected]> | | ||
# +----------------------------------------------------------------------+ | ||
# | ||
# $Id$ | ||
# | ||
# | ||
# Makefile to generate build tools | ||
# | ||
|
@@ -61,16 +59,6 @@ snapshot: | |
md5sum $$distname.tar.bz2; \ | ||
bzip2 -t $$distname.tar.bz2 | ||
|
||
cvsclean-work: | ||
@for i in `find . -name .cvsignore`; do \ | ||
(cd `dirname $$i` 2>/dev/null && rm -rf `cat .cvsignore | grep -v config.nice | sed 's/[[:space:]]/ /g'` *.o *.a *.lo *.la *.gcno *.gcda .libs || true); \ | ||
done | ||
|
||
svnclean-work: | ||
@for i in `find . -type d ! -path '*/.svn/*' | grep -v '.svn'`; do \ | ||
(cd $$i 2>/dev/null && rm -rf `svn propget svn:ignore . | grep -v config.nice` *.o *.a *.lo *.la *.gcno *.gcda .libs || true); \ | ||
done | ||
|
||
gitclean-work: | ||
@if (test ! -f '.git/info/exclude' || grep -s "git-ls-files" .git/info/exclude); then \ | ||
(echo "Rebuild .git/info/exclude" && echo '*.o' > .git/info/exclude && git svn propget svn:ignore | grep -v config.nice >> .git/info/exclude); \ | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.