pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

wine64: Rearrange stages according to hierarchy



Module Name:	pkgsrc-wip
Committed By:	Naveen Narayanan <zerous@nocebo.space>
Pushed By:	zerous
Date:		Thu Jul 11 18:38:48 2019 +0200
Changeset:	680555ec909ca941c58b0f8641e037bab0ca98bd

Modified Files:
	wine64/Makefile

Log Message:
wine64: Rearrange stages according to hierarchy

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=680555ec909ca941c58b0f8641e037bab0ca98bd

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 wine64/Makefile | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diffs:
diff --git a/wine64/Makefile b/wine64/Makefile
index 6f84ee663e..2de3c5ddd7 100644
--- a/wine64/Makefile
+++ b/wine64/Makefile
@@ -31,24 +31,24 @@ NOT_PAX_MPROTECT_SAFE+=	bin/wine
 BUILD32=		${WRKSRC}/wine32
 BUILD64=		${WRKSRC}/wine64
 
-do-build:
-	cd ${BUILD64} && ${SETENV} ${MAKE_ENV} ${MAKE} -j${MAKE_JOBS}
-	cd ${BUILD32} && ${SETENV} ${WINE32_ENV} ${MAKE_ENV} ${MAKE} -j${MAKE_JOBS}
-
-do-install:
-	cd ${BUILD32} && ${INSTALL_ENV} ${MAKE} install
-	cd ${BUILD64} && ${INSTALL_ENV} ${MAKE} install
-
 post-extract:
 	${MKDIR} ${BUILD32}
 	${MKDIR} ${BUILD64}
 
+pre-configure:
+	cd ${WRKSRC} && autoconf
+
 do-configure:
 	cd ${BUILD64} && ${SETENV} ${MAKE_ENV} ${WRKSRC}/configure ${CONFIGURE_ARGS} ${WINE64_ARGS}
 	cd ${BUILD32} && ${SETENV} ${WINE32_ENV} ${MAKE_ENV} ${WRKSRC}/configure ${CONFIGURE_ARGS} ${WINE32_ARGS}
 
-pre-configure:
-	cd ${WRKSRC} && autoconf
+do-build:
+	cd ${BUILD64} && ${SETENV} ${MAKE_ENV} ${MAKE} -j${MAKE_JOBS}
+	cd ${BUILD32} && ${SETENV} ${WINE32_ENV} ${MAKE_ENV} ${MAKE} -j${MAKE_JOBS}
+
+do-install:
+	cd ${BUILD32} && ${INSTALL_ENV} ${MAKE} install
+	cd ${BUILD64} && ${INSTALL_ENV} ${MAKE} install
 
 .include "../../wip/freetype2-32/buildlink3.mk"
 .include "../../wip/giflib-32/buildlink3.mk"


Home | Main Index | Thread Index | Old Index