[syslinux:master] Makefile.private: remove remaining junk from previous process

syslinux-bot for H. Peter Anvin hpa at zytor.com
Wed Feb 20 17:55:07 PST 2019


Commit-ID:  27592070a19035add29bc5c3f7a5e0fb4f6b81d8
Gitweb:     http://www.syslinux.org/commit/27592070a19035add29bc5c3f7a5e0fb4f6b81d8
Author:     H. Peter Anvin <hpa at zytor.com>
AuthorDate: Tue, 5 Feb 2019 13:40:59 -0800
Committer:  H. Peter Anvin <hpa at zytor.com>
CommitDate: Tue, 5 Feb 2019 13:40:59 -0800

Makefile.private: remove remaining junk from previous process

Don't create a bogus .tar.gz file due to stay rule...

Signed-off-by: H. Peter Anvin <hpa at zytor.com>

---
 Makefile.private | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/Makefile.private b/Makefile.private
index 9d509670..87e85a8c 100644
--- a/Makefile.private
+++ b/Makefile.private
@@ -67,8 +67,7 @@ release:
 	cd release && xz    -9ke syslinux-$(VERSION).tar
 	cd release && bzip2 -9k  syslinux-$(VERSION).tar
 	cd release && gzip  -9   syslinux-$(VERSION).tar
-	cd release/syslinux-$(VERSION) && \
-		zip -9r ../syslinux-$(VERSION).zip *
+	cd release/syslinux-$(VERSION) && zip -9r ../syslinux-$(VERSION).zip *
 
 
 PRERELDIR := release/syslinux-$(VERSION)-pre
@@ -103,9 +102,7 @@ prerel:
 	cd $(PRERELDIR) && xz    -9ke $(PREREL).tar
 	cd $(PRERELDIR) && bzip2 -9k  $(PREREL).tar
 	cd $(PRERELDIR) && gzip  -9   $(PREREL).tar
-		gzip -9 > $(PREREL).tar.gz
-	cd $(PRERELDIR)/$(PREREL) && \
-		zip -9r ../$(PREREL).zip *
+	cd $(PRERELDIR)/$(PREREL) && zip -9r ../$(PREREL).zip *
 	expr $(PRERELNO) + 1 > $(PRERELDIR)/.prerel
 
 LATEST_PRERELNO := $(shell expr $(PRERELNO) - 1)


More information about the Syslinux-commits mailing list