Run the existing sysmerge(8) in the make sysmerge targets.

The ABI may have changed and the current system might not be able to run the
new program.
This commit is contained in:
Jonas 'Sortie' Termansen 2016-08-22 17:31:04 +02:00
parent 1791a19539
commit 4d40dd35dd
1 changed files with 2 additions and 2 deletions

View File

@ -69,11 +69,11 @@ all: sysroot
.PHONY: sysmerge
sysmerge: sysroot
"$(SYSROOT)/sbin/sysmerge" "$(SYSROOT)"
sysmerge "$(SYSROOT)"
.PHONY: sysmerge-wait
sysmerge-wait: sysroot
"$(SYSROOT)/sbin/sysmerge" --wait "$(SYSROOT)"
sysmerge --wait "$(SYSROOT)"
.PHONY: clean-build-tools
clean-build-tools: