Skip to content

Commit 51aac77

Browse files
committed
Fix one more echo
1 parent bf88acb commit 51aac77

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

debian/rules

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ binary-syncd-rpc: | binary-syncd
5050
dh binary -N syncd -N syncd-dbg -N syncd-vs -N syncd-vs-dbg --with autotools-dev
5151

5252
binary-syncd-vs:
53-
$(shell echo '--with-sai=vs' > /tmp/syncd-build)
53+
echo '--with-sai=vs' > /tmp/syncd-build
5454
dh clean --with autotools-dev
5555
dh build -N syncd -N syncd-dbg -N syncd-rpc -N syncd-rpc-dbg --with autotools-dev
5656
dh binary -N syncd -N syncd-dbg -N syncd-rpc -N syncd-rpc-dbg --with autotools-dev
@@ -67,7 +67,6 @@ override_dh_auto_configure:
6767

6868
override_dh_install:
6969
dh_install
70-
echo "override_dh_install!!"
7170
# Note: escape $ with an extra $
7271
if egrep -q '(^| )--enable-rpcserver=yes( |$$)' /tmp/syncd-build
7372
sed -i 's|ENABLE_SAITHRIFT=0|ENABLE_SAITHRIFT=1 # Add a comment to fix https://github.com/Azure/sonic-buildimage/issues/2694 |' debian/syncd-rpc/usr/bin/syncd_init_common.sh

0 commit comments

Comments
 (0)