From c7493a717975374250606f87df59292089302687 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Wed, 29 Apr 2015 00:37:32 +0200 Subject: [PATCH] Add dependency on rpp-lib to CCS project This ensures that rpp-lib is built before rpp-test-sw (which is useful at least for buildbot) --- rpp-test-sw/.cproject | 4 +++- rpp-test-sw/Makefile.inc | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/rpp-test-sw/.cproject b/rpp-test-sw/.cproject index 68c1767..63162eb 100644 --- a/rpp-test-sw/.cproject +++ b/rpp-test-sw/.cproject @@ -203,7 +203,9 @@ - + + + diff --git a/rpp-test-sw/Makefile.inc b/rpp-test-sw/Makefile.inc index 796d36c..b5da239 100644 --- a/rpp-test-sw/Makefile.inc +++ b/rpp-test-sw/Makefile.inc @@ -7,7 +7,7 @@ CONFIG = $(makefile_inc_dir)/../rpp-lib/Makefile.config ifneq ($(wildcard $(CONFIG)),) include $(CONFIG) else -$(error "rpp-lib not compiled! Run `make -C $(makefile_inc_dir)/../rpp-lib/build//Release`") +$(error "rpp-lib not compiled! Either run `make -C $(makefile_inc_dir)/../rpp-lib/build//Release` or build the appropriate CCS project.") endif include $(makefile_inc_dir)/../rpp-lib/build/Makefile.rules -- 2.39.2