[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: Makefile
User: ahvezda
Date: 05/02/13 00:03:05
Modified: . Makefile
Log:
More random edits (another excuse for a commit :)
Revision Changes Path
1.67 +8 -2 eda/geda/devel/Makefile
http://geda.seul.org/cgi-bin/viewcvs.cgi/eda/geda/devel//./Makefile.diff?r1=1.66&r2=1.67
(In the diff below, changes in quantity of whitespace are not shown.)
Index: Makefile
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/Makefile,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -b -r1.66 -r1.67
--- Makefile 13 Feb 2005 04:57:07 -0000 1.66
+++ Makefile 13 Feb 2005 05:03:05 -0000 1.67
@@ -2,8 +2,6 @@
# gEDA/gaf Toplevel Makefile
#
-SHELL=/bin/sh
-
#
# Change this to the real version of the distribution
#
@@ -11,11 +9,13 @@
#
# Use this when you are building the CVS version
+#
CD_VERSION=
DIR_PREFIX=
#
# Use this when you are building the Released version (comment out above)
+#
#CD_VERSION=-$(VERSION)
#DIR_PREFIX=geda-
@@ -30,6 +30,12 @@
#
opts=
+#
+# Set this to the shell that you want the various commands to run in.
+# For most people the default should work just fine.
+#
+SHELL=/bin/sh
+
############################################################################
# Basic targets
############################################################################