From cfa3fc5a67a5e3d274bd535a760744976b7fa918 Mon Sep 17 00:00:00 2001 From: ian Date: Wed, 11 Oct 2006 21:19:18 +0000 Subject: [PATCH 1/1] do not include out-of-layer platforms, or layerkind s --- layout/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/layout/Makefile b/layout/Makefile index 87ad59e..7ab2a26 100644 --- a/layout/Makefile +++ b/layout/Makefile @@ -7,12 +7,13 @@ E_TRACK= ArsCLMNo LAYOUTOPTS_ALL= -ep=*Cm LAYOUTOPTS= -E=*$(E_TRACK) $(LAYOUTOPTS_ALL) LAYOUTOPTS_PHYS= -S1.0 $(LAYOUTOPTS) '-e*A' -XLAYOUTOPTS_LAYER= -e'=5AN' -E'*~=5rsm' -e'p~=5r' -e'*~=9C' -e'*=*l' LAYOUTOPTS_PS= -e'[sp]=*rm' -e'p=5C' +XLAYOUTOPTS_LAYER= -e'=5AN' -E'*~=5rsm' -e'p~=5r' -e'*~=9C' -e'*=*l' \ + $(LAYOUTOPTS_PS) LAYOUTOPTS_SEGS= '-e*=*rm' -LAYERS_LS= 0 4 10 20 +LAYERS_LS= 0 4 10 26 30 LAYERS_PS= $(addsuffix .ps, $(LAYERS_LS)) LAYERS_L= $(addprefix ours-l, $(LAYERS_PS)) LAYERS_E= $(addprefix ours-e, $(LAYERS_PS)) -- 2.30.2