mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2026-01-27 10:22:15 +00:00
Move submodule initialization to the end.
This commit is contained in:
@@ -22,10 +22,6 @@ export PATH="$ONL/tools/scripts:$ONL/tools:$PATH"
|
||||
# Default parallel build settings
|
||||
export MAKEFLAGS="-j64"
|
||||
|
||||
# These submodules are required for almost everything.
|
||||
$ONL/tools/submodules.py $ONL sm/infra
|
||||
$ONL/tools/submodules.py $ONL sm/bigcode
|
||||
|
||||
# Version files
|
||||
$ONL/tools/make-versions.py --import-file=$ONL/tools/onlvi --class-name=OnlVersionImplementation --output-dir $ONL/make
|
||||
|
||||
@@ -37,4 +33,9 @@ export ONLPM_OPTION_INCLUDE_ENV_JSON="$ONL/make/version-onl.json"
|
||||
#
|
||||
export BUILDROOTMIRROR=${BUILDROOTMIRROR:-"http://buildroot.hw.bigswitch.com/dl"}
|
||||
|
||||
# These submodules are required for almost everything.
|
||||
$ONL/tools/submodules.py $ONL sm/infra
|
||||
$ONL/tools/submodules.py $ONL sm/bigcode
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user