Skip to content

Commit 65a95e8

Browse files
authored
[SAI-PTF]Fix issue when transfer make parameter GEN_SAIRPC_OPTS (#1673)
Fix issue when transfer make param GEN_SAIRPC_OPTS with space in it when transfer GEN_SAIRPC_OPTS with multi parameters in it and use the space to split it, there is a issue for translate from build system to actual make system. ``` --adapter_logger --skip_error=-2 ``` add quota when transfer the parameter Test Done: Verified in local container Verified in build system Signed-off-by: richardyu-ms <richard.yu@microsoft.com> Signed-off-by: richardyu-ms <richard.yu@microsoft.com>
1 parent e8463be commit 65a95e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ test:
4343
make -C test
4444

4545
saithrift-build:
46-
SAIRPC_EXTRA_LIBS="$(SAIRPC_EXTRA_LIBS)" GEN_SAIRPC_OPTS=$(GEN_SAIRPC_OPTS) make -C $(SAITHRIFT_PATH)
46+
SAIRPC_EXTRA_LIBS="$(SAIRPC_EXTRA_LIBS)" GEN_SAIRPC_OPTS="$(GEN_SAIRPC_OPTS)" make -C $(SAITHRIFT_PATH)
4747

4848
saithrift-install: saithrift-build
4949
make -C $(SAITHRIFT_PATH) install

0 commit comments

Comments
 (0)