From 5092a37a5c987eb62e2c5d492a57d9f3e2f71d19 Mon Sep 17 00:00:00 2001 From: mssonicbld <79238446+mssonicbld@users.noreply.github.com> Date: Fri, 11 Aug 2023 23:40:30 +0800 Subject: [PATCH] [Mellanox] Remove unnecessary file manipulation in the SAI Make file (#15993) (#16101) Signed-off-by: Kebo Liu Co-authored-by: Kebo Liu --- platform/mellanox/mlnx-sai/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/platform/mellanox/mlnx-sai/Makefile b/platform/mellanox/mlnx-sai/Makefile index 715f43ef03..0bf5514231 100644 --- a/platform/mellanox/mlnx-sai/Makefile +++ b/platform/mellanox/mlnx-sai/Makefile @@ -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