[syslinux:firmware] Makefile: Add upload targets to $( private-targets)

syslinux-bot for Matt Fleming matt.fleming at intel.com
Fri Nov 9 09:06:37 PST 2012


Commit-ID:  9cd1a7555816a3fd73627138b589c3f87bde5ed0
Gitweb:     http://www.syslinux.org/commit/9cd1a7555816a3fd73627138b589c3f87bde5ed0
Author:     Matt Fleming <matt.fleming at intel.com>
AuthorDate: Fri, 9 Nov 2012 16:53:05 +0000
Committer:  Matt Fleming <matt.fleming at intel.com>
CommitDate: Fri, 9 Nov 2012 16:53:05 +0000

Makefile: Add upload targets to $(private-targets)

So that the catch-all $(MAKECMDGOALS) rule isn't used when trying to
upload a release, add 'preupload' and 'upload' to the list of make
targets that are handled by other Makefiles.

Signed-off-by: Matt Fleming <matt.fleming at intel.com>

---
 Makefile |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index 314636d..abe7d51 100644
--- a/Makefile
+++ b/Makefile
@@ -73,7 +73,8 @@ include $(MAKEDIR)/syslinux.mk
 
 # Hook to add private Makefile targets for the maintainer.
 -include $(topdir)/Makefile.private
-private-targets = prerel unprerel official release burn isolinux.iso
+private-targets = prerel unprerel official release burn isolinux.iso \
+		  preupload upload
 
 ifeq ($(MAKECMDGOALS),)
 	MAKECMDGOALS += all


More information about the Syslinux-commits mailing list