From: Thierry Parmentelat Date: Wed, 16 Jan 2013 19:42:49 +0000 (+0100) Subject: pass the tarballs to make debian in the module X-Git-Tag: 5.2.1~135 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=b434b8b5e59ed43a48b4aaacb2df9a6ffaa5a6ae;p=build.git pass the tarballs to make debian in the module --- diff --git a/Makefile b/Makefile index c4b63c01..2ce45a6a 100644 --- a/Makefile +++ b/Makefile @@ -659,12 +659,12 @@ endef $(foreach package,$(ALL),$(eval $(call target_depends,$(package)))) #################### -# very rough for now (one module per package), targets only sfa +# very rough for now (one module per package), targets only sfa for now define target_debian -$(1).debian: +$(1)-debian: $(1)-tarball mkdir -p DEBIAN/$(1) rsync -av MODULES/$(1)/ DEBIAN/$(1)/ - make -C DEBIAN/$(1) debian + make -C DEBIAN/$(1) "TARBALL=$(HOME)/$($(1).tarballs)" debian endef $(foreach package,$(ALL),$(eval $(call target_debian,$(package))))