Commit graph

17 commits

Author SHA1 Message Date
ac54a7bca6
make: Make target "test" depend on target "all"

Every directory should have a test target, and the test target should depend on all so that all files are generated that might be needed for testing. This commit fixes some missing targets, and adds some missing dependencies.

Signed-off-by: Jan Lindemann <jan@janware.com>
2026-07-02 19:52:35 +02:00
41b0b8f023 defs.mk: Remove installation type SCRIPT

Installation type SCRIPT has beed disabled long ago because of its overlap with EXE. Remove the dead code around it.

Signed-off-by: Jan Lindemann <jan@janware.com>
2026-04-11 14:51:11 +02:00
ed17aaa6c9 make: Align equal signs in *.mk to column 30

Chore: Format equal signs uniformly. They should all be at column 30 but aren't. Fix that.

Signed-off-by: Jan Lindemann <jan@janware.com>
2026-03-16 14:57:50 +01:00
13fa28e23f make, scripts: Flip some more switches from pathon 2 to 3 (untested!)

This commit flips some more switches from Python 2 to Python 3 in makefiles and Python code. Build runs through, but it's still likely to break things.

Signed-off-by: Jan Lindemann <jan@janware.com>
2019-06-02 12:28:13 +00:00
aa85417a17 Everywhere: Purge spaces in text files
Signed-off-by: Jan Lindemann <jan@janware.com>
2019-03-06 12:38:20 +00:00
e68d4eb83b make, scripts: Now excplicitly calling python2 executable instead of python
Signed-off-by: Jan Lindemann <jan@janware.com>
2018-01-02 13:12:00 +00:00
f70465cbd5 make: Replace pwd by $(PWD)
Signed-off-by: Jan Lindemann <jan@janware.com>
2017-12-18 13:45:55 +00:00
f5c43f706a make: Replace some executables by absolute paths to improve performance
Signed-off-by: Jan Lindemann <jan@janware.com>
2017-09-02 19:26:52 +00:00
77c53f326b scripts-targets.mk: Add dependency on install_files_SYSCFG
Signed-off-by: Jan Lindemann <jan@janware.com>
2017-06-24 18:26:00 +00:00
c28871c075 scripts-targets.mk: Replace /bin/sh by /bin/bash in scripts-targets.mk
Signed-off-by: Jan Lindemann <jan@janware.com>
2015-06-01 08:06:57 +00:00
0b9bc94a48 make: Rpm build machinery now installs less empty directories
Signed-off-by: Jan Lindemann <jan@janware.com>
2014-07-22 09:08:40 +00:00
34f4bb0e6d scripts-targets.mk: Add support for perl scripts and assuming scripts without suffix to be shell scripts
Signed-off-by: Jan Lindemann <jan@janware.com>
2014-04-24 19:13:43 +00:00
2ed223c636 scripts-targets.mk: Now correctly installing python scripts with build.py
Signed-off-by: Jan Lindemann <jan@janware.com>
2013-10-15 14:58:18 +00:00
Jan Lindemann
2939f8e3a8 Everywhere: Merge V_1_1_29_40_POST_ACCEPTANCE 2011-02-20 14:15:22 +00:00
Jan Lindemann
c6b77990c7 bin.mk, make.mk, scripts-targets.mk: O added target test 2010-12-03 18:03:00 +00:00
Jan Lindemann
c87430e099 defs-dev.mk, defs-dist.mk, scripts-targets.mk: Add INSTALL_HOME_BIN_WRAPPERS 2009-05-27 14:36:43 +00:00
Jan Lindemann
3999126b09 scripts-targets.mk: Add file 2009-02-20 13:30:00 +00:00