mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
tools.mk: Add target expand-macros
Add target expand-macros to tools.mk from within newly included cpp-extra-targets.mk Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
7fc3f6d179
commit
4a6a7b5664
3 changed files with 5 additions and 85 deletions
4
make/cpp-extra-targets.mk
Normal file
4
make/cpp-extra-targets.mk
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
all:
|
||||
expand-macros:
|
||||
make 2>/dev/null | sed '/$(CC)\|$(CPP)/ !d; s/$(CC)\|$(CPP)//; s/-o .*//' | grep -v "Wl\|rdynamic" | xargs $(CPP) -E -C | indent
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue