mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-23 11:18:54 +00:00
use __target in preference to target
This commit is contained in:
parent
61001d7506
commit
c8f0f80834
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=142413
@ -32,11 +32,11 @@ modules-${target}:
|
||||
.if defined(SYSDIR)
|
||||
PORTSMODULESENV=SYSDIR=${SYSDIR}
|
||||
.endif
|
||||
.for target in all install clean
|
||||
${target}: ports-${target}
|
||||
ports-${target}:
|
||||
.for __target in all install clean
|
||||
${__target}: ports-${target}
|
||||
ports-${__target}:
|
||||
.for __i in ${PORTS_MODULES}
|
||||
cd $${PORTSDIR:-/usr/ports/}${__i}; ${PORTSMODULESENV} ${MAKE} -B ${target}
|
||||
cd $${PORTSDIR:-/usr/ports/}${__i}; ${PORTSMODULESENV} ${MAKE} -B ${__target}
|
||||
.endfor
|
||||
.endfor
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user