1
0
mirror of https://github.com/systemd/systemd.git synced 2025-08-31 09:49:54 +03:00

build-sys: rename "check-broken" to "linkcheck"

This commit is contained in:
Kay Sievers
2014-03-26 13:12:47 +01:00
parent 381a662a90
commit bc61d6ac01

View File

@ -5036,8 +5036,8 @@ DISTCHECK_CONFIGURE_FLAGS += \
endif endif
# check "broken" platforms limited toolchains for link breakage before we release # check "broken" platforms limited toolchains for link breakage before we release
.PHONY: check-broken .PHONY: linkcheck
check-broken: linkcheck:
$(MAKE) CFLAGS='-fno-lto' LDFLAGS='-Wl,--no-as-needed -Wl,--no-gc-sections' distcheck $(MAKE) CFLAGS='-fno-lto' LDFLAGS='-Wl,--no-as-needed -Wl,--no-gc-sections' distcheck
.PHONY: hwdb-update .PHONY: hwdb-update