aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Fleming <matt.fleming@intel.com>2012-11-09 16:53:05 +0000
committerMatt Fleming <matt.fleming@intel.com>2012-11-09 16:53:05 +0000
commit9cd1a7555816a3fd73627138b589c3f87bde5ed0 (patch)
treef53252c77b7268e924f46af315ef2bb23b310b39
parent858c37c8cf94a3d5e00cc52b57190c3195352a70 (diff)
downloadsyslinux-9cd1a7555816a3fd73627138b589c3f87bde5ed0.tar.gz
syslinux-9cd1a7555816a3fd73627138b589c3f87bde5ed0.tar.xz
syslinux-9cd1a7555816a3fd73627138b589c3f87bde5ed0.zip
Makefile: Add upload targets to $(private-targets)syslinux-6.00-pre1
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>
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 314636dd..abe7d51c 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