Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
5488f64c
Commit
5488f64c
authored
Jan 16, 2004
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge mysql.com:/space/my/mysql-4.1
into mysql.com:/space/my/mysql-4.1-build
parents
0e24b2a7
06ed2c56
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
2 deletions
+13
-2
cmd-line-utils/libedit/Makefile.am
cmd-line-utils/libedit/Makefile.am
+12
-1
cmd-line-utils/libedit/makelist.sh
cmd-line-utils/libedit/makelist.sh
+1
-1
No files found.
cmd-line-utils/libedit/Makefile.am
View file @
5488f64c
...
...
@@ -24,10 +24,21 @@ noinst_HEADERS = chared.h el.h histedit.h key.h \
hist.h map.h prompt.h search.h
\
strlcpy.h libedit_term.h tty.h
EXTRA_DIST
=
makelist
EXTRA_DIST
=
makelist.sh
CLEANFILES
=
makelist
DEFS
=
-DUNDEF_THREADS_HACK
-DHAVE_CONFIG_H
-DNO_KILL_INTR
SUFFIXES
=
.sh
.sh
:
@
RM@
-f
$@
$@
-t
@
SED@
\
-e
's!@''AWK''@!@AWK@!'
\
$<
>
$@
-t
@
MV@
$@
-t
$@
vi.h
:
vi.c makelist
sh ./makelist
-h
./vi.c
>
$@
.tmp
&&
\
mv
$@
.tmp
$@
...
...
cmd-line-utils/libedit/makelist
→
cmd-line-utils/libedit/makelist
.sh
View file @
5488f64c
...
...
@@ -39,7 +39,7 @@
# makelist.sh: Automatically generate header files...
AWK
=
/usr/bin/awk
AWK
=
@AWK@
USAGE
=
"Usage:
$0
-h|-e|-fc|-fh|-bc|-bh|-m <filenames>"
if
[
"x
$1
"
=
"x"
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment