mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-27 15:33:55 +01:00
prereq-installed.mk: Add valgrind to targets that trigger full libpath
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
420e9c8c6d
commit
28ccb659af
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
ifneq ($(filter run gdb valgrind attach attach-strace libpath,$(MAKECMDGOALS)),)
|
ifneq ($(filter run gdb valgrind attach attach-strace libpath valgrind,$(MAKECMDGOALS)),)
|
||||||
PREREQ_BUILD += $(shell ls /etc/ld.so.conf.d | sed '/ld-.*.conf/ !d; s/ld-\(.*\).conf/\1/')
|
PREREQ_BUILD += $(shell ls /etc/ld.so.conf.d | sed '/ld-.*.conf/ !d; s/ld-\(.*\).conf/\1/')
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue