mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-20 02:00:48 +08:00
configure.ac (AM_INIT_AUTOMAKE): Don't warn about GNU Make.
2003-12-16 Phil Edwards <phil@codesourcery.com> * configure.ac (AM_INIT_AUTOMAKE): Don't warn about GNU Make. * configure: Regenerated. * Makefile.am (check-%): New catch-all forwarding target. * Makefile.in: Regenerated. From-SVN: r74718
This commit is contained in:
parent
da2fd9486b
commit
2d52e9e364
@ -1,3 +1,10 @@
|
||||
2003-12-16 Phil Edwards <phil@codesourcery.com>
|
||||
|
||||
* configure.ac (AM_INIT_AUTOMAKE): Don't warn about GNU Make.
|
||||
* configure: Regenerated.
|
||||
* Makefile.am (check-%): New catch-all forwarding target.
|
||||
* Makefile.in: Regenerated.
|
||||
|
||||
2003-12-16 Paolo Carlini <pcarlini@suse.de>
|
||||
|
||||
* testsuite/performance/container_benchmark.cc: New, a
|
||||
|
@ -52,6 +52,10 @@ doxygen-man:
|
||||
|
||||
.PHONY: doxygen doxygen-maint doxygen-man
|
||||
|
||||
# Handy forwarding targets.
|
||||
check-%:
|
||||
cd testsuite && $(MAKE) $@
|
||||
|
||||
# Multilib support.
|
||||
MAKEOVERRIDES=
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Makefile.in generated by automake 1.7.8 from Makefile.am.
|
||||
# Makefile.in generated by automake 1.7.9 from Makefile.am.
|
||||
# @configure_input@
|
||||
|
||||
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
|
||||
@ -306,7 +306,7 @@ am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
|
||||
configure.lineno
|
||||
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/fragment.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
|
||||
cd $(top_srcdir) && \
|
||||
$(AUTOMAKE) --foreign Makefile
|
||||
$(AUTOMAKE) --foreign ./Makefile
|
||||
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
|
||||
|
||||
@ -590,7 +590,7 @@ install-am: all-am
|
||||
installcheck: installcheck-recursive
|
||||
install-strip:
|
||||
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
||||
INSTALL_STRIP_FLAG=-s \
|
||||
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
||||
`test -z '$(STRIP)' || \
|
||||
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
||||
mostlyclean-generic:
|
||||
@ -696,6 +696,10 @@ doxygen-man:
|
||||
|
||||
.PHONY: doxygen doxygen-maint doxygen-man
|
||||
|
||||
# Handy forwarding targets.
|
||||
check-%:
|
||||
cd testsuite && $(MAKE) $@
|
||||
|
||||
# Multilib support.
|
||||
.PHONY: all-multi mostlyclean-multi clean-multi distclean-multi \
|
||||
maintainer-clean-multi
|
||||
|
15497
libstdc++-v3/configure
vendored
15497
libstdc++-v3/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -56,8 +56,9 @@ fi
|
||||
# foreign: we don't follow the normal rules for GNU packages (no COPYING
|
||||
# file in the top srcdir, etc, etc), so stop complaining.
|
||||
# no-dependencies: turns off auto dependency generation (just for now)
|
||||
# -Wall: turns on all automake warnings
|
||||
AM_INIT_AUTOMAKE([1.7.6 no-define foreign no-dependencies -Wall])
|
||||
# -Wall: turns on all automake warnings...
|
||||
# -Wno-portability: ...except this one, since GNU make is now required.
|
||||
AM_INIT_AUTOMAKE([1.7.6 no-define foreign no-dependencies -Wall -Wno-portability])
|
||||
|
||||
# Runs configure.host, finds CC, CXX, and assorted other critical bits. Sets
|
||||
# up critical shell variables.
|
||||
|
Loading…
x
Reference in New Issue
Block a user