mirror of
https://github.com/truenas/core-build.git
synced 2026-02-15 07:36:18 +00:00
"make select-profile" should work without repos checked out.
This commit is contained in:
2
Makefile
2
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
|
||||
|
||||
Reference in New Issue
Block a user