mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-28 16:43:09 +00:00
A regrettable hack to allow a port to say that it doesn't want its Makefiles
made after the xmkmf run.
This commit is contained in:
parent
41e969f6cf
commit
90bec1c3cf
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=9529
@ -3,7 +3,7 @@
|
||||
# bsd.port.mk - 940820 Jordan K. Hubbard.
|
||||
# This file is in the public domain.
|
||||
#
|
||||
# $Id: bsd.port.mk,v 1.170 1995/06/26 07:06:59 asami Exp $
|
||||
# $Id: bsd.port.mk,v 1.171 1995/07/11 02:15:35 asami Exp $
|
||||
#
|
||||
# Please view me with 4 column tabs!
|
||||
|
||||
@ -576,6 +576,9 @@ do-configure:
|
||||
./${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS})
|
||||
.endif
|
||||
.if defined(USE_IMAKE)
|
||||
.if defined(X_NO_MAKE_MAKEFILES)
|
||||
@(cd ${WRKSRC}; ${XMKMF})
|
||||
.else
|
||||
.if defined(USE_GMAKE)
|
||||
@(cd ${WRKSRC}; ${XMKMF} && ${GMAKE} Makefiles)
|
||||
.else
|
||||
@ -583,6 +586,7 @@ do-configure:
|
||||
.endif
|
||||
.endif
|
||||
.endif
|
||||
.endif
|
||||
|
||||
# Build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user