13 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 770a42cc76 | |||
| b2d6e6f554 | |||
| 548b4bc960 | |||
| bdeb2be59b | |||
| aa85417a17 | |||
| 0eaef0c326 | |||
| f19831245f | |||
| 92040c66e7 | |||
| 231c5a4dae | |||
| 401598a05c | |||
| 28dfd4d4d6 | |||
| 8ef7d5dbcf | |||
| 0f3c8aa60c |
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
| 770a42cc76 |
subtree.mk: Add multiple-inclusion guards
Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| b2d6e6f554 |
Everywhere: Rename MODDIR -> JWBDIR
Rename the omnipresent MODDIR variable to JWBDIR, since that's more to the point. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 548b4bc960 |
subtree.mk: Beautify target dependencies
Not tested, but can't hurt to have the installed regular files depend on their install directories Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| bdeb2be59b |
subtree.mk: Files were RPM-shipped with development user id
Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| aa85417a17 |
Everywhere: Purge spaces in text files
Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 0eaef0c326 |
conf/jcs, make, tmpl/doxygen: Align equal signs in makefiles to column 30
Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| f19831245f |
make: Support GNUmakefile too, where applicable
Add support for GNUmakefile, where originally only Makefile was supported. Not done everywhere, as some of the code involving makefiles is dead anyway. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 92040c66e7 |
make, scripts: Preserve modification time on installation
Implemented -p switch on pkg.sh log-install and used it on standard installation rules. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 231c5a4dae |
subtree.mk: Assign SUBTREE_FILES/DIRS with += instead of =
Allow to modify them later Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 401598a05c |
subtree.mk: Inhibit warning for non-git repos
Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 28dfd4d4d6 |
subtree.mk: Fix installation from tar archive
install target fails because the unpacked tar archive has no git ls-files, fix that. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 8ef7d5dbcf |
subtree.mk: Make subtree.mk work
Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 0f3c8aa60c |
subtree.mk: Add file
Signed-off-by: Jan Lindemann <jan@janware.com> |