1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-27 18:55:40 +03:00

Merge pull request #347 from poettering/check-api-docs

build-sys: make sure check-api-docs sees each symbol just once
This commit is contained in:
Lennart Poettering 2015-06-24 08:40:09 -04:00
commit 4cd51a7fe5

View File

@ -6356,7 +6356,7 @@ exported-%: %
$(AM_V_GEN)$(NM) -g --defined-only $(builddir)/.libs/$(<:.la=.so) 2>&1 /dev/null | grep " T " | cut -d" " -f3 > $@
exported: $(addprefix exported-, $(lib_LTLIBRARIES))
$(AM_V_GEN)cat $^ > $@
$(AM_V_GEN)sort -u $^ > $@
.PHONY: check-api-docs
check-api-docs: exported man