pkgsrc-WIP-changes archive

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

gnucash-devel: add install target for ninja build



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Thu Feb 15 14:13:34 2018 +0100
Changeset:	d71a238a8025104a5259f52ac7d33581f33eebe5

Modified Files:
	gnucash-devel/Makefile

Log Message:
gnucash-devel: add install target for ninja build

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

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

diffstat:
 gnucash-devel/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/gnucash-devel/Makefile b/gnucash-devel/Makefile
index a5719da598..b34bc39743 100644
--- a/gnucash-devel/Makefile
+++ b/gnucash-devel/Makefile
@@ -43,6 +43,8 @@ CMAKE_ARGS+=		-DCMAKE_CXX_FLAGS="-Wno-deprecated-declarations"
 
 #do-build:
 #	cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ninja
+#do-install:
+#	cd ${WRKSRC}; ${SETENV} ${INSTALL_ENV} ninja install
 
 REPLACE_PERL+=		common/gnc-test-env.pl
 REPLACE_PERL+=		libgnucash/backend/xml/test/grab-types.pl


Home | Main Index | Thread Index | Old Index