Documentation Source Text

Check-in [76b1d7f1d4]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Remove the NAWK macros from the Makefiles, since they are no longer used.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 76b1d7f1d4582048cf229bcd39fbdc8c1cc9b66f475e461ea199877d0201556d
User & Date: drh 2018-02-22 19:34:55.140
Context
2018-02-22
19:40
Remove the unused TCLSTUBSFLAGS from the makefiles. (check-in: 1412cc8f93 user: drh tags: trunk)
19:34
Remove the NAWK macros from the Makefiles, since they are no longer used. (check-in: 76b1d7f1d4 user: drh tags: trunk)
18:14
First draft of a new quality management plan. Still incomplete. (check-in: 295c4e35bc user: drh tags: trunk)
Changes
Unified Diff Ignore Whitespace Patch
Changes to Makefile.
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
TCLFLAGS = -ldl -lm -lpthread -ltcl -lz

#### Extra C-compiler flags needed to compile a TCL extension that
#    is stubs enabled.
#
TCLSTUBFLAGS = -ldl -lm -lpthread -ltclstub -lz

#### Which "awk" program provides nawk compatibilty
#
# NAWK = nawk
NAWK = awk

# You should not have to change anything below this line
###############################################################################
include $(DOC)/main.mk







<
<
<
<
<



37
38
39
40
41
42
43





44
45
46
TCLFLAGS = -ldl -lm -lpthread -ltcl -lz

#### Extra C-compiler flags needed to compile a TCL extension that
#    is stubs enabled.
#
TCLSTUBFLAGS = -ldl -lm -lpthread -ltclstub -lz






# You should not have to change anything below this line
###############################################################################
include $(DOC)/main.mk
Changes to main.mk.
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# SLT              The toplevel directory for SQLLogicTest.  May be an
#                  empty string
#
# TCLFLAGS         Extra C-compiler options needed to link against TCL
#
# TCLSTUBFLAGS     Extra C-compiler options needed to link a TCL extension
#
# NAWK             Nawk compatible awk program.  Older (obsolete?) solaris
#                  systems need this to avoid using the original AT&T AWK.
#
# CC               A C-compiler and arguments for building utility programs
#
# Once the macros above are defined, the rest of this make script will
# build the SQLite library and testing tools.
################################################################################

TCLSH = tclsh.docsrc







<
<
<







14
15
16
17
18
19
20



21
22
23
24
25
26
27
# SLT              The toplevel directory for SQLLogicTest.  May be an
#                  empty string
#
# TCLFLAGS         Extra C-compiler options needed to link against TCL
#
# TCLSTUBFLAGS     Extra C-compiler options needed to link a TCL extension
#



# CC               A C-compiler and arguments for building utility programs
#
# Once the macros above are defined, the rest of this make script will
# build the SQLite library and testing tools.
################################################################################

TCLSH = tclsh.docsrc