Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/dist/toolchain/gcc Completely nuke autoconf/autoheader r...



details:   https://anonhg.NetBSD.org/src/rev/220607a96d55
branches:  trunk
changeset: 510582:220607a96d55
user:      tv <tv%NetBSD.org@localhost>
date:      Fri Jun 01 23:52:14 2001 +0000

description:
Completely nuke autoconf/autoheader remaking.  We don't want or need this,
and it's only an annoyance when checking out of CVS.  Hopefully later
versions of GCC will be smarter with autoconf and use @AUTOCONF@ parameters
(which can be replaced with `true').

diffstat:

 gnu/dist/toolchain/gcc/Makefile.in |  21 ---------------------
 1 files changed, 0 insertions(+), 21 deletions(-)

diffs (31 lines):

diff -r 4ebdfec3f7b7 -r 220607a96d55 gnu/dist/toolchain/gcc/Makefile.in
--- a/gnu/dist/toolchain/gcc/Makefile.in        Fri Jun 01 23:26:30 2001 +0000
+++ b/gnu/dist/toolchain/gcc/Makefile.in        Fri Jun 01 23:52:14 2001 +0000
@@ -802,27 +802,6 @@
        LANGUAGES="$(CONFIG_LANGUAGES)" $(SHELL) config.run
        rm -f config.run
 
-$(srcdir)/configure: $(srcdir)/configure.in
-       cd $(srcdir); autoconf
-
-# cstamp-h.in controls rebuilding of config.in.
-# It is named cstamp-h.in and not stamp-h.in so the mostlyclean rule doesn't
-# delete it.  A stamp file is needed as autoheader won't update the file if
-# nothing has changed.
-# It remains in the source directory and is part of the distribution.
-# This follows what is done in shellutils, fileutils, etc.
-# "echo timestamp" is used instead of touch to be consistent with other
-# packages that use autoconf (??? perhaps also to avoid problems with patch?).
-# ??? Newer versions have a maintainer mode that may be useful here.
-$(srcdir)/config.in: $(srcdir)/cstamp-h.in
-$(srcdir)/cstamp-h.in: $(srcdir)/configure.in $(srcdir)/acconfig.h
-       cd $(srcdir) && autoheader
-       @rm -f $(srcdir)/cstamp-h.in
-       echo timestamp > $(srcdir)/cstamp-h.in
-auto-host.h: cstamp-h ; @true
-cstamp-h: config.in config.status
-       CONFIG_HEADERS=auto-host.h:config.in LANGUAGES="$(CONFIG_LANGUAGES)" $(SHELL) config.status
-
 # Really, really stupid make features, such as SUN's KEEP_STATE, may force
 # a target to build even if it is up-to-date.  So we must verify that
 # config.status does not exist before failing.



Home | Main Index | Thread Index | Old Index