From cf9defedc3f2fc52e58a42fb45327da2053a76c9 Mon Sep 17 00:00:00 2001 From: Dan White Date: Thu, 26 Jan 2012 13:41:42 -0600 Subject: [PATCH] Fixup common rc file setup --- sch-pcb/breakout/gafrc | 1 + sch-pcb/breakout/gafrc-libraries | 1 + sch-pcb/breakout/gschemrc | 1 + sch-pcb/devboard/gafrc | 1 + sch-pcb/devboard/gafrc-libraries | 1 + sch-pcb/devboard/gschemrc | 1 + sch-pcb/gafrc | 2 +- sch-pcb/gafrc-libraries | 4 ++-- 8 files changed, 9 insertions(+), 3 deletions(-) create mode 120000 sch-pcb/breakout/gafrc create mode 120000 sch-pcb/breakout/gafrc-libraries create mode 120000 sch-pcb/breakout/gschemrc create mode 120000 sch-pcb/devboard/gafrc create mode 120000 sch-pcb/devboard/gafrc-libraries create mode 120000 sch-pcb/devboard/gschemrc diff --git a/sch-pcb/breakout/gafrc b/sch-pcb/breakout/gafrc new file mode 120000 index 0000000..868a210 --- /dev/null +++ b/sch-pcb/breakout/gafrc @@ -0,0 +1 @@ +../gafrc \ No newline at end of file diff --git a/sch-pcb/breakout/gafrc-libraries b/sch-pcb/breakout/gafrc-libraries new file mode 120000 index 0000000..1d6d312 --- /dev/null +++ b/sch-pcb/breakout/gafrc-libraries @@ -0,0 +1 @@ +../gafrc-libraries \ No newline at end of file diff --git a/sch-pcb/breakout/gschemrc b/sch-pcb/breakout/gschemrc new file mode 120000 index 0000000..a22d298 --- /dev/null +++ b/sch-pcb/breakout/gschemrc @@ -0,0 +1 @@ +../gschemrc \ No newline at end of file diff --git a/sch-pcb/devboard/gafrc b/sch-pcb/devboard/gafrc new file mode 120000 index 0000000..868a210 --- /dev/null +++ b/sch-pcb/devboard/gafrc @@ -0,0 +1 @@ +../gafrc \ No newline at end of file diff --git a/sch-pcb/devboard/gafrc-libraries b/sch-pcb/devboard/gafrc-libraries new file mode 120000 index 0000000..1d6d312 --- /dev/null +++ b/sch-pcb/devboard/gafrc-libraries @@ -0,0 +1 @@ +../gafrc-libraries \ No newline at end of file diff --git a/sch-pcb/devboard/gschemrc b/sch-pcb/devboard/gschemrc new file mode 120000 index 0000000..a22d298 --- /dev/null +++ b/sch-pcb/devboard/gschemrc @@ -0,0 +1 @@ +../gschemrc \ No newline at end of file diff --git a/sch-pcb/gafrc b/sch-pcb/gafrc index 3db46e9..89f1e71 100644 --- a/sch-pcb/gafrc +++ b/sch-pcb/gafrc @@ -1,6 +1,6 @@ ;only show local symbols (reset-component-library) -(load "gafrc-libraries") +(load "../gafrc-libraries") ; vi:ft=scheme diff --git a/sch-pcb/gafrc-libraries b/sch-pcb/gafrc-libraries index 5c73a8d..faaf9be 100644 --- a/sch-pcb/gafrc-libraries +++ b/sch-pcb/gafrc-libraries @@ -1,9 +1,9 @@ ; global symbol library ; git submodule -(component-library-search "waeda-sym") +(component-library-search "../waeda-sym") ; local-only symbols -(component-library "sym" "local-sym") +(component-library "../sym" "local-sym") ; subpage symbols (component-library ".") -- 2.25.1