Title: [opsview-base] [271] Do new style builds before install time
Revision
271
Author
tvoon
Date
2013-06-07 11:05:22 +0100 (Fri, 07 Jun 2013)

Log Message

Do new style builds before install time

Modified Paths


Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2013-05-29 15:34:43 UTC (rev 270)
+++ trunk/Makefile	2013-06-07 10:05:22 UTC (rev 271)
@@ -160,8 +160,11 @@
 	${NAGVIS} ${DATATABLES} ${TIMELINE} ${TANGOICONS} ${WEBICONS} ${ICOJOY4} ${FLOT} \
 	${JQUERYSPARKLINES} ${EASYXDM} ${SHOWDOWN} ${WMI} ${NFDUMP}
 
-all: ${GENERATED}
+# This is new style builds/installs. Makes it easier to compile and test local changes
+BUILDS = ${NFDUMP}-build
 
+all: ${GENERATED} ${BUILDS}
+
 dev:
 	$(MAKE) NAGIOSPLUG_CONFIGURE_PERL_MODULES=
 	$(MAKE) all

_______________________________________________
Opsview-checkins mailing list
Opsview-checkins@lists.opsview.org
http://lists.opsview.org/lists/listinfo/opsview-checkins

Reply via email to