revert autotools files touching: it has side effects (closes: #918)
SVN-Revision: 5448
This commit is contained in:
parent
bbf8e1ffce
commit
a8b4fcb839
1 changed files with 0 additions and 14 deletions
|
@ -289,21 +289,7 @@ define Build/Prepare
|
|||
$(call Build/Prepare/Default,)
|
||||
endef
|
||||
|
||||
define Build/Configure/Touch
|
||||
(cd $(PKG_BUILD_DIR) ; \
|
||||
touch configure.in ; \
|
||||
touch aclocal.m4 ; \
|
||||
touch Makefile.in ; \
|
||||
touch configure ; \
|
||||
touch acinclude.m4 ; \
|
||||
touch config.h.in ; \
|
||||
touch configure.ac ; \
|
||||
touch stamp-h.in ; \
|
||||
);
|
||||
endef
|
||||
|
||||
define Build/Configure/Default
|
||||
$(call Build/Configure/Touch)
|
||||
(cd $(PKG_BUILD_DIR)/$(strip $(3)); \
|
||||
if [ -x configure ]; then \
|
||||
$(TARGET_CONFIGURE_OPTS) \
|
||||
|
|
Loading…
Reference in a new issue