mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-18 17:00:49 +01:00
added hook for post-build script
Reviewed by: Submitted by:
This commit is contained in:
parent
207a4c998a
commit
07a9762776
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2407
@ -1,7 +1,7 @@
|
||||
# bsd.port.mk - 940820 Jordan K. Hubbard.
|
||||
# This file is in the public domain.
|
||||
#
|
||||
# $Id: bsd.port.mk,v 1.20 1994/08/25 22:59:56 jkh Exp $
|
||||
# $Id: bsd.port.mk,v 1.21 1994/08/28 14:41:34 jkh Exp $
|
||||
|
||||
#
|
||||
# Supported Variables and their behaviors:
|
||||
@ -191,6 +191,9 @@ build: configure pre-build
|
||||
.else defined(USE_GMAKE)
|
||||
@(cd ${WRKSRC}; ${MAKE} all)
|
||||
.endif
|
||||
@if [ -f ${SCRIPTDIR}/post-build ]; then \
|
||||
sh ${SCRIPTDIR}/post-build ${PORTSDIR} ${.CURDIR} ${WRKSRC}; \
|
||||
fi
|
||||
.endif
|
||||
|
||||
.if !target(pre-configure)
|
||||
|
Loading…
Reference in New Issue
Block a user