[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 00/11] various minor cleanup to the build system
From: |
Stefano Lattarini |
Subject: |
[PATCH 00/11] various minor cleanup to the build system |
Date: |
Thu, 30 Aug 2012 18:53:12 +0200 |
Several minor cleanups and modernization. Some of them are good
on their own, some are motivated by the will to make a future
support of Automake-NG easier.
-*-*-*-
Stefano Lattarini (11):
build: prefer $(AM_CPPFLAGS) over $(INCLUDES)
build: don't list files with unknown suffix in _SOURCES
build: prefer pattern rules over suffix rules
build: enable subdir-objects Automake option globally
tests: prefer AM_TESTS_ENVIRONMENT over TESTS_ENVIRONMENT
tests: remove unused AM_TESTS_ENVIRONMENT entries
build: require Automake >= 1.11.6
maint: make Autoconf version requirement consistent
maint: tighten per version requirement
bootstrap: update to latest, from gnulib
gitignore: reorder as forced by ./bootstrap
.gitignore | 20 ++--
bootstrap | 267 ++++++++++++++++++++++++++++---------------
bootstrap.conf | 6 +-
configure.ac | 3 +-
include/parted/Makefile.am | 3 +-
libparted/Makefile.am | 2 +-
libparted/fs/Makefile.am | 4 +-
libparted/labels/Makefile.am | 8 +-
parted/Makefile.am | 2 +-
partprobe/Makefile.am | 2 +-
tests/Makefile.am | 7 +-
11 files changed, 200 insertions(+), 124 deletions(-)
- [PATCH 00/11] various minor cleanup to the build system,
Stefano Lattarini <=
- [PATCH 01/11] build: prefer $(AM_CPPFLAGS) over $(INCLUDES), Stefano Lattarini, 2012/08/30
- [PATCH 02/11] build: don't list files with unknown suffix in _SOURCES, Stefano Lattarini, 2012/08/30
- [PATCH 03/11] build: prefer pattern rules over suffix rules, Stefano Lattarini, 2012/08/30
- [PATCH 05/11] tests: prefer AM_TESTS_ENVIRONMENT over TESTS_ENVIRONMENT, Stefano Lattarini, 2012/08/30
- [PATCH 07/11] build: require Automake >= 1.11.6, Stefano Lattarini, 2012/08/30
- [PATCH 06/11] tests: remove unused AM_TESTS_ENVIRONMENT entries, Stefano Lattarini, 2012/08/30
- [PATCH 09/11] maint: tighten per version requirement, Stefano Lattarini, 2012/08/30
- [PATCH 04/11] build: enable subdir-objects Automake option globally, Stefano Lattarini, 2012/08/30
- [PATCH 08/11] maint: make Autoconf version requirement consistent, Stefano Lattarini, 2012/08/30
- [PATCH 11/11] gitignore: reorder as forced by ./bootstrap, Stefano Lattarini, 2012/08/30