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

This commit is contained in:
mssonicbld 2023-08-06 17:18:21 +08:00 committed by GitHub
parent 89fdba9e92
commit 157b9ea3b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,6 @@ $(addprefix $(DEST)/, $(MAIN_TARGET)): $(DEST)/% :
pushd SAI-Implementation
pushd mlnx_sai
chmod a+x autogen.sh
debuild -e 'make_extra_flags="DEFS=-DACS_OS -DCONFIG_SYSLOG"' -us -uc -d -b
popd