summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 10f22f9..aca76e8 100755
--- a/Makefile
+++ b/Makefile
@@ -324,6 +324,8 @@ img: $(ALPINE_NAME).img
sha1: $(ISO_SHA1)
+release: $(ISO_SHA1) $(xdelta) $(pkgdiff)
+
profiles := $(wildcard *.conf.mk)
current := $(shell cat current)
@@ -337,8 +339,7 @@ all-release: current previous $(profiles)
echo "*";\
echo "* Release $$p $(current)"; \
echo "*"; \
- rm -rf isotmp.$$p; \
fakeroot $(MAKE) ALPINE_RELEASE=$(current) \
- PROFILE=$$p sha1 diff xdelta || break; \
+ PROFILE=$$p release || break; \
done