Skip to content

Commit

Permalink
[debian]: Change build order in target binary (sonic-net#452)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
marian-pritsak authored and Shuotian Cheng committed Jun 1, 2019
1 parent dcab09f commit 5c98f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ clean:
build:
echo build stage is skipped. Please use binary to generate debian packages

binary: binary-syncd binary-syncd-rpc
binary: binary-syncd-rpc binary-syncd

binary-syncd:
$(shell echo > /tmp/syncd-build)
Expand Down

0 comments on commit 5c98f57

Please sign in to comment.