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.
This commit is contained in:
Michael Shigorin 2012-05-19 22:17:41 +03:00
parent 9414bde4f5
commit d190e6ef1c

View File

@ -2,6 +2,9 @@
# iterate over multiple goals/arches,
# collect proceedings
# preferences
-include $(HOME)/.mkimage/profiles.mk
# for immediate assignment
ifndef ARCHES
ifdef ARCH