summaryrefslogtreecommitdiff
path: root/config.mk
AgeCommit message (Collapse)Author
2017-07-08Makefile: have docdir behave the way the GNU standards say.Luke Shumaker
I had docdir = $(datarootdir)/doc pkgdocdir = $(docdir)/libretools # install docs to $(pkgdocdir) but the GNU Coding Standards (July 25, 2016 revision), say I should be doing docdir = $(datarootdir)/doc/libretools # install docs to $(docdir) As the config.mk states, we aren't a GNU package. But let's still follow their standards here, to follow the principle of least surprise.
2017-01-30Update and tidy the build system for autothing v3.Luke Shumaker
2016-06-09Fix a warning from `make check`v20160609Luke Shumaker
2016-06-09Makefile: run with --warn-undefined-variablesLuke Shumaker
2016-06-09Work with the new version of autothing.Luke Shumaker
2016-02-08Refactor the build system. Avoid recursive make.Luke Shumaker
This looks like a lot, but more things should "just work". We have `make dist` now!
2014-06-20fiddle with file locationsLuke Shumaker
I remember now that config.mk's change to ?= was so that xbs Makefiles could override $(binder). That was stupid.
2013-11-29config.mk: use ?= for assignmentLuke Shumaker
2013-09-11Make common-devtools.mk unnecessary. Move devtools chroot stuff into ↵Luke Shumaker
chroot-tools
2013-09-11config.mk: fix typoLuke Shumaker
2013-07-27revamp the Makefiles to support manpagesLuke Shumaker
2013-06-15config.mk: change default value for sbindir to be the same as bindirLuke Shumaker
2013-06-15Makefiles: pull the config section into config.mkLuke Shumaker