summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-01-14Merge remote-tracking branches 'v2/core', 'v2/mod-dist', ↵Luke Shumaker
'v2/mod-gnu-autoconf', 'v2/mod-gnuconf', 'v2/mod-gnustuff', 'v2/mod-std' and 'v2/mod-write-ifchanged' into v3/master
2016-06-17fixupLuke Shumaker
2016-06-17fixupLuke Shumaker
2016-05-31Drop the $$$$ suffix, and drop the magic needed to support itLuke Shumaker
2016-05-31Avoid prefixing things with ./Luke Shumaker
2016-05-31avoid prefixing things with ./Luke Shumaker
2016-05-31fix: values no longer percolate upLuke Shumaker
2016-05-31fix: We must set std.clean_files before std reads it!Luke Shumaker
2016-05-31fixLuke Shumaker
- 'fix' the values of the _files variables before adjusting them - in the clean variables, std.*_files are public - support suffixing std.clean_files with / to rm -r it. - using double-colon rules breaks automatic dependencies from core - subdirs belongs to core, not this module - sort the dependencies of 'installdirs', for brevity
2016-05-30the README is still outdated, but fix some paths in itLuke Shumaker
2016-05-30fixLuke Shumaker
- Make at.relto public, as mod-dist needs it - Include the correct files in .head.mk - Sort the head includes forwards - Sort the tail includes backwards - Correctly prefix at.{sub,dep}dirs with $(outdir) - Undefine variables after they have been namespaced. - Don't try to access at.{sub,dep}dirs after they have been undefined
2016-05-30Turn the master branch into just a READMELuke Shumaker
2016-05-30add install rule, add missing at.phony definitionsLuke Shumaker
2016-05-30Make a separate 00-gnuconfLuke Shumaker
2016-05-30strip out stuff from gnuconfLuke Shumaker
2016-05-29stuffLuke Shumaker
2016-05-29use :: on destructive targets to allow them to be extendedLuke Shumaker
2016-05-29tidyLuke Shumaker
2016-05-29add checks that top{src,out}dir are setLuke Shumaker
2016-05-29Rename dist.name -> dist.pkgnameLuke Shumaker
2016-05-29oopsLuke Shumaker
2016-05-29rename PACKAGE->dist.name VERSION->dist.versionLuke Shumaker
2016-05-29tidyLuke Shumaker
2016-05-29tidy upLuke Shumaker
2016-05-29Remove everything but the coreLuke Shumaker
2016-05-29work on thingsLuke Shumaker
2016-05-29work on thingsLuke Shumaker
2016-05-29work on thingsLuke Shumaker
2016-05-29work on thingsLuke Shumaker
2016-05-29work on thingsLuke Shumaker
2016-05-29work on thingsLuke Shumaker
2016-05-27move everything into build-auxLuke Shumaker
2016-05-27move everything into build-auxLuke Shumaker
2016-05-27move everything into build-auxLuke Shumaker
2016-05-27move everything into build-auxLuke Shumaker
2016-05-27fix mistake in am_pathLuke Shumaker
2016-03-04Have the caller be responsible for setting topoutdirLuke Shumaker
2016-03-03I lied about am_path being equivalent to `realpath -sm`Luke Shumaker
2016-03-03make a public `am_path`, more docsLuke Shumaker
2016-03-03(rvs) buildsystemLuke Shumaker
2016-03-01(libretools) improve HACKING documentationLuke Shumaker
2016-02-08(libretools) Refactor the build system. Avoid recursive make.Luke Shumaker
This looks like a lot, but more things should "just work". We have `make dist` now!
2015-07-09(rvs) whitespaceLuke Shumaker
2015-07-01(rvs) A whole bunch of stuffLuke Shumaker
2015-06-29(rvs) Makefile: whoops, dist_files should go in srcdir, not objdirLuke Shumaker
2015-06-29(rvs) `make dist` wasn't workingLuke Shumaker
2015-06-29(rvs) Start re-jiggering RVS.Luke Shumaker