From d190e6ef1ce393331bb80aba9175970cb4793980 Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Sat, 19 May 2012 22:17:41 +0300 Subject: [PATCH] Makefile: include ~/.mkimage/profile.mk as well It appears that while splitting off main.mk we've lost the ability to pass e.g. ARCHES via custom configuration; thanks dkr@ for spotting this. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 28198c37..5154599f 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,9 @@ # iterate over multiple goals/arches, # collect proceedings +# preferences +-include $(HOME)/.mkimage/profiles.mk + # for immediate assignment ifndef ARCHES ifdef ARCH