Skip to content
This repository was archived by the owner on Mar 1, 2023. It is now read-only.

Commit 5c98f57

Browse files
marian-pritsakShuotian Cheng
authored and
Shuotian Cheng
committed
[debian]: Change build order in target binary (sonic-net#452)
Make binary-syncd the last target, so the non-rpc requisites will be available after the first build It will allow doing incremental builds later on for the main binary type
1 parent dcab09f commit 5c98f57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debian/rules

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ clean:
2222
build:
2323
echo build stage is skipped. Please use binary to generate debian packages
2424

25-
binary: binary-syncd binary-syncd-rpc
25+
binary: binary-syncd-rpc binary-syncd
2626

2727
binary-syncd:
2828
$(shell echo > /tmp/syncd-build)

0 commit comments

Comments
 (0)