summaryrefslogtreecommitdiff
path: root/top
Commit message (Collapse)AuthorAgeFilesLines
* maint.mk: adjust to file name changeJose E. Marchesi2008-08-281-3/+3
| | | | | | * top/maint.mk: s/Makefile.cfg/cfg.mk/. Signed-off-by: Eric Blake <ebb9@byu.net>
* GNUmakefile: cfg.mk definitions override default autoreconf-rerun policyJim Meyering2008-08-261-2/+2
| | | | | * top/GNUmakefile (_is-dist-target, _is-install-target): Make these definitions conditional, so that they may be overridden, too.
* gnumakefile: use space, not TAB, outside of targetsEric Blake2008-08-041-14/+14
| | | | | | * top/GNUmakefile (_dummy): Fix whitespace error in prior edit. Signed-off-by: Eric Blake <ebb9@byu.net>
* Portability fix for GNU make 3.79.1.Ralf Wildenhues2008-08-021-12/+14
| | | | | * top/GNUmakefile: Avoid 'else COND', which older GNU make versions do not understand.
* Warn, not fail, on stale version.Eric Blake2008-07-211-3/+3
| | | | | | * top/GNUmakefile (_curr-ver): Tone down previous patch. Signed-off-by: Eric Blake <ebb9@byu.net>
* Don't allow installation with stale devel version number.Eric Blake2008-07-211-1/+11
| | | | | | | * top/GNUmakefile (_is-install-target): New macro. (_curr-ver): Forbid installation with stale version number. Signed-off-by: Eric Blake <ebb9@byu.net>
* Fix VPATH 'make dist' with GNU make and non-VCS tarball.Eric Blake2008-06-181-2/+2
| | | | | | | * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily. Reported by Stepan Kasal. Signed-off-by: Eric Blake <ebb9@byu.net>
* Be tolerant of UNKNOWN version in gnulib-tool test dir.Eric Blake2008-06-051-3/+7
| | | | | | | | * top/GNUmakefile (_dummy): Warn rather than reconfigure if git-version-gen fails to come up with a version. Reported by Simon Josefsson. Signed-off-by: Eric Blake <ebb9@byu.net>
* remove trailing blanksJim Meyering2008-05-201-1/+1
|
* Ensure sane .version contents.Eric Blake2008-04-031-1/+2
| | | | | | | | * top/GNUmakefile (_dummy): Also delete .version when rebuilding version string. * build-aux/git-version-gen: Improve documentation. Signed-off-by: Eric Blake <ebb9@byu.net>
* Make GNU make output nicer.Eric Blake2008-04-031-0/+5
| | | | | | | | * top/GNUmakefile [!_have-Makefile]: Add dependency on MAKECMDGOALS to enforce message for all command line targets. Set srcdir for use in maint.mk. Signed-off-by: Eric Blake <ebb9@byu.net>
* Another maintainer tweak.Eric Blake2008-04-031-1/+1
| | | | | | | * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as a target that regenerates version. Signed-off-by: Eric Blake <ebb9@byu.net>
* Alter GNUmakefile to install into top directory.Eric Blake2008-03-242-0/+209
* modules/maintainer-makefile: Split, and add dependency... * modules/gnumakefile: to this new module. * build-aux/GNUmakefile: Move... * top/GNUmakefile: ...here. * build-aux/maint.mk: Move... * top/maint.mk: ...here. * MODULES.html.sh (Support for maintaining...): Document new module. Signed-off-by: Eric Blake <ebb9@byu.net>