mirror of
ssh://git.janware.com/janware/proj/jw-pkg
synced 2026-04-24 17:23:36 +02:00
Define Q ?= @, and replace @<command> in recipes by $(Q)<command>. Meant to be overridden from the environment for debugging as in Q= make Signed-off-by: Jan Lindemann <jan@janware.com>
4 lines
102 B
Makefile
4 lines
102 B
Makefile
all:
|
|
libpath:
|
|
$(Q)echo "export LD_LIBRARY_PATH=$(LD_LIBRARY_PATH)"
|
|
$(Q)echo "export PATH=.:$(PATH)"
|