Add support for CRUNCH_LIBS_ for specifying a lib only for 1 prog.
Sponsored by: Dell EMC Isilon
This commit is contained in:
parent
f34ab56c09
commit
4cde43f98f
@ -100,6 +100,9 @@ ${CONF}: Makefile
|
||||
.else
|
||||
echo special ${P} buildopts DIRPRFX=${DIRPRFX}${P}/ >>${.TARGET}
|
||||
.endif
|
||||
.ifdef CRUNCH_LIBS_${P}
|
||||
echo special ${P} lib ${CRUNCH_LIBS_${P}} >>${.TARGET}
|
||||
.endif
|
||||
.for A in ${CRUNCH_ALIAS_${P}}
|
||||
echo ln ${P} ${A} >>${.TARGET}
|
||||
.endfor
|
||||
|
Loading…
Reference in New Issue
Block a user