mirror of
https://github.com/systemd/systemd.git
synced 2026-07-26 11:20:26 +00: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user