Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. |