From 7bea893adbb9e834d11e2706bdedc4f9db4969f8 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Wed, 12 Jun 2019 22:51:26 +0200 Subject: kicad.dl: Better organization of rules for classifying resistors, capacitors, inductors, net ties, test points and mounting holes. This new (and consistent) style provides extension points for projects to use for their own rules. build.ninja.j2: Adding --no-warn to souffle rule, souffle complains when the relations are empty. --- src/ee/tools/templates/build.ninja.j2 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/ee/tools') diff --git a/src/ee/tools/templates/build.ninja.j2 b/src/ee/tools/templates/build.ninja.j2 index e8ce404..5c94d3e 100644 --- a/src/ee/tools/templates/build.ninja.j2 +++ b/src/ee/tools/templates/build.ninja.j2 @@ -34,7 +34,11 @@ rule part-apply-souffle-pre command = $ee part-apply-souffle-pre {{ log }} --in $in --work $work rule souffle - command = souffle -F $work/in -D $work/out -I $work -I "{{ souffle_ee_src }}" $in + command = souffle $ + -F $work/in -D $work/out $ + --no-warn $ + -I $work $ + -I "{{ souffle_ee_src }}" $in rule part-apply-souffle-post command = $ee part-apply-souffle-post {{ log }} --in $in_sch --out $out --work $work -- cgit v1.2.3