From bca3f1607f354256cfd3aa17e4fddbee6390e3bb Mon Sep 17 00:00:00 2001 From: Jose Alonso Cardenas Marquez Date: Mon, 16 Aug 2010 23:18:15 +0000 Subject: [PATCH] - Add tools like a new target. It could be useful for compile some apps like net-p2p/transmisson-remote-gui because it uses somes tools from lazarus tools directory Reported by: QAT --- editors/lazarus/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/editors/lazarus/Makefile b/editors/lazarus/Makefile index 76bcc5744f9c..b4ea4b993e70 100644 --- a/editors/lazarus/Makefile +++ b/editors/lazarus/Makefile @@ -73,6 +73,8 @@ post-patch: do-build: @cd ${WRKSRC} && \ ${SETENV} ${MAKE_ENV} ${GMAKE} LCL_PLATFORM=${LCL_PLATFORM} + @cd ${WRKSRC} && \ + ${SETENV} ${MAKE_ENV} ${GMAKE} tools LCL_PLATFORM=${LCL_PLATFORM} post-build: @cd ${WRKSRC} && \ @@ -119,7 +121,8 @@ do-install: ${FIND} * -type d -exec ${MKDIR} "${DATADIR}/${DIRE}/{}" \; && \ ${FIND} * -type f -exec ${INSTALL_DATA} "{}" "${DATADIR}/${DIRE}/{}" \; .endfor - @${CHMOD} +x ${DATADIR}/tools/svn2revisioninc + @${CHMOD} +x ${DATADIR}/tools/svn2revisioninc ${DATADIR}/tools/lazres ${DATADIR}/tools/lrstolfm \ + ${DATADIR}/tools/updatepofiles .for FILE in lazarus startlazarus lazbuild ${INSTALL_PROGRAM} ${WRKSRC}/${FILE} ${DATADIR}