15 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b2d6e6f554 | |||
| aa85417a17 | |||
| 0eaef0c326 | |||
| f19831245f | |||
| d684f198b2 | |||
| 39ffefb285 | |||
| 56afe21ee0 | |||
| f17ce9570c | |||
| f5c43f706a | |||
| 92040c66e7 | |||
| 7a533561a4 | |||
| 8f5d62f2ad | |||
| 39d32bd728 | |||
| fcc6d169cc | |||
| 66cb9ad5af |
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
| 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> |
|||
| 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> |
|||
| d684f198b2 |
make: Add dev-utils.mk for convenience targets
dev-utils.mk is meant to provide targets like install-to-system, which will be invoked during development Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 39ffefb285 |
install-files.mk: Links to directories were not installed as empty directories
Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 56afe21ee0 |
install-files.mk: Fix installation of filenames with whitespace
Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| f17ce9570c |
js.mk: Add JS_MINIFY_FILTER_IN
Not so great. Doesn't remove console.log(innerfunc()). Another approach would be to use a global debug() function and set debug to null in an included javascript file Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| f5c43f706a |
make: Replace some executables by absolute paths to improve performance
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> |
|||
| 7a533561a4 |
install-files.mk: Renamed variable LOCAL_FILES to SOURCE_FILES
Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 8f5d62f2ad |
install-files.mk: Allow recursive installation of directories
Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 39d32bd728 |
install-files.mk: Excluding %.done from default files
Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| fcc6d169cc |
install-files.mk: Include defs.mk in install-files.mk
Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 66cb9ad5af |
install-files.mk: Add install-files.mk
Signed-off-by: Jan Lindemann <jan@janware.com> |