[Openvas-commits] r3015 - trunk/openvas-plugins

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


Author: mwiegand
Date: 2009-04-03 10:22:24 +0200 (Fri, 03 Apr 2009)
New Revision: 3015

Modified:
   trunk/openvas-plugins/ChangeLog
   trunk/openvas-plugins/Makefile
Log:
* Makefile: Added install-minimal target to allow a minimal
installation without any *nasl or *inc files. This is useful for testing
purposes and when synchronization with a feed will occur anyway after
installation.


Modified: trunk/openvas-plugins/ChangeLog
===================================================================
--- trunk/openvas-plugins/ChangeLog	2009-04-03 08:17:36 UTC (rev 3014)
+++ trunk/openvas-plugins/ChangeLog	2009-04-03 08:22:24 UTC (rev 3015)
@@ -1,5 +1,12 @@
 2009-04-03  Michael Wiegand <michael.wiegand at intevation.de>
 
+	* Makefile: Added install-minimal target to allow a minimal
+	installation without any *nasl or *inc files. This is useful for testing
+	purposes and when synchronization with a feed will occur anyway after
+	installation.
+
+2009-04-03  Michael Wiegand <michael.wiegand at intevation.de>
+
 	Remove the --enable-install configure option and default to allowing
 	non-root users to install openvas-plugins. This was done for consistency
 	since openvas-plugins was the last module requiring elevated privileges

Modified: trunk/openvas-plugins/Makefile
===================================================================
--- trunk/openvas-plugins/Makefile	2009-04-03 08:17:36 UTC (rev 3014)
+++ trunk/openvas-plugins/Makefile	2009-04-03 08:22:24 UTC (rev 3015)
@@ -41,6 +41,14 @@
 	test -d $(DESTDIR)${mandir}/man1 || $(INSTALL_DIR) -m 755 \
 		$(DESTDIR)${mandir}/man1
 
+install-minimal : all \
+	install-dirs install-nes \
+	install-man install-sync-script
+	
+	test -d $(DESTDIR)${prefix}/bin || $(INSTALL_DIR) -m 755 \
+		$(DESTDIR)${prefix}/bin
+
+
 install : all \
 	install-dirs install-nasl install-inc install-nes \
 	install-man install-sync-script



More information about the Openvas-commits mailing list