[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: gaf.git: branch: master updated (1.6.1-20100214-201-g3f8480f)
The branch, master has been updated
via 3f8480f6a2b9674e904d1f50c1788bdf79b539bc (commit)
from 8bef5cf39dce867509d77d9ab6794f17f27d2216 (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
=========
NEWS | 4 ++++
gnetlist/utils/Makefile.am | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
=================
Commit Messages
=================
commit 3f8480f6a2b9674e904d1f50c1788bdf79b539bc
Author: Peter TB Brett <peter@xxxxxxxxxxxxx>
Commit: Peter TB Brett <peter@xxxxxxxxxxxxx>
gnetlist: Don't install `mk_verilog_syms' program.
`mk_verilog_syms' totally undocumented, and is also only used for
generating the symbols installed as the `verilog' symbol library. It
doesn't need to be installed in the system $PATH.
:100644 100644 f2353b1... 9cd263d... M NEWS
:100644 100644 4e958b4... d47f1e5... M gnetlist/utils/Makefile.am
=========
Changes
=========
commit 3f8480f6a2b9674e904d1f50c1788bdf79b539bc
Author: Peter TB Brett <peter@xxxxxxxxxxxxx>
Commit: Peter TB Brett <peter@xxxxxxxxxxxxx>
gnetlist: Don't install `mk_verilog_syms' program.
`mk_verilog_syms' totally undocumented, and is also only used for
generating the symbols installed as the `verilog' symbol library. It
doesn't need to be installed in the system $PATH.
diff --git a/NEWS b/NEWS
index f2353b1..9cd263d 100644
--- a/NEWS
+++ b/NEWS
@@ -45,6 +45,10 @@ Notable changes in gEDA/gaf 1.7.0
* On Windows, `gschem' and `gattrib' will no longer launch with a
command window visible.
+* The undocumented `mk_verilog_syms' program is no longer installed.
+ The symbols it creates are still installed to
+ `${prefix}/share/gEDA/sym/verilog'.
+
Notable changes in gEDA/gaf 1.6.1
=================================
diff --git a/gnetlist/utils/Makefile.am b/gnetlist/utils/Makefile.am
index 4e958b4..d47f1e5 100644
--- a/gnetlist/utils/Makefile.am
+++ b/gnetlist/utils/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in
-bin_PROGRAMS = mk_verilog_syms
+noinst_PROGRAMS = mk_verilog_syms
mk_verilog_syms_SOURCES = \
mk_verilog_syms.c
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs