From 2cc95737c3ba923217d2522160c721c8958001ae Mon Sep 17 00:00:00 2001 From: Jonas 'Sortie' Termansen Date: Sat, 15 Feb 2014 16:17:15 +0100 Subject: [PATCH] Add sysroot-base-headers-all-archs makefile target. --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Makefile b/Makefile index c391c414..31a94ab7 100644 --- a/Makefile +++ b/Makefile @@ -163,6 +163,13 @@ everything: most-things iso.xz # Targets that build multiple architectures. +.PHONY: sysroot-base-headers-all-archs +sysroot-base-headers-all-archs: + $(MAKE) clean + $(MAKE) sysroot-base-headers HOST=i486-sortix + $(MAKE) clean + $(MAKE) sysroot-base-headers HOST=x86_64-sortix + .PHONY: all-archs all-archs: $(MAKE) clean