From: Ian Jackson Date: Sun, 16 Feb 2020 21:00:10 +0000 (+0000) Subject: quacks-ingredients: comments in autogenerated files X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=43b7e9e700151cda673bad9642640eb444517306 quacks-ingredients: comments in autogenerated files Signed-off-by: Ian Jackson --- diff --git a/quacks-ingredients-L1.scad b/quacks-ingredients-L1.scad index 220d95b..9e2f9f5 100644 --- a/quacks-ingredients-L1.scad +++ b/quacks-ingredients-L1.scad @@ -1,3 +1,4 @@ +// autogenerated by quacks-ingredients-updates-levels - do not edit $phase=1; module Token_L(){ Token_L1(); } //// toplevels-from: diff --git a/quacks-ingredients-L2.scad b/quacks-ingredients-L2.scad index 5e72d16..1472e41 100644 --- a/quacks-ingredients-L2.scad +++ b/quacks-ingredients-L2.scad @@ -1,3 +1,4 @@ +// autogenerated by quacks-ingredients-updates-levels - do not edit $phase=2; module Token_L(){ Token_L2(); } //// toplevels-from: diff --git a/quacks-ingredients-L3.scad b/quacks-ingredients-L3.scad index 31ad703..5de96bc 100644 --- a/quacks-ingredients-L3.scad +++ b/quacks-ingredients-L3.scad @@ -1,3 +1,4 @@ +// autogenerated by quacks-ingredients-updates-levels - do not edit $phase=3; module Token_L(){ Token_L3(); } //// toplevels-from: diff --git a/quacks-ingredients-L4.scad b/quacks-ingredients-L4.scad index 989a046..f5f9b07 100644 --- a/quacks-ingredients-L4.scad +++ b/quacks-ingredients-L4.scad @@ -1,3 +1,4 @@ +// autogenerated by quacks-ingredients-updates-levels - do not edit $phase=4; module Token_L(){ Token_L4(); } //// toplevels-from: diff --git a/quacks-ingredients-L5.scad b/quacks-ingredients-L5.scad index 6943e5b..88de61f 100644 --- a/quacks-ingredients-L5.scad +++ b/quacks-ingredients-L5.scad @@ -1,3 +1,4 @@ +// autogenerated by quacks-ingredients-updates-levels - do not edit $phase=5; module Token_L(){ Token_L5(); } //// toplevels-from: diff --git a/quacks-ingredients-counts.pl b/quacks-ingredients-counts similarity index 100% rename from quacks-ingredients-counts.pl rename to quacks-ingredients-counts diff --git a/quacks-ingredients-update-levels b/quacks-ingredients-update-levels index 92723a5..a4c886c 100755 --- a/quacks-ingredients-update-levels +++ b/quacks-ingredients-update-levels @@ -1,8 +1,10 @@ #!/bin/sh set -e + for l in 1 2 3 4 5; do f=quacks-ingredients-L$l.scad cat >$f.tmp <