summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2016-06-09Work with the new version of autothing.Luke Shumaker
2016-02-08Whoops, `make install-libretools` was installing everythingv20160208Luke 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!
2015-06-06remove mips64el-tools: We don't support MIPS anymoreLuke Shumaker
2015-06-06Remove fullpkg and treepkg, in favor of dagpkg.Luke Shumaker
2015-05-31Enforce .pot files being UTF-8.Luke Shumaker
2014-07-02Generate po/*.pot filesLuke Shumaker
2014-06-20actually, do pull xbs into a separate packageLuke Shumaker
2014-06-20I think xbs is in a workable stage.Luke Shumaker
2013-11-29initial implementation of xbs-absLuke Shumaker
2013-11-29initial implementations of xbs and xbs-abslibreLuke Shumaker
2013-10-30rename libregit to gitget, add bare repository supportLuke Shumaker
2013-09-26Makefile: create a standard 'pot' targetLuke Shumaker
2013-09-11Move libregit into its own directory/subpackageLuke Shumaker
2013-09-11Make common-devtools.mk unnecessary. Move devtools chroot stuff into ↵Luke Shumaker
chroot-tools
2013-09-11Makefile: don't have directory-targets share namespace with project-targetsLuke Shumaker
2013-06-23mv src/librelib src/lib/ # and split librelib into a separate packageLuke Shumaker
2013-06-23mv src/devtools/lib/common.sh src/lib/ # and add common-devtools.mkLuke Shumaker
2013-06-15Makefiles: pull the config section into config.mkLuke Shumaker
2013-06-05add a system to skip tests that require networking or sudo.Luke Shumaker
2013-06-05test/{runtests => testenv}: make it easy to enter a test shellLuke Shumaker
Move 'runtests' to 'testenv', and have it execute the arguments instead of roundup. Have Makefile pass it 'roundup' as an argument.
2013-05-27Add (roundup-based) unit-test framework, tests for pkgbuild-check-nonfreeLuke Shumaker
2013-05-02fix the MakefilesLuke Shumaker
2013-05-02fix minor bugs in Makefile, .gitignoreLuke Shumaker
2013-01-17Integrate devtools into the build systemv20130117Luke Shumaker
2012-12-09oops, delete pr-tools from the top makefilev20121209Luke Shumaker
2012-12-09Add /usr/share/libretools/conf.sh, use /etc/libretools.d/chroot.confLuke Shumaker
Use it for librechroot, libremakepkg, libremkchroot
2012-12-09make the Makefile(s)... mortal-friendlyLuke Shumaker
I did this by making the assumption that the files in a directory are dividable into 2 groups: those that are executable, and those that aren't, and that all of the files in each group all go in the same folder when installed. These install directories are configurable per source directory with $(libre_execdir) and $(libre_datadir)
2012-11-07add a Makefile to install everythingv20121107Luke Shumaker