($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a non-existent file since...
($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a non-existent file since /dev/null loses with bash 2.0/autoconf 2.12. From-SVN: r18655
This commit is contained in:
parent
081f5e7e66
commit
601c647504
1 changed files with 4 additions and 2 deletions
|
@ -1167,11 +1167,13 @@ $(CONFIGURE_TARGET_MODULES):
|
|||
libsrcdir="$$s/$${dir}"; \
|
||||
fi; \
|
||||
if [ -f $${libsrcdir}/configure ] ; then \
|
||||
CONFIG_SITE=/dev/null $(SHELL) $${libsrcdir}/configure \
|
||||
rm -f no-such-file; \
|
||||
CONFIG_SITE=no-such-file $(SHELL) $${libsrcdir}/configure \
|
||||
$(CONFIG_ARGUMENTS) $${srcdiroption} \
|
||||
--with-target-subdir="$(TARGET_SUBDIR)"; \
|
||||
else \
|
||||
CONFIG_SITE=/dev/null $(SHELL) $$s/configure \
|
||||
rm -f no-such-file; \
|
||||
CONFIG_SITE=no-such-file $(SHELL) $$s/configure \
|
||||
$(CONFIG_ARGUMENTS) $${srcdiroption} \
|
||||
--with-target-subdir="$(TARGET_SUBDIR)"; \
|
||||
fi; \
|
||||
|
|
Loading…
Add table
Reference in a new issue