Skip to content

Commit

Permalink
introduce gcovpreload repo
Browse files Browse the repository at this point in the history
new-added gcov_preload repo
  • Loading branch information
pettershao-ragilenetworks authored Jul 1, 2022
1 parent f977f2f commit ab433a1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/preload/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.ONESHELL:
SHELL = /bin/bash
.SHELLFLAGS += -e

MAIN_TARGET = libgcovpreload_$(GCOV_PRELOAD_VERSION_FULL)_$(CONFIGURED_ARCH).deb

$(addprefix $(DEST)/, $(MAIN_TARGET)): $(DEST)/% :
pushd gcov_preload
dpkg-buildpackage -rfakeroot -d -b -us -uc -j$(SONIC_CONFIG_MAKE_JOBS)
popd
mv $* $(DEST)/

0 comments on commit ab433a1

Please sign in to comment.