From 07a45cd232464eb1b35931df5e9d43577cfb0087 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Fri, 25 Jan 2008 16:29:13 -0700 Subject: [PATCH] Makefile: split mac 'make .dmg' and 'upload' into separate steps --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 695465da..dc7ccf03 100644 --- a/Makefile +++ b/Makefile @@ -429,7 +429,10 @@ mac-exe: .built VERSION=$(VER) $(PP) $(MAKE) -C mac build mac-dist: - VERSION=$(VER) $(MAKE) -C mac diskimage upload + VERSION=$(VER) $(MAKE) -C mac diskimage + +mac-upload: + VERSION=$(VER) $(MAKE) -C mac upload mac-cleanup: VERSION=$(VER) $(MAKE) -C mac cleanup -- 2.45.2