From 1f28ee7dc53efb90e85cc7bf5468353ba6cd4d4a Mon Sep 17 00:00:00 2001 From: Jakub Klama Date: Wed, 15 Jul 2015 17:47:41 +0200 Subject: [PATCH] "make select-profile" should work without repos checked out. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 22d80da..14993a3 100644 --- a/Makefile +++ b/Makefile @@ -67,7 +67,7 @@ PROFILE != cat ${PROFILE_SETTING} .if !make(remote) && !make(sync) && !make(bootstrap-pkgs) @${BUILD_TOOLS}/buildenv.py ${BUILD_TOOLS}/check-host.py -.if !make(checkout) && !make(update) && !make(clean) && !make(cleandist) && !make(profiles) +.if !make(checkout) && !make(update) && !make(clean) && !make(cleandist) && !make(profiles) && !make(select-profile) @${BUILD_TOOLS}/buildenv.py ${BUILD_TOOLS}/check-sandbox.py .endif .endif