From: Kay Sievers Date: Wed, 26 Mar 2014 12:12:47 +0000 (+0100) Subject: build-sys: rename "check-broken" to "linkcheck" X-Git-Tag: v213~518 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=bc61d6ac014a25e50cd0bc32fbd50cdb534be1c6;p=elogind.git build-sys: rename "check-broken" to "linkcheck" --- diff --git a/Makefile.am b/Makefile.am index 01c981e38..ea5ede06f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5036,8 +5036,8 @@ DISTCHECK_CONFIGURE_FLAGS += \ endif # check "broken" platforms limited toolchains for link breakage before we release -.PHONY: check-broken -check-broken: +.PHONY: linkcheck +linkcheck: $(MAKE) CFLAGS='-fno-lto' LDFLAGS='-Wl,--no-as-needed -Wl,--no-gc-sections' distcheck .PHONY: hwdb-update