From a34d21e62d3b53c149882e1307f3f77def89c918 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 14 May 2015 16:56:40 +0300 Subject: Make sure auto patched dependencies recompile fine --- test/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/Makefile') diff --git a/test/Makefile b/test/Makefile index 9b7d4a1..bed5b4b 100644 --- a/test/Makefile +++ b/test/Makefile @@ -217,6 +217,7 @@ pkg-$(1)-clean: pkg-$(1)-app1: $(call app1_setup) +# Running 'make' twice to make sure it recompiles fine. pkg-$(1): pkg-$(1)-clean pkg-$(1)-app1 $i $i " pkgs: Checking that '$(1)' builds correctly" @@ -228,6 +229,7 @@ pkg-$(1): pkg-$(1)-clean pkg-$(1)-app1 > app1/Makefile cp ../packages.v2.tsv app1/.erlang.mk.packages.v2 $t make -C app1 + $t make -C app1 endef $(foreach pkg,$(shell awk '{print $$1}' ../packages.v2.tsv),$(eval $(call pkg_test_target,$(pkg)))) -- cgit v1.2.3