Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/libnl3/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ $(addprefix $(DEST)/, $(MAIN_TARGET)): $(DEST)/% :
ifeq ($(CROSS_BUILD_ENVIRON), y)
DPKG_GENSYMBOLS_CHECK_LEVEL=0 dpkg-buildpackage -rfakeroot -b -us -uc -a$(CONFIGURED_ARCH) -Pcross,nocheck -j$(SONIC_CONFIG_MAKE_JOBS) --admindir $(SONIC_DPKG_ADMINDIR)
else
DPKG_GENSYMBOLS_CHECK_LEVEL=0 dpkg-buildpackage -rfakeroot -b -us -uc -j$(SONIC_CONFIG_MAKE_JOBS) --admindir $(SONIC_DPKG_ADMINDIR)
DEB_BUILD_OPTIONS="$$DEB_BUILD_OPTIONS" DPKG_GENSYMBOLS_CHECK_LEVEL=0 dpkg-buildpackage -rfakeroot -b -us -uc -j$(SONIC_CONFIG_MAKE_JOBS) --admindir $(SONIC_DPKG_ADMINDIR)
endif

popd
Expand Down
4 changes: 2 additions & 2 deletions src/sonic-supervisord-utilities-rs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ clean:

# Install the binary
install: build
cargo install --path .
cargo install --locked --path .

# Run linting
lint:
Expand Down Expand Up @@ -76,4 +76,4 @@ help:
@echo " dev - Quick development check"
@echo " profile - Show release binary size"
@echo " bench - Run benchmarks"
@echo " help - Show this help"
@echo " help - Show this help"
Loading