chiark / gitweb /
libudev: enumerate - accept list of subsystems to scan, or skip
[elogind.git] / Makefile.am
index a4260ea8e7810de6897fb2eb79c0b20340919a2f..31c0fca1836d566b2cc3ec8dfedaec03d2369a4e 100644 (file)
@@ -23,7 +23,7 @@ distclean-local:
        rm -f udev-$(VERSION).tar.gz udev-$(VERSION).tar.bz2
 
 changelog:
-       @ head -1 ChangeLog | grep -q "to $(PREVIOUS_VERSION)"
+       @ head -1 ChangeLog | grep -q "to v$(PREVIOUS_VERSION)"
        @ mv ChangeLog ChangeLog.tmp
        @ echo "Summary of changes from v$(PREVIOUS_VERSION) to v$(VERSION)" >> ChangeLog
        @ echo "============================================" >> ChangeLog
@@ -47,6 +47,4 @@ git-release:
        head -1 NEWS | grep -q "udev $(VERSION)"
        git commit -a -m "release $(VERSION)"
        cat .git/refs/heads/master > .git/refs/tags/$(VERSION)
-       git gc
-       git prune
-       git-update-server-info
+       git gc --prune