[Openvas-commits] r3012 - trunk/openvas-client

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Fri Apr 3 08:25:19 CEST 2009


Author: mwiegand
Date: 2009-04-03 08:25:18 +0200 (Fri, 03 Apr 2009)
New Revision: 3012

Modified:
   trunk/openvas-client/ChangeLog
   trunk/openvas-client/Makefile
Log:
* Makefile: Added buildcheck target; this target is intended to improve
QA and should be called to make sure OpenVAS-Client builds correctly
before a release. As an initial step, it will try to build
OpenVAS-Client as well as the translations in the "po" directory.


Modified: trunk/openvas-client/ChangeLog
===================================================================
--- trunk/openvas-client/ChangeLog	2009-04-03 01:37:24 UTC (rev 3011)
+++ trunk/openvas-client/ChangeLog	2009-04-03 06:25:18 UTC (rev 3012)
@@ -1,3 +1,10 @@
+2009-04-03  Michael Wiegand <michael.wiegand at intevation.de>
+
+	* Makefile: Added buildcheck target; this target is intended to improve
+	QA and should be called to make sure OpenVAS-Client builds correctly
+	before a release. As an initial step, it will try to build
+	OpenVAS-Client as well as the translations in the "po" directory.
+
 2009-04-02  Jan-Oliver Wagner <jan-oliver.wagner at intevation.de>
 
 	* nessus/monitor_dialog.c (monitor_dialog_setup,

Modified: trunk/openvas-client/Makefile
===================================================================
--- trunk/openvas-client/Makefile	2009-04-03 01:37:24 UTC (rev 3011)
+++ trunk/openvas-client/Makefile	2009-04-03 06:25:18 UTC (rev 3012)
@@ -46,6 +46,8 @@
 $(MAN_NESSUS_1) : $(MAN_NESSUS_1).in
 	@sed -e '' $(MAN_NESSUS_1).in  >$(MAN_NESSUS_1)
 
+buildcheck: all
+	cd po && make
 
 clean:
 	cd nessus && $(MAKE) clean



More information about the Openvas-commits mailing list