[mellanox]: fix SAI build makefile (#29)

This commit is contained in:
Mykola F 2018-04-14 08:50:34 +03:00 committed by Guohan Lu
parent c77ddbc79e
commit 420f003698

View File

@ -6,8 +6,8 @@ MAIN_TARGET = mlnx-sai_1.mlnx.$(MLNX_SAI_VERSION)_amd64.deb
$(addprefix $(DEST)/, $(MAIN_TARGET)): $(DEST)/% :
# get sources
#rm -rf SAI-Implementation
#git clone https://github.com/Mellanox/SAI-Implementation.git
rm -rf SAI-Implementation
git clone https://github.com/Mellanox/SAI-Implementation.git
# build
pushd SAI-Implementation