[Mellanox] Remove unnecessary file manipulation in the SAI Make file (#15993) (#16044)

This commit is contained in:
mssonicbld 2023-08-06 14:12:06 +08:00 committed by GitHub
parent 946d276f96
commit 4217e52dd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,6 @@ $(addprefix $(DEST)/, $(MAIN_TARGET)): $(DEST)/% :
wget -c $(MLNX_SAI_SOURCE_BASE_URL)/$(MLNX_SAI_VERSION).tar.gz -O - | tar -xz
pushd mlnx_sai
chmod a+x autogen.sh
debuild -e 'make_extra_flags="DEFS=-DACS_OS -DCONFIG_SYSLOG"' -us -uc -d -b
popd