Commit f5d0b41c authored by unknown's avatar unknown

ndb - removed warnings from Makefile's


ndb/docs/Makefile.am:
  removed extra \'es
ndb/test/tools/Makefile.am:
  removed unused definition
parent f835a220
...@@ -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 && \
......
...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment