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
f8d84af4
Commit
f8d84af4
authored
Dec 26, 2004
by
ndbdev@shark
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ndb - removed warnings from Makefile's
parent
59fadbcb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
ndb/docs/Makefile.am
ndb/docs/Makefile.am
+3
-3
ndb/test/tools/Makefile.am
ndb/test/tools/Makefile.am
+0
-1
No files found.
ndb/docs/Makefile.am
View file @
f8d84af4
...
@@ -22,7 +22,7 @@ do-check-html:
...
@@ -22,7 +22,7 @@ do-check-html:
if
test
@DOXYGEN@
=
no
;
then
\
if
test
@DOXYGEN@
=
no
;
then
\
echo
"Doxygen needed to make docs"
;
\
echo
"Doxygen needed to make docs"
;
\
exit
1
;
\
exit
1
;
\
fi
;
\
fi
;
do-check-pdf
:
do-check-html
do-check-pdf
:
do-check-html
if
test
@PDFLATEX@
=
no
;
then
\
if
test
@PDFLATEX@
=
no
;
then
\
...
@@ -54,7 +54,7 @@ ndbapi.html: $(noinst_HEADERS)
...
@@ -54,7 +54,7 @@ ndbapi.html: $(noinst_HEADERS)
(
cd
$(DOXYTMP)
;
@DOXYGEN@ ../
$(DOXYDIR)
/Doxyfile.ndbapi
)
;
\
(
cd
$(DOXYTMP)
;
@DOXYGEN@ ../
$(DOXYDIR)
/Doxyfile.ndbapi
)
;
\
@PERL@
$(DOXYDIR)
/postdoxy.pl
$(DOXYOUT)
/ndbapi.latex
"MySQL Cluster NDB API Programmer Guide"
;
\
@PERL@
$(DOXYDIR)
/postdoxy.pl
$(DOXYOUT)
/ndbapi.latex
"MySQL Cluster NDB API Programmer Guide"
;
\
(
cd
$(DOXYOUT)
&&
\
(
cd
$(DOXYOUT)
&&
\
find ndbapi.html
-print
| cpio
-pdm
..
)
;
\
find ndbapi.html
-print
| cpio
-pdm
..
)
;
ndbapi.pdf
:
ndbapi.html
ndbapi.pdf
:
ndbapi.html
(
cd
$(DOXYOUT)
/ndbapi.latex
&&
\
(
cd
$(DOXYOUT)
/ndbapi.latex
&&
\
...
@@ -80,7 +80,7 @@ mgmapi.html: $(noinst_HEADERS)
...
@@ -80,7 +80,7 @@ mgmapi.html: $(noinst_HEADERS)
(
cd
$(DOXYTMP)
;
@DOXYGEN@ ../
$(DOXYDIR)
/Doxyfile.mgmapi
)
;
\
(
cd
$(DOXYTMP)
;
@DOXYGEN@ ../
$(DOXYDIR)
/Doxyfile.mgmapi
)
;
\
@PERL@
$(DOXYDIR)
/postdoxy.pl
$(DOXYOUT)
/mgmapi.latex
"MySQL Cluster MGM API Guide"
;
\
@PERL@
$(DOXYDIR)
/postdoxy.pl
$(DOXYOUT)
/mgmapi.latex
"MySQL Cluster MGM API Guide"
;
\
(
cd
$(DOXYOUT)
&&
\
(
cd
$(DOXYOUT)
&&
\
find mgmapi.html
-print
| cpio
-pdm
..
)
;
\
find mgmapi.html
-print
| cpio
-pdm
..
)
;
mgmapi.pdf
:
mgmapi.html
mgmapi.pdf
:
mgmapi.html
(
cd
$(DOXYOUT)
/mgmapi.latex
&&
\
(
cd
$(DOXYOUT)
/mgmapi.latex
&&
\
...
...
ndb/test/tools/Makefile.am
View file @
f8d84af4
...
@@ -3,7 +3,6 @@ ndbtest_PROGRAMS = hugoLoad hugoFill hugoLockRecords hugoPkDelete hugoPkRead hug
...
@@ -3,7 +3,6 @@ ndbtest_PROGRAMS = hugoLoad hugoFill hugoLockRecords hugoPkDelete hugoPkRead hug
# transproxy
# transproxy
hugoCalculator_SOURCES
=
hugoCalculator.cpp
hugoFill_SOURCES
=
hugoFill.cpp
hugoFill_SOURCES
=
hugoFill.cpp
hugoLoad_SOURCES
=
hugoLoad.cpp
hugoLoad_SOURCES
=
hugoLoad.cpp
hugoLockRecords_SOURCES
=
hugoLockRecords.cpp
hugoLockRecords_SOURCES
=
hugoLockRecords.cpp
...
...
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