chiark / gitweb /
add padding to rules structure
[elogind.git] / Makefile
index fd2a3f2b4ab17055d4356171d6047ae23ca4ee9a..b740838ace3009a07bcb38202f1e99ca3c34ba9b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,7 @@ EXTRAS=
 # make the build silent. Set this to something else to make it noisy again.
 V=false
 
-VERSION =      060
+VERSION =      063
 ROOT =         udev
 DAEMON =       udevd
 SENDER =       udevsend
@@ -377,8 +377,8 @@ install: install-config install-man all
        $(INSTALL_PROGRAM) -D $(STARTER) $(DESTDIR)$(sbindir)/$(STARTER)
 ifndef DESTDIR
        - killall $(DAEMON)
-       - $(sbindir)/$(DAEMON) --daemon
        - rm -rf $(udevdb)
+       - $(sbindir)/$(DAEMON) --daemon
 endif
        @extras="$(EXTRAS)" ; for target in $$extras ; do \
                echo $$target ; \
@@ -412,3 +412,5 @@ uninstall: uninstall-man
 test: all
        @ cd test && ./udev-test.pl
        @ cd test && ./udevstart-test.pl
+
+tests: test