Fix foo-all-archs targets.

This commit is contained in:
Jonas 'Sortie' Termansen 2015-04-25 23:11:46 +02:00
parent 0f9a3d93a6
commit d05bc1c6f5
1 changed files with 10 additions and 10 deletions

View File

@ -246,37 +246,37 @@ everything: most-things iso.xz
.PHONY: sysroot-base-headers-all-archs
sysroot-base-headers-all-archs:
$(MAKE) clean
$(MAKE) clean clean-sysroot
$(MAKE) sysroot-base-headers HOST=i486-sortix
$(MAKE) clean
$(MAKE) clean clean-sysroot
$(MAKE) sysroot-base-headers HOST=x86_64-sortix
.PHONY: all-archs
all-archs:
$(MAKE) clean
$(MAKE) clean clean-sysroot
$(MAKE) all HOST=i486-sortix
$(MAKE) clean
$(MAKE) clean clean-sysroot
$(MAKE) all HOST=x86_64-sortix
.PHONY: most-things-all-archs
most-things-all-archs:
$(MAKE) clean
$(MAKE) clean clean-sysroot
$(MAKE) most-things HOST=i486-sortix
$(MAKE) clean
$(MAKE) clean clean-sysroot
$(MAKE) most-things HOST=x86_64-sortix
.PHONY: everything-all-archs
everything-all-archs:
$(MAKE) clean
$(MAKE) clean clean-sysroot
$(MAKE) everything HOST=i486-sortix
$(MAKE) clean
$(MAKE) clean clean-sysroot
$(MAKE) everything HOST=x86_64-sortix
.PHONY: release-all-archs
release-all-archs:
$(MAKE) clean
$(MAKE) clean clean-sysroot
$(MAKE) release HOST=i486-sortix
$(MAKE) clean
$(MAKE) clean clean-sysroot
$(MAKE) release HOST=x86_64-sortix
# Kernel