From b434b8b5e59ed43a48b4aaacb2df9a6ffaa5a6ae Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 16 Jan 2013 20:42:49 +0100 Subject: [PATCH] pass the tarballs to make debian in the module --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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)))) -- 2.47.0