]> git.saurik.com Git - bison.git/commitdiff
Remove build-aux/Makefile.am.
authorAkim Demaille <demaille@gostai.com>
Tue, 23 Sep 2008 12:48:11 +0000 (14:48 +0200)
committerAkim Demaille <demaille@gostai.com>
Sat, 15 Nov 2008 09:27:05 +0000 (10:27 +0100)
Recursive Makefiles are really way too slow, let's get rid of some of
them.

* build-aux/Makefile.am: Rename as...
* build-aux/local.mk: this.
Adjust paths.
* Makefile.am, configure.ac: Adjust.

ChangeLog
Makefile.am
build-aux/Makefile.am [deleted file]
build-aux/local.mk [new file with mode: 0644]
configure.ac

index a5cd3b97bb0cfa2f5ef3e465a64eb5ccc781e6ba..bbdeb2d685af0d040d8f3672899e85bcbe3cdd8e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2008-11-15  Akim Demaille  <demaille@gostai.com>
+
+       Remove build-aux/Makefile.am.
+       Recursive Makefiles are really way too slow, let's get rid of some of
+       them.
+       
+       * build-aux/Makefile.am: Rename as...
+       * build-aux/local.mk: this.
+       Adjust paths.
+       * Makefile.am, configure.ac: Adjust.
+
 2008-11-15  Akim Demaille  <demaille@gostai.com>
 
        Provide convenience constructors for locations and positions.
index 932c3bbfdac0551cb66b9f2a1258a46df721e234..90bef28a3fd5a83a64499f2caff89377a38f244f 100644 (file)
@@ -17,7 +17,7 @@
 
 ACLOCAL_AMFLAGS = -I m4
 
-SUBDIRS = build-aux po runtime-po lib data src doc examples tests etc
+SUBDIRS = po runtime-po lib data src doc examples tests etc
 
 # Files installed for use by Automake.
 aclocaldir = @aclocaldir@
@@ -30,6 +30,7 @@ EXTRA_DIST = .prev-version .version cfg.mk maint.mk \
   djgpp/subpipe.c djgpp/subpipe.h djgpp/djunpack.bat \
   djgpp/fnchange.lst djgpp/testsuite.sed
 
+include build-aux/local.mk
 
 .PHONY: maintainer-check
 maintainer-check:
diff --git a/build-aux/Makefile.am b/build-aux/Makefile.am
deleted file mode 100644 (file)
index 2facd9d..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-## Process this file with automake to produce Makefile.in -*-Makefile-*-
-EXTRA_DIST = prev-version.txt cross-options.pl
diff --git a/build-aux/local.mk b/build-aux/local.mk
new file mode 100644 (file)
index 0000000..d3cb831
--- /dev/null
@@ -0,0 +1,3 @@
+EXTRA_DIST +=                                  \
+build-aux/prev-version.txt                     \
+build-aux/cross-options.pl
index c5510f22273ed89a5ca5534e5361479d1e972abb..496f6e83964bdfc043c840a1631f9fa9dbe5a783 100644 (file)
@@ -149,7 +149,6 @@ gt_JAVACOMP([1.3], [1.4])
 gt_JAVAEXEC
 
 AC_CONFIG_FILES([Makefile
-                build-aux/Makefile
                 po/Makefile.in
                 data/Makefile
                 etc/Makefile