mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-10-31 07:51:08 +03:00
add target to to generate ChangeLog section
I can't remember that magic sequence... Signed-off-by: Kay Sievers <kay.sievers@suse.de>
This commit is contained in:
parent
a2f87fddbf
commit
ed0e3cbd6d
14
ChangeLog
14
ChangeLog
@ -1,17 +1,3 @@
|
||||
Summary of changes from v76 to v077
|
||||
============================================
|
||||
|
||||
Kay Sievers:
|
||||
merge two consecutive static strlcat's
|
||||
don't return an error, if "ignore_device" is used
|
||||
remove outdated and misleading stuff
|
||||
move SEQNUM event skipping to udevsend
|
||||
|
||||
Marco d'Itri:
|
||||
allow to overwrite the configured udev_root by exporting UDEV_ROOT
|
||||
let udevsend ignore events with SEQNUM set
|
||||
|
||||
|
||||
Summary of changes from v75 to v076
|
||||
============================================
|
||||
|
||||
|
12
Makefile
12
Makefile
@ -377,9 +377,19 @@ test tests: all
|
||||
.PHONY: test tests
|
||||
|
||||
buildtest:
|
||||
./test/simple-build-check.sh
|
||||
test/simple-build-check.sh
|
||||
.PHONY: buildtest
|
||||
|
||||
ChangeLog: Makefile
|
||||
@ mv $@ $@.tmp
|
||||
@ echo "Summary of changes from v$(VERSION) to v$(shell printf '%03i' $$(expr $(VERSION) + 1))" >> $@
|
||||
@ echo "============================================" >> $@
|
||||
@ git log --pretty=short $(VERSION)..HEAD | git shortlog >> $@
|
||||
@ echo >> $@
|
||||
@ cat $@
|
||||
@ cat $@.tmp >> $@
|
||||
@ rm $@.tmp
|
||||
|
||||
gcov-all:
|
||||
$(MAKE) clean all STRIPCMD= USE_GCOV=true
|
||||
@echo
|
||||
|
Loading…
Reference in New Issue
Block a user