SolidRun / lx2160a_uefi

Parent build repository for generating UEFI firmware for the LX2160a
24 stars 17 forks source link

edk2 is not initialized properly #1

Closed ossdev07 closed 4 years ago

ossdev07 commented 4 years ago

in script edk2 repository is initialized within flag but variable value is not retrieved in script

###############################################################################

submodule init

############################################################################### if [ "x$MAKE_CLEAN" != "x" ]; then git submodule init git submodule update --remote fi

But MAKE_CLEAN variable is not initialized or retrieved from command line.

jnettlet commented 4 years ago

There is no MAKE_CLEAN variable used in this script. As per the readme the modules can be initialized by setting. INITIALIZE=1 ./runme.sh