From a3d941d14c28862e9b9dacbd0444754a58601a22 Mon Sep 17 00:00:00 2001 From: Alexander Nedotsukov Date: Thu, 11 Mar 2021 20:10:10 +0000 Subject: Hook distro cleanup on pre-build to ensure gmake availabilty Reported by: Giacomo Olgeni --- benchmarks/iozone/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'benchmarks') diff --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile index ae566bbd4004..0e37b6d8838f 100644 --- a/benchmarks/iozone/Makefile +++ b/benchmarks/iozone/Makefile @@ -31,13 +31,13 @@ THREADS_DESC= Enable threading (uses pthreads) THREADS_LDFLAGS= -lpthread THREADS_CFLAGS_OFF= -DNO_THREADS -post-extract: - @cd ${WRKSRC} && ${GMAKE} clean - post-patch-SSH-on: @${REINPLACE_CMD} -e 's|shell\,\"rsh\"|shell\,\"ssh\"|' \ ${WRKSRC}/iozone.c +pre-build: + @cd ${WRKSRC} && ${GMAKE} clean + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/iozone ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/docs/iozone.1 \ -- cgit v1.2.3