diff options
author | H. Peter Anvin <hpa@smyrno.hos.anvin.org> | 2005-09-25 15:22:32 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@smyrno.hos.anvin.org> | 2005-09-25 15:22:32 -0700 |
commit | 4b6d97bd0af738c01580af47c42f2a4df1b783a2 (patch) | |
tree | 02096de6ef6ed878d360b84f02eadd5781d9e4c7 | |
parent | 0809f9ffc2418a0f80fcaef67fced25cf9f9d6ac (diff) | |
download | lwip-4b6d97bd0af738c01580af47c42f2a4df1b783a2.tar.gz lwip-4b6d97bd0af738c01580af47c42f2a4df1b783a2.tar.xz lwip-4b6d97bd0af738c01580af47c42f2a4df1b783a2.zip |
Remove additional CVS references
-rw-r--r-- | Makefile.private | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile.private b/Makefile.private index 8fcb2fbe..7dab0064 100644 --- a/Makefile.private +++ b/Makefile.private @@ -18,8 +18,6 @@ # .PHONY: official release -CVS = cvs -d hpa@terminus.zytor.com:/home/hpa/cvsroot - PRIVATE = Makefile.private .depend */.depend GIT_DIR ?= .git @@ -51,8 +49,6 @@ release: find release/syslinux-$(VERSION) \ \( -name '*~' -or -name '#*' \) -type f -print0 | \ xargs -0rt rm -f - find release/syslinux-$(VERSION) -name CVS -type d -print0 | \ - xargs -0rt rm -rf sed -e 's/@@VERSION@@/$(VERSION)/g' -e 's/@@RPMVERSION@@/$(VERSION)/g' \ < release/syslinux-$(VERSION)/syslinux.spec.in \ > release/syslinux-$(VERSION)/syslinux.spec @@ -76,7 +72,6 @@ prerel: test -d release rm -f $(GIT_DIR)/refs/tags/syslinux-$(VERSION) cg-tag syslinux-$(VERSION) - $(CVS) tag -F `echo $(PREREL) | sed -e 's/\./_/g'` mkdir -p $(PRERELDIR) $(PRERELDIR)/uu -rm -rf $(PRERELDIR)/$(PREREL) -rm -f $(PRERELDIR)/$(PREREL).* @@ -85,8 +80,6 @@ prerel: find $(PRERELDIR)/$(PREREL) \ \( -name '*~' -or -name '#*' \) -type f -print0 | \ xargs -0rt rm -f - find $(PRERELDIR)/$(PREREL) -name CVS -type d -print0 | \ - xargs -0rt rm -rf sed -e 's/@@VERSION@@/$(VERSION)-pre$(PRERELNO)/g' \ -e 's/@@RPMVERSION@@/$(RPMPREREL)/g' \ < $(PRERELDIR)/$(PREREL)/syslinux.spec.in \ |