mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-25 15:03:55 +01:00
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>
This commit is contained in:
parent
ab7413ab73
commit
d684f198b2
16 changed files with 37 additions and 24 deletions
|
|
@ -1082,15 +1082,6 @@ all:
|
|||
|
||||
nothing:
|
||||
|
||||
echo-vars:
|
||||
make -p nothing | grep -B1 "^[A-Z_]* *[?:+]*="
|
||||
|
||||
echo-makefiles:
|
||||
$(Q)strace -f make nothing 2>&1 | sed '/open\(at\)*(.*\(Makefile\|\.mk\)/ !d; s/.*open("//; s/.*openat([A-Z_]\+, "//; s/", O_.*//'
|
||||
|
||||
cat-makefiles:
|
||||
Q=@ make --no-print-directory echo-makefiles | while read f; do echo "# =================================================== $$f"; sed 's/^include/#cat include/' $$f; done
|
||||
|
||||
doc-module:
|
||||
$(BROWSER) $(JANWARE_URL_DOC_MODULE)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue