mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Move 'make pre-configure' inside .configure.done: target, or
it issued again and again instead.
This commit is contained in:
parent
29342fc00f
commit
2915ba44e5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=218
1 changed files with 3 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
# bsd.port.mk - 940820 Jordan K. Hubbard.
|
# bsd.port.mk - 940820 Jordan K. Hubbard.
|
||||||
# This file is in the public domain.
|
# This file is in the public domain.
|
||||||
#
|
#
|
||||||
# $Id: bsd.port.mk,v 1.49 1994/10/05 22:28:45 jkh Exp $
|
# $Id: bsd.port.mk,v 1.50 1994/10/12 02:58:38 ache Exp $
|
||||||
#
|
#
|
||||||
# Please view me with 4 column tabs!
|
# Please view me with 4 column tabs!
|
||||||
|
|
||||||
|
@ -265,10 +265,11 @@ pre-configure:
|
||||||
# This is done with a .configure because configures are often expensive,
|
# This is done with a .configure because configures are often expensive,
|
||||||
# and you don't want it done again gratuitously when you're trying to get
|
# and you don't want it done again gratuitously when you're trying to get
|
||||||
# a make of the whole tree to work.
|
# a make of the whole tree to work.
|
||||||
configure: extract pre-configure ${CONFIGURE_COOKIE}
|
configure: extract ${CONFIGURE_COOKIE}
|
||||||
|
|
||||||
${CONFIGURE_COOKIE}:
|
${CONFIGURE_COOKIE}:
|
||||||
@echo "===> Configuring for ${DISTNAME}"
|
@echo "===> Configuring for ${DISTNAME}"
|
||||||
|
${MAKE} ${MAKE_FLAGS} ${MAKEFILE} pre-configure
|
||||||
@if [ -d ${PATCHDIR} ]; then \
|
@if [ -d ${PATCHDIR} ]; then \
|
||||||
echo "===> Applying patches for ${DISTNAME}" ; \
|
echo "===> Applying patches for ${DISTNAME}" ; \
|
||||||
for i in ${PATCHDIR}/patch-*; do \
|
for i in ${PATCHDIR}/patch-*; do \
|
||||||
|
|
Loading…
Add table
Reference in a new issue