summaryrefslogtreecommitdiff
path: root/build-aux
AgeCommit message (Collapse)Author
2017-02-01Merge remote-tracking branch 'r-autothing/v3/master' into notsystemd/masterLuke Shumaker
2017-01-30(libretools) Fix bugs in autothing.Luke Shumaker
Some of these are that I hadn't originally designed autothing v3 to work with --warn-undefined-variables. Others are just straight-up bugs from inadequate testing.
2017-01-17Tidy the files in the repo root.Luke Shumaker
2017-01-17Backport fixes from work on parabola-hackers.git.Luke Shumaker
- core: Actually support at.Makefile; how it set the internal variable _at.MAKEFILE_LIST was broken if $(at.Makefile) != Makefile - mod: dist: * Don't try to distribute $(files.src.int) files. * Add a comment noting that the lack of the `-P` flag to `cp` is not a bug. - mod: gitfiles: * Correctly list files in $(topsrcdir). * Also enumerate files in git submodules.
2017-01-16Improve documentation.Luke Shumaker
2017-01-16core: Derp, the at.relbase function was broken.Luke Shumaker
2017-01-15Documentation.Luke Shumaker
2017-01-15remove gnustuffLuke Shumaker
2017-01-15Rename gnudoc->texinfoLuke Shumaker
2017-01-15Tidy the gnustuff (and fork off gnudoc).Luke Shumaker
2017-01-15mod: files: fix a misplaced parenLuke Shumaker
2017-01-15mod: gitfiles: doc: re-flow a paragraphLuke Shumaker
2017-01-14gnuconf: Was missing CPPFLAGSLuke Shumaker
2017-01-14Merge branch 'v2/all' into v3/masterLuke Shumaker
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-12-17Merge branch 'notsystemd/postmove' into notsystemd/masterLuke Shumaker
# Conflicts: # src/grp-journal/libjournal-core/.gitignore # src/grp-system/libcore/include/core/mount.h
2016-12-17./tools/notsd-moveLuke Shumaker
2016-11-29fix thingsLuke Shumaker
2016-10-31fixLuke Shumaker
2016-10-31at: sd: clean up, documentLuke Shumaker
2016-10-30at: am: clean up and documentLuke Shumaker
2016-10-30at: lt: document, fix extra DESTDIR refLuke Shumaker
2016-10-30at: (sd)man: clean up, rename {,sd}manLuke Shumaker
2016-10-30(systemd) at: files: add missing things to documentatonLuke Shumaker
2016-10-30at: files: add missing things to documentatonLuke Shumaker
2016-10-30(systemd) at: mod: don't call on .docLuke Shumaker
2016-10-30at: mod: don't call on .docLuke Shumaker
2016-10-28(systemd) Autothing documentationLuke Shumaker
2016-10-28Autothing documentationLuke Shumaker
2016-10-21pull tools/notsd-* changes from notsystemd/masterLuke Shumaker
2016-10-21(systemd) wipLuke Shumaker
2016-10-21wipLuke Shumaker
2016-09-14Merge branch 'notsystemd/postmove' into notsystemd/masterLuke Shumaker
# Conflicts: # src/grp-journal/systemd-journald/Makefile # src/grp-login/systemd-logind/Makefile # src/grp-machine/grp-import/systemd-export/Makefile # src/grp-machine/grp-import/systemd-import/Makefile # src/grp-machine/grp-import/systemd-pull/Makefile # src/grp-machine/systemd-machined/Makefile # src/grp-network/libnetworkd-core/Makefile # src/grp-resolve/libbasic-dns/Makefile # src/grp-resolve/systemd-resolved/Makefile # src/grp-utils/systemd-path/Makefile # src/libshared/src/Makefile # src/libsystemd-network/include/systemd-network/sd-ndisc.h # src/libsystemd/Makefile # src/libsystemd/src/test.mk # src/libudev/Makefile # src/systemd-dbus1-generator/Makefile # src/systemd-nspawn/nspawn.c Signed-off-by: Luke Shumaker <lukeshu@sbcglobal.net>
2016-09-13./tools/notsd-moveLuke Shumaker
2016-09-13I'm having issues with these directories when switching branches.Luke Shumaker
So create them to always be there.
2016-09-13mv build-aux/Makefile.each.tail/70-{sd,man}.mkLuke Shumaker
2016-09-13tools/: pull changes from masterLuke Shumaker
2016-09-07fix installation of kernel-install shell completionLuke Shumaker
2016-09-07Build+install manpagesLuke Shumaker
2016-09-07(systemd) build-aux: add var and write-atomic modulesLuke Shumaker
2016-09-07build-aux: add var and write-atomic modulesLuke Shumaker
2016-09-06(systemd) gitfiles: mv Makefile-src.mk gitfiles.mkLuke Shumaker
2016-09-06gitfiles: mv Makefile-src.mk gitfiles.mkLuke Shumaker
2016-09-06(systemd) build-aux: quote.shell-each: fixLuke Shumaker
2016-09-06build-aux: quote.shell-each: fixLuke Shumaker
2016-09-06(systemd) build-aux: gitfilesLuke Shumaker
2016-09-06build-aux: gitfilesLuke Shumaker
2016-08-26shell completion for rootbin_PROGRAMSLuke Shumaker
2016-08-17Rethink the lt dependency_libs logic with the clarity of having slept on itLuke Shumaker
This avoids passing extra .la arguments to CCLD; lt.lib.post is the ONLY variable that needs to know the recursive dependencies (so change lt.{lib,exe}.files.all to not expand them); for the others, libtool will figure it out from dependency_libs. Further, if the library is public (lt.lib.rpath is set), then we DON'T need to adjust depedency_libs, as we've already told libtool about them in lt.lib.files.ld. This also changes how lt.lib.files.ld is implemented. This is just for readability, the old and new definitions are equivalent (except for possible whitespace differences?).
2016-08-17(systemd) moreLuke Shumaker