mirror of
https://github.com/systemd/systemd.git
synced 2025-01-26 14:04:03 +03:00
build-sys: make more targets .PHONY
This commit is contained in:
parent
37377227ff
commit
d5e15d2fd7
@ -6774,14 +6774,17 @@ cppcheck:
|
||||
print-%:
|
||||
@echo $($*)
|
||||
|
||||
.PHONY: git-contrib
|
||||
git-contrib:
|
||||
@git shortlog -s `git describe --abbrev=0`.. | cut -c8- | sed 's/ / /g' | awk '{ print $$0 "," }' | sort -u
|
||||
|
||||
EXTRA_DIST += \
|
||||
tools/gdb-sd_dump_hashmaps.py
|
||||
|
||||
.PHONY: list-keys
|
||||
list-keys:
|
||||
gpg --verbose --no-options --no-default-keyring --no-auto-key-locate --batch --trust-model=always --keyring=$(srcdir)/src/import/import-pubring.gpg --list-keys
|
||||
|
||||
.PHONY: add-key
|
||||
add-key:
|
||||
gpg --verbose --no-options --no-default-keyring --no-auto-key-locate --batch --trust-model=always --keyring=$(srcdir)/src/import/import-pubring.gpg --import -
|
||||
|
Loading…
x
Reference in New Issue
Block a user