Title: [opsview-base] [272] Remove re-execution of nfdump-build at install time
Revision
272
Author
tvoon
Date
2013-06-07 11:10:19 +0100 (Fri, 07 Jun 2013)

Log Message

Remove re-execution of nfdump-build at install time

Modified Paths


Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2013-06-07 10:05:22 UTC (rev 271)
+++ trunk/Makefile	2013-06-07 10:10:19 UTC (rev 272)
@@ -428,7 +428,7 @@
 ${NFDUMP}-build: ${NFDUMP}
 	cd ${NFDUMP} && ./configure && make 
 
-${NFDUMP}-install: ${NFDUMP}-build
+${NFDUMP}-install: ${NFDUMP}
 	for file in nfreplay nfdump nfcapd nfexpire nfanon; do \
 		${INSTALL} -c -o $(NAGIOS_USER) -g $(NAGIOS_GROUP) -m 0500 ${NFDUMP}/bin/$$file ${DESTDIR}/${BIN_DIR}/$$file; \
 	done

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

Reply via email to