mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
Renaming cvsclean target; IRIX make seems to ignore .PHONY
This commit is contained in:
parent
47cb3323a8
commit
f04f78b50f
@ -65,10 +65,9 @@ snapshot:
|
||||
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
|
||||
|
||||
.PHONY: $(ALWAYS) snapshot cvsclean
|
||||
.PRECIOUS: cvsclean
|
||||
.PHONY: $(ALWAYS) snapshot
|
||||
|
Loading…
Reference in New Issue
Block a user