"make select-profile" should work without repos checked out.

This commit is contained in:
Jakub Klama
2015-07-15 17:47:41 +02:00
parent 6f4d3bd5bb
commit 1f28ee7dc5

View File

@@ -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