jw-pkg/make/path-rules.mk
Jan Lindemann f869b5aaca defs.mk: Define Q and use it in *.mk
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>
2026-01-26 17:58:23 +01:00

4 lines
102 B
Makefile

all:
libpath:
$(Q)echo "export LD_LIBRARY_PATH=$(LD_LIBRARY_PATH)"
$(Q)echo "export PATH=.:$(PATH)"