diff options
author | unknown <sasha@mysql.sashanet.com> | 2000-12-20 00:11:49 -0700 |
---|---|---|
committer | unknown <sasha@mysql.sashanet.com> | 2000-12-20 00:11:49 -0700 |
commit | 33ae32174c403ea1c6e38dd348e6bad9a608fe53 (patch) | |
tree | de377fd136090708369098e8b7c169860356c984 /Docs/Makefile.am | |
parent | d029966f6340803cc94ddbb2b0dc268ccc51b77e (diff) | |
download | mariadb-git-33ae32174c403ea1c6e38dd348e6bad9a608fe53.tar.gz |
acconfig.h
fix to make ENCRYPT work
BUILD/compile-pentium-debug
debug has different warnings
BUILD/FINISH.sh
save symbol table and dissassembled code with symobls available before strip
use $do_make for make decision instead of $make to avoid conflict
BUILD/SETUP.sh
export AM_MAKEFLAGS
fast is now -fno-omit-frame-pointer, the opposite is now called
reckless
configure.in
fixes to make CRYPT work again
Docs/Makefile.am
hack to avoid rebuilding the manual on make clean -why does
Makefile depend on $BUILD_SOURCES, and do we even need BUILD_SOURCES?
BUILD/FINISH.sh:
save symbol table and dissassembled code with symobls available before strip
use $do_make for make decision instead of $make to avoid conflict
BUILD/SETUP.sh:
export AM_MAKEFLAGS
fast is now -fno-omit-frame-pointer, the opposite is now called
reckless
BUILD/compile-pentium-debug:
debug has different warnings
BitKeeper/etc/ignore:
Added mysqld.S mysqld.sym to the ignore list
Docs/Makefile.am:
hack to avoid rebuilding the manual on make clean -why does
Makefile depend on $BUILD_SOURCES, and do we even need BUILD_SOURCES?
acconfig.h:
fix to make ENCRYPT work
configure.in:
fixes to make CRYPT work again
Diffstat (limited to 'Docs/Makefile.am')
-rw-r--r-- | Docs/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Docs/Makefile.am b/Docs/Makefile.am index 5593f495bf9..ce5fbd263c6 100644 --- a/Docs/Makefile.am +++ b/Docs/Makefile.am @@ -28,7 +28,8 @@ all: $(targets) txt_files txt_files: ../INSTALL-SOURCE ../COPYING ../COPYING.LIB \ ../MIRRORS INSTALL-BINARY -CLEAN_FILES: manual.ps +CLEAN_FILES: $(BUILD_SOURCES) + touch $(BUILD_SOURCES) # The PostScript and PDF version are so big that they are not included in the # standard distribution. It is available for download from the home page. |