Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-11-29 | Allow build to continue if help.h/manpages are already generated | Max Rees | 1 | -1/+1 | |
This would allow future distribution of tarballs that already have help.h and the doc/*.[0-9] manpages pre-generated. Such a tarball could then be built successfully with LUA=no. | |||||
2023-04-12 | make: define _FILE_OFFSET_BITS=64 for glibc | Timo Teräs | 1 | -1/+1 | |
2022-12-20 | build: remove -Werror | Timo Teräs | 1 | -1/+1 | |
2020-08-25 | apk-tools-2.12.0_rc1v2.12.0_rc1 | Timo Teräs | 1 | -0/+2 | |
2020-03-23 | build: inspect GitLab CI variables for version string | Timo Teräs | 1 | -3/+9 | |
2020-03-23 | build: fix 'make check' for libfetch | Timo Teräs | 1 | -0/+2 | |
2020-03-16 | build: enable building of development package | Rasmus Thomsen | 1 | -6/+26 | |
- always create .so and .a with the apk libary code - create .pc file - install headers and above mentioned files Maintainers edit: merged commits, cleaned up sed script logic, and few other minor fixes. | |||||
2020-01-26 | build: separate subdirs out from targets | Timo Teräs | 1 | -5/+10 | |
That list is needed in multiple places, so it simplifies things a bit. | |||||
2020-01-26 | convert man page makefile to make.rules format | Timo Teräs | 1 | -5/+25 | |
2020-01-26 | Initial riggings for man pages, add apk(8) | Drew DeVault | 1 | -2/+3 | |
This commit sets up the build system to compile man pages with scdoc, and adds the first man page: apk(8). | |||||
2017-10-05 | build and use bundled libfetch natively | Timo Teräs | 1 | -10/+40 | |
2017-08-23 | make preprocessor arguments clang-compatible | Dmitry Golovin | 1 | -1/+1 | |
2013-07-05 | build: honor CPPFLAGS | Timo Teräs | 1 | -2/+2 | |
2010-06-11 | First steps for libapk | Natanael Copa | 1 | -2/+20 | |
2009-08-05 | build: update make rules | Timo Teras | 1 | -1/+8 | |
2009-07-29 | build: make install depend on main targets | Timo Teras | 1 | -2/+1 | |
apparently the double colon rule dependencies affect only the specific rule-set. | |||||
2009-07-14 | build: optimize with -O2 by default | Timo Teras | 1 | -1/+1 | |
also make the array code more explicit to have gcc optimizer happy. | |||||
2009-05-27 | build: create archive directly from git tree | Timo Teras | 1 | -4/+15 | |
So we don't get local modifications or extra files in the tarball. | |||||
2009-05-08 | make: test for .git existence before using git describe to set version | Natanael Copa | 1 | -1/+1 | |
2009-04-16 | build: eliminate "Nothing to be done for `all'" message | Timo Teras | 1 | -1/+5 | |
2009-04-16 | build: improve dependency file generation | Timo Teras | 1 | -3/+2 | |
2009-04-16 | build: rewrite make system to something slightly similar to kbuild | Timo Teras | 1 | -0/+269 | |
Tracks now probler header file dependencies and command line parameters used to build files. E.g. changing CFLAGS rebuild all C-files. And changing version rebuild now the files where it's used. |