Fossil SCM

Fix the Makefile so that all parameters are commented and so that it works with non-GNU makes.

drh 2010-02-23 16:14 trunk
Commit 8fe33aa575be5c826710fd76fff0ea7476d6b8b2
1 file changed +4 -4
+4 -4
--- Makefile
+++ Makefile
@@ -3,10 +3,14 @@
33
#### The toplevel directory of the source tree. Fossil can be built
44
# in a directory that is separate from the source tree. Just change
55
# the following to point from the build directory to the src/ folder.
66
#
77
SRCDIR = ./src
8
+
9
+#### The directory into which object code files should be written.
10
+#
11
+#
812
OBJDIR = ./obj
913
1014
#### C Compiler and options for use in building executables that
1115
# will run on the platform that is doing the build. This is used
1216
# to compile code-generator programs as part of the build process.
@@ -48,12 +52,8 @@
4852
4953
#### Tcl shell for use in running the fossil testsuite.
5054
#
5155
TCLSH = tclsh
5256
53
-#### Include a configuration file that can override any one of these settings.
54
-#
55
--include config.mak
56
-
5757
# You should not need to change anything below this line
5858
###############################################################################
5959
include $(SRCDIR)/main.mk
6060
--- Makefile
+++ Makefile
@@ -3,10 +3,14 @@
3 #### The toplevel directory of the source tree. Fossil can be built
4 # in a directory that is separate from the source tree. Just change
5 # the following to point from the build directory to the src/ folder.
6 #
7 SRCDIR = ./src
 
 
 
 
8 OBJDIR = ./obj
9
10 #### C Compiler and options for use in building executables that
11 # will run on the platform that is doing the build. This is used
12 # to compile code-generator programs as part of the build process.
@@ -48,12 +52,8 @@
48
49 #### Tcl shell for use in running the fossil testsuite.
50 #
51 TCLSH = tclsh
52
53 #### Include a configuration file that can override any one of these settings.
54 #
55 -include config.mak
56
57 # You should not need to change anything below this line
58 ###############################################################################
59 include $(SRCDIR)/main.mk
60
--- Makefile
+++ Makefile
@@ -3,10 +3,14 @@
3 #### The toplevel directory of the source tree. Fossil can be built
4 # in a directory that is separate from the source tree. Just change
5 # the following to point from the build directory to the src/ folder.
6 #
7 SRCDIR = ./src
8
9 #### The directory into which object code files should be written.
10 #
11 #
12 OBJDIR = ./obj
13
14 #### C Compiler and options for use in building executables that
15 # will run on the platform that is doing the build. This is used
16 # to compile code-generator programs as part of the build process.
@@ -48,12 +52,8 @@
52
53 #### Tcl shell for use in running the fossil testsuite.
54 #
55 TCLSH = tclsh
56
 
 
 
 
57 # You should not need to change anything below this line
58 ###############################################################################
59 include $(SRCDIR)/main.mk
60

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button