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:
@ -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
|
||||||
|
Reference in New Issue
Block a user