Age | Commit message (Collapse) | Author |
|
|
|
This looks like a lot, but more things should "just work".
We have `make dist` now!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
chroot-tools
|
|
|
|
|
|
|
|
|
|
|
|
Move 'runtests' to 'testenv', and have it execute the arguments instead of
roundup. Have Makefile pass it 'roundup' as an argument.
|
|
|
|
|
|
|
|
|
|
|
|
Use it for librechroot, libremakepkg, libremkchroot
|
|
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)
|
|
|