Closed ossdev07 closed 4 years ago
in script edk2 repository is initialized within flag but variable value is not retrieved in script
###############################################################################
############################################################################### 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.
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
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.