summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-08-22 16:56:36 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-08-22 16:56:36 +0000
commit59390db4a656a5c6434ed03b3a09a33665f23da4 (patch)
tree89c15e0060b42e15b7a57fc71c9be6ef31316870 /package
parent95d1a70286193e739639de2670d291e23568b70f (diff)
downloadbuildroot-novena-59390db4a656a5c6434ed03b3a09a33665f23da4.tar.gz
buildroot-novena-59390db4a656a5c6434ed03b3a09a33665f23da4.zip
- if $(PKG)_SKIP_CONFIGURE is non-empty then ./configure is skipped
Diffstat (limited to 'package')
-rw-r--r--package/Makefile.autotools.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/Makefile.autotools.in b/package/Makefile.autotools.in
index 6d474402e..7f2afffc7 100644
--- a/package/Makefile.autotools.in
+++ b/package/Makefile.autotools.in
@@ -310,7 +310,8 @@ else
$(1)-install-staging:
endif
-$(1)-build: $(1)-configure $$($(2)_TARGET_BUILD) \
+$(1)-build: $(if $$($(2)_SKIP_CONFIGURE),$(1)-patch,$(1)-configure)\
+ $$($(2)_TARGET_BUILD) \
$$($(2)_HOOK_POST_BUILD)
$(1)-configure: $(1)-autoreconf $$($(2)_TARGET_CONFIGURE)