14 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ed17aaa6c9 | |||
| d7d4ffa640 | |||
| bc883deed4 | |||
| a64cd918dd | |||
| b181f76343 | |||
| f9193c989d | |||
| 40ac901eb6 | |||
| b2d6e6f554 | |||
| 13fa28e23f | |||
| aa85417a17 | |||
| e68d4eb83b | |||
| f5d145a4af | |||
| cdabaad7ef | |||
| d49340917b |
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
| 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> |
|||
| d7d4ffa640 |
py-run.mk, python-tools.sh: Re-add files necessary for jw-client-devops-web
jw-client-devops-web needs py-run.mk and python-tools.sh, add them. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| bc883deed4 |
Everywhere: Remove everything non-essential for "make clean all"
This commit removes everything not strictly necessary for running "make clean all" inside jw-build. packaging jw-devtest. This cuts the repo down from 24077 to 4725 lines of code. The idea is to 1) Further remove bloat from the remaining bits 2) Re-add what's necessary to build and package other essential repos. The decision should be based on whether or not jw-build can also be useful in a non-janware context. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| a64cd918dd |
py-run.mk: Add dummy test target
Directories with py-run.mk error out on the test target, so add a no-op test target. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| b181f76343 |
py-run.mk: Fix argument list (use $@ instead of $*)
Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| f9193c989d |
py-run.mk: Add target run.sh
Allow creation of a run.sh script, to be used from outside the make context. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 40ac901eb6 |
py-run.mk: Add test.py to EXE search path
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> |
|||
| 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> |
|||
| aa85417a17 |
Everywhere: Purge spaces in text files
Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| e68d4eb83b |
make, scripts: Now excplicitly calling python2 executable instead of python
Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| f5d145a4af |
py-run.mk: Disable scripts-targets.mk and rules.mk
scripts-targets.mk and rules.mk had unwanted side-effects Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| cdabaad7ef |
py-*.mk: Fill PYTHONPATH from build dependencies
Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| d49340917b |
make: Add py-defs.mk py-mod.mk py-run.mk
Signed-off-by: Jan Lindemann <jan@janware.com> |