2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-21 19:22:05 +00:00

set buildall to default when build ubuntu (#5474)

- same behavior as building rpm
This commit is contained in:
xuweibj 2018-08-08 10:09:43 +08:00 committed by Bin Xu
parent de8dadfd41
commit a428807868

View File

@ -104,6 +104,9 @@ if [ "$c_flag" -a "$d_flag" ];then
exit 2
fi
if [ -z "$BUILDALL" ]; then
BUILDALL=1
fi
# Find where this script is located to set some build variables
old_pwd=`pwd`