From 5c98f5760f31ad9f9592321955dcffb97d00a52d Mon Sep 17 00:00:00 2001 From: Marian Pritsak Date: Sat, 1 Jun 2019 11:29:02 +0300 Subject: [PATCH] [debian]: Change build order in target binary (#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 --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 164f22859383..e332bb9d526a 100755 --- a/debian/rules +++ b/debian/rules @@ -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)