summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-03-04 17:27:39 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-03-04 17:27:39 +0000
commit081ef6fa9ea1b8d91c4931df93260053911a35b8 (patch)
tree09abc18a6740e120fd4c9362ce1380eacc996e2f
parent38d79a06949ebb794edd59bf22d7b0a34c6391a9 (diff)
downloadalpine-iso-081ef6fa9ea1b8d91c4931df93260053911a35b8.tar.bz2
alpine-iso-081ef6fa9ea1b8d91c4931df93260053911a35b8.tar.xz
per profile release
-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