Makefile: Add upload targets to $(private-targets) syslinux-6.00-pre1
authorMatt Fleming <matt.fleming@intel.com>
Fri, 9 Nov 2012 16:53:05 +0000 (16:53 +0000)
committerMatt Fleming <matt.fleming@intel.com>
Fri, 9 Nov 2012 16:53:05 +0000 (16:53 +0000)
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@intel.com>
Makefile

index 314636d..abe7d51 100644 (file)
--- 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