34599e08d1
After processing the tree-scan job, reassign jobs to all idle clients. Before, this was only necessary at the very start of the build.
32 lines
692 B
Makefile
32 lines
692 B
Makefile
# $NetBSD: Makefile,v 1.24 2016/06/23 15:07:39 joerg Exp $
|
|
|
|
DISTNAME= pbulk-base-0.53
|
|
COMMENT= Core components of the modular bulk build framework
|
|
|
|
.include "../../pkgtools/pbulk/Makefile.common"
|
|
|
|
USE_FEATURES= nbcompat
|
|
USE_TOOLS+= nroff
|
|
|
|
INSTALLATION_DIRS= bin ${PKGMANDIR}/cat1 ${PKGMANDIR}/man1
|
|
USE_BSD_MAKEFILE= yes
|
|
|
|
MAKE_FLAGS+= CWARNFLAGS.clang=-Wno-error=missing-noreturn
|
|
|
|
CONFLICTS= pbulk<0.39
|
|
|
|
.include "../../mk/compiler.mk"
|
|
|
|
.if !empty(CC_VERSION:Mgcc-4.8*)
|
|
CPPFLAGS+= -Wno-clobbered
|
|
.endif
|
|
|
|
CPPFLAGS.Linux+= -D_GNU_SOURCE
|
|
LDFLAGS.SunOS+= -lsocket -lresolv
|
|
|
|
BUILD_DIRS= lib pbuild presolve pscan
|
|
|
|
do-extract:
|
|
${CP} -r ${FILESDIR}/pbulk ${WRKDIR}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|