Skip to content

Instantly share code, notes, and snippets.

@nevali
Created August 3, 2009 20:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nevali/160822 to your computer and use it in GitHub Desktop.
Save nevali/160822 to your computer and use it in GitHub Desktop.
--- Makefile.in.orig 2009-08-03 18:45:31.000000000 +0100
+++ Makefile.in 2009-08-03 18:47:04.000000000 +0100
@@ -404,14 +404,10 @@
EXTRA_DIST = INSTALL-SOURCE INSTALL-WIN-SOURCE \
README COPYING EXCEPTIONS-CLIENT CMakeLists.txt
-SUBDIRS = . include @docs_dirs@ @zlib_dir@ \
- @readline_topdir@ sql-common scripts \
+SUBDIRS = . include @zlib_dir@ \
+ @readline_topdir@ sql-common scripts \
@pstack_dir@ \
- @sql_union_dirs@ unittest storage plugin \
- @sql_server@ @man_dirs@ tests \
- netware @libmysqld_dirs@ \
- mysql-test support-files sql-bench @tools_dirs@ \
- win
+ @sql_union_dirs@
DIST_SUBDIRS = . include Docs zlib \
cmd-line-utils sql-common scripts \
--- Makefile.am.orig 2009-08-03 20:44:20.000000000 +0100
+++ Makefile.am 2009-08-03 20:45:53.000000000 +0100
@@ -21,14 +21,10 @@
EXTRA_DIST = INSTALL-SOURCE INSTALL-WIN-SOURCE \
README COPYING EXCEPTIONS-CLIENT CMakeLists.txt
-SUBDIRS = . include @docs_dirs@ @zlib_dir@ \
+SUBDIRS = . include @zlib_dir@ \
@readline_topdir@ sql-common scripts \
@pstack_dir@ \
- @sql_union_dirs@ unittest storage plugin \
- @sql_server@ @man_dirs@ tests \
- netware @libmysqld_dirs@ \
- mysql-test support-files sql-bench @tools_dirs@ \
- win
+ @sql_union_dirs@
DIST_SUBDIRS = . include Docs zlib \
cmd-line-utils sql-common scripts \
--- configure.in.orig 2009-07-14 00:08:44.000000000 +0100
+++ configure.in 2009-08-03 20:51:57.000000000 +0100
@@ -1614,15 +1614,6 @@
;;
esac
-
-# System characteristics
-case $SYSTEM_TYPE in
- *netware*) ;;
- *)
-AC_SYS_RESTARTABLE_SYSCALLS
- ;;
-esac
-
# Build optimized or debug version ?
# First check for gcc and g++
if test "$GCC" = "yes"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment