App.__find_dir() Support --topdir-format make:XXX #21
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
b7d211b21e |
jan/feature/20260617-app-find-dir-support-topdir-format-make-xxx into master | Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
b7d211b21e |
App.__find_dir() Support --topdir-format make:XXX
All checks were successful
CI / Packaging - Kali Linux (pull_request) Successful in 2m57s
CI / Packaging - OpenSUSE Tumbleweed (pull_request) Successful in 3m46s
CI / Packaging test (pull_request) Successful in 0s
CI / Packaging - Kali Linux (push) Successful in 3m26s
CI / Packaging - OpenSUSE Tumbleweed (push) Successful in 3m38s
CI / Packaging test (push) Successful in 0s
The global --topdir-format make:XXX option to jw-pkg is half-baked at best, and __find_dir() ignores it entirely. Make __find_dir() return some Makefile-syntax-formatted output if the option is present. Not used anywhere, currently, and, hence, badly tested, but still better than the situation before. Signed-off-by: Jan Lindemann <jan@janware.com> |