Age | Commit message (Collapse) | Author | Files | Lines |
|
There are circumstances where you just want to repeat the build
without running the tests. keeping the "test" target distinct from
the "all" target makes it possible to do that cleanly.
|
|
for example, now you can do:
make PREFIX=/usr
without any modification to the Makefile and have it behave as
intended.
|
|
|
|
* Move "COPYING" and "Changelog" from "meta/" to the top-level source
directory. No need to have a separate directory for two small text
files. Also, it's common practice to put these there.
* Makefile: Merge "meta/Makefile".
* Rename "Changelog" to "NEWS". The file containing a summary of changes
between two releases in generally called "NEWS". The name "ChangeLog"
should only be used for a detailed log of every commit.
Signed-off-by: Lukas Fleischer <info@cryptocrack.de>
|
|
* Create separate "install" and "uninstall" targets for meta files.
* Add meta file targets to the shortcut Makefile.
Signed-off-by: Lukas Fleischer <info@cryptocrack.de>
|
|
* Create separate "install" and "uninstall" targets for man pages.
* Add man page targets to the shortcut Makefile.
Signed-off-by: Lukas Fleischer <info@cryptocrack.de>
|
|
Signed-off-by: Lukas Fleischer <info@cryptocrack.de>
|