[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: project.sample
User: danmc
Date: 07/02/13 20:31:44
Modified: . project.sample
Log:
Following the principle of least suprise use "--skip-m4" for the command
line and "skip-m4" for the project file that can be included to skip
m4. This way users don't have to do anything to keep the old behaviour.
This replaces the rather short lived (< 1 week) --use-m4.
Revision Changes Path
1.5 +8 -8 eda/geda/gaf/utils/examples/gsch2pcb/project.sample
(In the diff below, changes in quantity of whitespace are not shown.)
Index: project.sample
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/utils/examples/gsch2pcb/project.sample,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- project.sample 9 Feb 2007 00:24:09 -0000 1.4
+++ project.sample 14 Feb 2007 01:31:40 -0000 1.5
@@ -1,4 +1,4 @@
-# $Id: project.sample,v 1.4 2007/02/09 00:24:09 danmc Exp $
+# $Id: project.sample,v 1.5 2007/02/14 01:31:40 danmc Exp $
#
# Sample poject file for gsch2pcb versions >= 1.0
#
@@ -34,19 +34,19 @@
#elements-dir ~/gaf/pcb-elements
#elements-dir /usr/local/share/pcb/newlib
-# The default is to not invoke M4 for PCB footprints. Starting with the
+# The default is to invoke M4 for PCB footprints. Starting with the
# 20070208 snapshot of PCB, the footprints which were generated with m4
-# are available as newlib footprints. If you wish to still invoke m4
-# (perhaps because you have extra footprints configured), then set
-# this variable.
+# are available as newlib footprints. If you wish to never invoke m4
+# then set this variable.
#
-use-m4
+#skip-m4
-# If "use-m4" is specified, the default is to search for gschem footprints
+# If "skip-m4" is not specified, the default is to search for gschem footprints
# first in PCB m4 files and if not found, then in PCB newlib style file
# element directories. Uncomment the use-files line to force using any
# found file elements even though a m4 element may have been found first.
-#
+# If skip-m4 is specified, then m4 is never run at all and use-files doesn't
+# really do anything.
#use-files
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs