mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 05:38:00 +00:00
Move out autotools touching stuff to a macro
SVN-Revision: 5390
This commit is contained in:
parent
c61c489ae0
commit
7af8ef7b0e
@ -289,7 +289,7 @@ define Build/Prepare
|
|||||||
$(call Build/Prepare/Default,)
|
$(call Build/Prepare/Default,)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Configure/Default
|
define Build/Configure/Touch
|
||||||
(cd $(PKG_BUILD_DIR) ; \
|
(cd $(PKG_BUILD_DIR) ; \
|
||||||
touch configure.in ; \
|
touch configure.in ; \
|
||||||
touch aclocal.m4 ; \
|
touch aclocal.m4 ; \
|
||||||
@ -299,7 +299,11 @@ define Build/Configure/Default
|
|||||||
touch config.h.in ; \
|
touch config.h.in ; \
|
||||||
touch configure.ac ; \
|
touch configure.ac ; \
|
||||||
touch stamp-h.in ; \
|
touch stamp-h.in ; \
|
||||||
);
|
);
|
||||||
|
endef
|
||||||
|
|
||||||
|
define Build/Configure/Default
|
||||||
|
$(call Build/Configure/Touch)
|
||||||
(cd $(PKG_BUILD_DIR)/$(strip $(3)); \
|
(cd $(PKG_BUILD_DIR)/$(strip $(3)); \
|
||||||
if [ -x configure ]; then \
|
if [ -x configure ]; then \
|
||||||
$(TARGET_CONFIGURE_OPTS) \
|
$(TARGET_CONFIGURE_OPTS) \
|
||||||
|
Loading…
Reference in New Issue
Block a user