summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Herrmann <dh.herrmann@gmail.com>2015-07-15 15:36:54 +0200
committerDavid Herrmann <dh.herrmann@gmail.com>2015-07-15 15:36:54 +0200
commit7ee7b225bd2fc3e7a3980f5fb7b10dfc6e205578 (patch)
treeede3f14238dbfa18b85d81a3e8fa96fc21ef7d87 /Makefile.am
parent7d67077f78d4a43f214c240359ad5f7284d086fa (diff)
build: add convenience target 'build-sources'
This target allows to trigger a build of $(BUILT_SOURCES) manually. This is handy if you tend to use 'make systemd-foobar' to directly build a single binary. Those do not pull in $(BUILT_SOURCES), unfortunately. See automake docs for that.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index c038fed36b..3c0ce32692 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6139,6 +6139,9 @@ hwdb-update:
http://standards.ieee.org/develop/regauth/iab/iab.txt && \
./ids-update.pl )
+.PHONY: built-sources
+built-sources: $(BUILT_SOURCES)
+
.PHONY: git-tag
git-tag:
git tag -s "v$(VERSION)" -m "systemd $(VERSION)"