From 081ef6fa9ea1b8d91c4931df93260053911a35b8 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 4 Mar 2010 17:27:39 +0000 Subject: per profile release --- Makefile | 5 +++-- 1 file 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 -- cgit v1.2.3