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

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Fri Apr 17 11:56:09 CEST 2009


Author: mwiegand
Date: 2009-04-17 11:56:08 +0200 (Fri, 17 Apr 2009)
New Revision: 3123

Modified:
   trunk/openvas-plugins/ChangeLog
   trunk/openvas-plugins/Makefile
Log:
* Makefile: Removed superfluous whitespace from Makefile as suggested by
the Debian package maintainers. Stopped the distclean target from
removing libtool as suggested by the Debian packages maintainers.


Modified: trunk/openvas-plugins/ChangeLog
===================================================================
--- trunk/openvas-plugins/ChangeLog	2009-04-17 09:51:45 UTC (rev 3122)
+++ trunk/openvas-plugins/ChangeLog	2009-04-17 09:56:08 UTC (rev 3123)
@@ -1,5 +1,11 @@
 2009-04-17  Michael Wiegand <michael.wiegand at intevation.de>
 
+	* Makefile: Removed superfluous whitespace from Makefile as suggested by
+	the Debian package maintainers. Stopped the distclean target from
+	removing libtool as suggested by the Debian packages maintainers.
+
+2009-04-17  Michael Wiegand <michael.wiegand at intevation.de>
+
 	* packaging/debian/control: Fixed build dependencies.
 
 2009-04-17 Chandrashekhar B <bchandra at secpod.com>

Modified: trunk/openvas-plugins/Makefile
===================================================================
--- trunk/openvas-plugins/Makefile	2009-04-17 09:51:45 UTC (rev 3122)
+++ trunk/openvas-plugins/Makefile	2009-04-17 09:56:08 UTC (rev 3123)
@@ -1,11 +1,11 @@
 include openvas.tmpl
 
-all : mkplugins
+all: mkplugins
 
-mkplugins :
+mkplugins:
 	cd plugins && ./make_world
 	
-clean : 
+clean:
 	cd plugins && ./make_world clean
 
 install-sync-script:
@@ -19,7 +19,7 @@
 	test -d $(DESTDIR)${libdir}/openvas/plugins || $(INSTALL_DIR) -m 755 \
 		$(DESTDIR)${libdir}/openvas/plugins
 	
-install-nasl:	install-dirs
+install-nasl: install-dirs
 	for scripts in scripts/*.nasl; do \
 	$(INSTALL) -m 444 $$scripts \
 		$(DESTDIR)${libdir}/openvas/plugins; \
@@ -41,7 +41,7 @@
 	test -d $(DESTDIR)${mandir}/man1 || $(INSTALL_DIR) -m 755 \
 		$(DESTDIR)${mandir}/man1
 
-install-minimal : all \
+install-minimal: all \
 	install-dirs install-nes \
 	install-man install-sync-script
 	
@@ -49,15 +49,15 @@
 		$(DESTDIR)${prefix}/bin
 
 
-install : all \
+install: all \
 	install-dirs install-nasl install-inc install-nes \
 	install-man install-sync-script
 	
 	test -d $(DESTDIR)${prefix}/bin || $(INSTALL_DIR) -m 755 \
 		$(DESTDIR)${prefix}/bin
 
-distclean : clean
-	rm -f libtool config.cache config.status config.log openvas.tmpl openvas-nvt-sync
+distclean: clean
+	rm -f config.cache config.status config.log openvas.tmpl openvas-nvt-sync
 	rm -f bin/*.nes
 
 dist:



More information about the Openvas-commits mailing list