[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: branch: master updated (1.3.0-20071229-56-g34d9611)
The branch, master has been updated
via 34d9611f5c27c3617541705edb1fb380ca161d53 (commit)
from c1e3075cb263a6098d2351440b680247456ae0d0 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
=========
Summary
=========
examples/gTAG/commonrc | 4 ----
.../hierarchy/gschlasrc => examples/gTAG/gafrc | 2 +-
examples/gTAG/gschemrc | 1 -
examples/gTAG/gschlasrc | 1 -
4 files changed, 1 insertions(+), 7 deletions(-)
delete mode 100644 examples/gTAG/commonrc
copy gnetlist/tests/hierarchy/gschlasrc => examples/gTAG/gafrc (52%)
delete mode 100644 examples/gTAG/gschemrc
delete mode 100644 examples/gTAG/gschlasrc
=================
Commit Messages
=================
commit 34d9611f5c27c3617541705edb1fb380ca161d53
Author: Ales Hvezda <ahvezda@xxxxxxxx>
Date: Thu Jan 10 00:33:03 2008 -0500
Fixed up the gTAG example to load correctly from different directory
When running gschem from a different directory than the gTAG example
directory, the schematics would not load up correctly because a gafrc
was not found (with all the component/source library paths).
:100644 000000 2abb8b5... 0000000... D examples/gTAG/commonrc
:000000 100644 0000000... 22acb85... A examples/gTAG/gafrc
:100644 000000 d652693... 0000000... D examples/gTAG/gschemrc
:100644 000000 d652693... 0000000... D examples/gTAG/gschlasrc
=========
Changes
=========
commit 34d9611f5c27c3617541705edb1fb380ca161d53
Author: Ales Hvezda <ahvezda@xxxxxxxx>
Date: Thu Jan 10 00:33:03 2008 -0500
Fixed up the gTAG example to load correctly from different directory
When running gschem from a different directory than the gTAG example
directory, the schematics would not load up correctly because a gafrc
was not found (with all the component/source library paths).
diff --git a/examples/gTAG/commonrc b/examples/gTAG/commonrc
deleted file mode 100644
index 2abb8b5..0000000
--- a/examples/gTAG/commonrc
+++ /dev/null
@@ -1,4 +0,0 @@
-(define current-working-directory (getenv "PWD"))
-
-(component-library current-working-directory)
-(source-library current-working-directory)
diff --git a/examples/gTAG/gafrc b/examples/gTAG/gafrc
new file mode 100644
index 0000000..22acb85
--- /dev/null
+++ b/examples/gTAG/gafrc
@@ -0,0 +1,2 @@
+(component-library ".")
+(source-library ".")
diff --git a/examples/gTAG/gschemrc b/examples/gTAG/gschemrc
deleted file mode 100644
index d652693..0000000
--- a/examples/gTAG/gschemrc
+++ /dev/null
@@ -1 +0,0 @@
-(load "commonrc")
diff --git a/examples/gTAG/gschlasrc b/examples/gTAG/gschlasrc
deleted file mode 100644
index d652693..0000000
--- a/examples/gTAG/gschlasrc
+++ /dev/null
@@ -1 +0,0 @@
-(load "commonrc")
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs