]> git.ipfire.org Git - thirdparty/coreutils.git/commit
build: build lib/ using non-recursive make
authorJim Meyering <meyering@redhat.com>
Sun, 9 Sep 2012 06:21:16 +0000 (08:21 +0200)
committerJim Meyering <meyering@redhat.com>
Tue, 11 Sep 2012 09:23:17 +0000 (11:23 +0200)
commit8a0e1bce040f982b27cd715a253d6c83bf806dbe
treedf71e707f1accd01f745a89860276e0142b7af04
parentada994274cacac427e7a2004e7bd6c16e7f140a7
build: build lib/ using non-recursive make

* bootstrap.conf (gnulib_modules): Use the new module.
(bootstrap_post_import_hook): Invoke prefix-gnulib-mk.
* configure.ac (AC_CONFIG_FILES): Remove lib/Makefile.
* lib/Makefile.am: Renamed...
* lib/local.mk: ...to this.
* src/local.mk (CLEANFILES): Append, don't set.
(noinst_LIBRARIES): Likewise.
(AM_CPPFLAGS): Don't set this here.
* Makefile.am (AM_CPPFLAGS): Define here instead.
(noinst_LIBRARIES, CLEANFILES, MOSTLYCLEANDIRS, MOSTLYCLEANFILES):
Initialize here, so we can append to them from each included local.mk
(SUBDIRS): Remove "lib".
Makefile.am
bootstrap.conf
configure.ac
lib/Makefile.am [deleted file]
lib/local.mk [new file with mode: 0644]
src/local.mk