Fossil SCM

Prevent shell argument manipulation performed automatically by the MinGW shell from interfering with the makeheaders tool used by the Makefile.

mistachkin 2011-10-27 15:00 UTC tcl-integration
Commit 827a54fe6ca6cb23e03df0bf44724f796fb45d75
1 file changed +5 -1
+5 -1
--- Makefile.in
+++ Makefile.in
@@ -9,13 +9,17 @@
99
# the following to point from the build directory to the src/ folder.
1010
#
1111
SRCDIR = @srcdir@/src
1212
1313
#### The directory into which object code files should be written.
14
+# Having a "./" prefix in the value of this variable breaks our use of the
15
+# "makeheaders" tool when running make on the MinGW platform, apparently
16
+# due to some command line argument manipulation performed automatically
17
+# by the shell.
1418
#
1519
#
16
-OBJDIR = ./bld
20
+OBJDIR = bld
1721
1822
#### C Compiler and options for use in building executables that
1923
# will run on the platform that is doing the build. This is used
2024
# to compile code-generator programs as part of the build process.
2125
# See TCC below for the C compiler for building the finished binary.
2226
--- Makefile.in
+++ Makefile.in
@@ -9,13 +9,17 @@
9 # the following to point from the build directory to the src/ folder.
10 #
11 SRCDIR = @srcdir@/src
12
13 #### The directory into which object code files should be written.
 
 
 
 
14 #
15 #
16 OBJDIR = ./bld
17
18 #### C Compiler and options for use in building executables that
19 # will run on the platform that is doing the build. This is used
20 # to compile code-generator programs as part of the build process.
21 # See TCC below for the C compiler for building the finished binary.
22
--- Makefile.in
+++ Makefile.in
@@ -9,13 +9,17 @@
9 # the following to point from the build directory to the src/ folder.
10 #
11 SRCDIR = @srcdir@/src
12
13 #### The directory into which object code files should be written.
14 # Having a "./" prefix in the value of this variable breaks our use of the
15 # "makeheaders" tool when running make on the MinGW platform, apparently
16 # due to some command line argument manipulation performed automatically
17 # by the shell.
18 #
19 #
20 OBJDIR = bld
21
22 #### C Compiler and options for use in building executables that
23 # will run on the platform that is doing the build. This is used
24 # to compile code-generator programs as part of the build process.
25 # See TCC below for the C compiler for building the finished binary.
26

Keyboard Shortcuts

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