diff options
author | Kay Sievers <kay@vrfy.org> | 2014-03-26 13:12:47 +0100 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2014-03-26 13:12:47 +0100 |
commit | bc61d6ac014a25e50cd0bc32fbd50cdb534be1c6 (patch) | |
tree | 8cc8bcae9534535efeacc9edcb3a65df077715fe | |
parent | 381a662a90ed0ae3a011374e4acb252eb622306f (diff) |
build-sys: rename "check-broken" to "linkcheck"
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 01c981e386..ea5ede06fe 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 |