Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-18 | Fix “No rule to make target '/mk/build.mk'. Stop.” | mirabilos | |
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2017-06-29 | Add info-target to print out some OpenADK variables in machine readable ways | dir | |
2017-06-23 | Revert "Add info-target to print out some OpenADK variables in machine ↵ | Waldemar Brodkorb | |
readable ways" This reverts commit 0ce8ada61eadc678f01700fc9811307cfb23eaa1. | |||
2017-06-21 | Add info-target to print out some OpenADK variables in machine readable ways | dir | |
2016-10-25 | add Makefile target for saving the kernel configuration to an external file | Mario Haustein | |
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> | |||
2016-06-20 | developers like verbose output when single packages are rebuild, suggested ↵ | Waldemar Brodkorb | |
by n0-1 | |||
2015-12-24 | be more quiet | Waldemar Brodkorb | |
2015-12-16 | fix make package=<foo> clean package | Waldemar Brodkorb | |
2015-12-13 | rework prereq check | Waldemar Brodkorb | |
The new prereq check is completely implemented in POSIX shell in scripts/prereq.sh. It combines the old features from Makefile, scan-tools.sh, scan-pkgs.sh, reloc.sh and some wrappers for tools. The big benefit is to have all portability stuff in one place. Furthermore we can compile GNU make and bash on the fly, for systems lacking the required tools. All changes on the host are detected on the fly, no make prereq required anymore. The build process is separated in following three phases: 1. small wrapper Makefile is used for BSD make or GNU make 2. prereq.sh is called, doing all checking, calling Makefile.adk 3. old logic in Makefile.adk or mk/build.mk is used Tested successfully on Linux, MacOS X, Cygwin, FreeBSD, OpenBSD and NetBSD. An old depmaker bug was fixed, only optional host tools are compiled. For example, even when a host provides xz, a local xz was compiled in the past, because other packages had a build dependency on it. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2015-12-11 | Revert "rework prereq check" | Waldemar Brodkorb | |
This reverts commit fba2ff31928b18364c1934654169806f5c800e23. | |||
2015-12-11 | rework prereq check | wbx | |
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> |