From: Luis R. Rodriguez Date: Fri, 9 Mar 2012 23:54:36 +0000 (-0800) Subject: compat-wireless: fix jobserver X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=ad675283e54d93f7fbc3b23dace6f2b96924176c;p=openwrt%2Fstaging%2Fblogic.git compat-wireless: fix jobserver Signed-off-by: Luis R. Rodriguez --- diff --git a/Makefile b/Makefile index d9e09da0d3a1..89fb26681c5e 100644 --- a/Makefile +++ b/Makefile @@ -79,7 +79,7 @@ modules: $(CREL_CHECK) @touch $@ bt: $(CREL_CHECK) - @./scripts/check_config.sh + +@./scripts/check_config.sh $(MAKE) -C $(KLIB_BUILD) M=$(PWD) BT=TRUE modules @touch $@ @@ -93,9 +93,9 @@ bt: $(CREL_CHECK) # being used. $(CREL_CHECK): @# Force to regenerate compat autoconf - @./compat/scripts/gen-compat-config.sh > $(COMPAT_CONFIG) + +@./compat/scripts/gen-compat-config.sh > $(COMPAT_CONFIG) @rm -f $(CONFIG_CHECK) - @./scripts/check_config.sh + +@./scripts/check_config.sh @md5sum $(COMPAT_CONFIG_CW) > $(CONFIG_CHECK) @touch $@