mirror of
https://github.com/systemd/systemd.git
synced 2024-12-17 22:23:39 +08:00
build-sys: rename "check-broken" to "linkcheck"
This commit is contained in:
parent
381a662a90
commit
bc61d6ac01
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user