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
db29ac33
Commit
db29ac33
authored
Jan 14, 2001
by
serg@hynda.mysql.fi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Makefile.am rules for */errmsg.sys refined
parent
1420732f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
BitKeeper/etc/logging_ok
BitKeeper/etc/logging_ok
+1
-0
sql/share/Makefile.am
sql/share/Makefile.am
+6
-5
No files found.
BitKeeper/etc/logging_ok
View file @
db29ac33
mwagner@evoq.home.mwagner.org
serg@hynda.mysql.fi
sql/share/Makefile.am
View file @
db29ac33
## Process this file with automake to create Makefile.in
ERRMSG
=
$(
patsubst
%, %/errmsg.sys, @AVAILABLE_LANGUAGES@
)
# This requires gnu cp at distribution time.
dist-hook
:
for
lang
in
@AVAILABLE_LANGUAGES@ charsets
;
\
do
cp
-a
$(srcdir)
/
$$
lang
$(distdir)
;
done
all
:
for
lang
in
@AVAILABLE_LANGUAGES@
;
\
do
\
../../extra/comp_err
$(srcdir)
/
$$
lang/errmsg.txt
$(srcdir)
/
$$
lang/errmsg.sys
;
\
done
all
:
$(ERRMSG)
$(ERRMSG)
:
%.sys: %.txt
../../extra/comp_err
$<
$@
install-data-local
:
for
lang
in
@AVAILABLE_LANGUAGES@
;
\
...
...
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