mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-18 21:13:56 +01:00
make: Replace "pereq" in targets by "deps"
"prereq" is simply impossible to use in explanations with a straight face. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
6327f67683
commit
6bdb16878a
6 changed files with 22 additions and 22 deletions
|
|
@ -1,4 +1,4 @@
|
|||
PREREQ_INSTALLED_TARGETS += run gdb valgrind attach attach-strace libpath valgrind strace debug lldb echo-prereq shortcut check-conf
|
||||
PREREQ_INSTALLED_TARGETS += run gdb valgrind attach attach-strace libpath valgrind strace debug lldb echo-deps shortcut check-conf
|
||||
|
||||
ifneq ($(filter $(PREREQ_INSTALLED_TARGETS),$(MAKECMDGOALS)),)
|
||||
PREREQ_BUILD += $(shell ls /etc/ld.so.conf.d | sed '/ld-.*.conf/ !d; s/ld-\(.*\).conf/\1/')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue