mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-10 16:00:55 +08:00
Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with CONFIG_SITE=/dev/null to forestall lossage with site...
* Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with CONFIG_SITE=/dev/null to forestall lossage with site configuration. From-SVN: r18060
This commit is contained in:
parent
9992b2e1f1
commit
ce0d965c12
@ -1,3 +1,8 @@
|
||||
1998-02-16 Dave Love <d.love@dl.ac.uk>
|
||||
|
||||
* Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
|
||||
CONFIG_SITE=/dev/null to forestall lossage with site configuration.
|
||||
|
||||
Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
|
||||
|
||||
* Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
|
||||
|
@ -1167,11 +1167,11 @@ $(CONFIGURE_TARGET_MODULES):
|
||||
libsrcdir="$$s/$${dir}"; \
|
||||
fi; \
|
||||
if [ -f $${libsrcdir}/configure ] ; then \
|
||||
$(SHELL) $${libsrcdir}/configure \
|
||||
CONFIG_SITE=/dev/null $(SHELL) $${libsrcdir}/configure \
|
||||
$(CONFIG_ARGUMENTS) $${srcdiroption} \
|
||||
--with-target-subdir="$(TARGET_SUBDIR)"; \
|
||||
else \
|
||||
$(SHELL) $$s/configure \
|
||||
CONFIG_SITE=/dev/null $(SHELL) $$s/configure \
|
||||
$(CONFIG_ARGUMENTS) $${srcdiroption} \
|
||||
--with-target-subdir="$(TARGET_SUBDIR)"; \
|
||||
fi; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user