mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
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:
parent
1791a19539
commit
4d40dd35dd
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue