mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 04:14:43 +01:00
Move out some generic code to prevent autotools from re-creating files
SVN-Revision: 5384
This commit is contained in:
parent
fca8589540
commit
e0c9b03440
@ -290,6 +290,12 @@ define Build/Prepare
|
||||
endef
|
||||
|
||||
define Build/Configure/Default
|
||||
(cd $(PKG_BUILD_DIR) ; \
|
||||
[ -e configure.in ] && touch configure.in ; \
|
||||
[ -e aclocal.m4 ] && touch aclocal.m4 ; \
|
||||
[ -e Makefile.in ] && touch Makefile.in ; \
|
||||
[ -e configure ] && touch configure ; \
|
||||
);
|
||||
(cd $(PKG_BUILD_DIR)/$(strip $(3)); \
|
||||
if [ -x configure ]; then \
|
||||
$(TARGET_CONFIGURE_OPTS) \
|
||||
|
Loading…
Reference in New Issue
Block a user