patch: pre-patch ... is wrong, move pre-patch
inside PATCH_COOKIE
This commit is contained in:
parent
64047b0829
commit
0c6fb6f88c
@ -3,7 +3,7 @@
|
||||
# bsd.port.mk - 940820 Jordan K. Hubbard.
|
||||
# This file is in the public domain.
|
||||
#
|
||||
# $Id: bsd.port.mk,v 1.79 1994/12/11 20:36:12 gpalmer Exp $
|
||||
# $Id: bsd.port.mk,v 1.80 1994/12/12 22:32:30 jmz Exp $
|
||||
#
|
||||
# Please view me with 4 column tabs!
|
||||
|
||||
@ -367,9 +367,10 @@ pre-patch:
|
||||
.endif
|
||||
|
||||
.if !target(patch)
|
||||
patch: pre-patch ${PATCH_COOKIE}
|
||||
patch: ${PATCH_COOKIE}
|
||||
|
||||
${PATCH_COOKIE}:
|
||||
@${MAKE} ${.MAKEFLAGS} pre-patch
|
||||
.if defined(PATCH_DEBUG)
|
||||
@if [ -d ${PATCHDIR} ]; then \
|
||||
echo "===> Applying patches for ${DISTNAME}" ; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user