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