An error occurred fetching the project authors.
  1. 13 Mar, 2009 1 commit
    • Georgi Kodinov's avatar
      Bug #43614: make distcheck failure (ndb/Makefile is made, but not subdirs of ndb) · c14a43cd
      Georgi Kodinov authored
            
      There are some recursive targets that automake generates which reference
      DIST_SUBDIRS.  It's critical, then, for such subdirs to exist even if they
      won't be built as part of SUBDIRS.
      
      During a VPATH build, it is the configure script which creates the subdirs
      (when it processes the AC_CONFIG_FILES() for each subdir's Makefile).  If
      autoconf doesn't create a subdir's Makefile, then the recursive make will fail
      when it is unable to cd into that subdir.
      
      This isn't a problem in non-VPATH builds, because the subdirs are all present
      in the source tarball.  So the problem only shows up during 'make distcheck',
      which does a VPATH build.
      
      The fix is to look, when configure is being created by autoconf, for any
      plugin subdirectories.  These are the dynamic subdirectories which need to be
      handled specially.  It's enough to tell autoconf to generate a Makefile for
      any Makefile.am found in the plugin directory - all plugin subdirectories
      using automake (i.e., listed in the plugin's DIST_SUBDIRS) will have a
      Makefile.am.
      
      This is done by calling 'find'.  This means that 'find' must be in the PATH on
      the host that is running autoconf.  'find' is NOT needed when calling
      configure, so it is not an additional dependency for the user.
      
      Finally, ha_ndbcluster.m4 had called AC_CONFIG_FILES() on all those subdir
      Makefiles, but only when the plugin was actually being built.  So it didn't
      work in the case that NDB was not being built.  All of those Makefiles have to
      be removed from this static list, since the plugin machinery is now adding
      them automatically.  autoconf fails if a file is duplicated in
      AC_CONFIG_FILES().
      c14a43cd
  2. 06 Nov, 2008 1 commit
    • kent.boortz@sun.com's avatar
      Back merges from 6.0.8 · a21f8a0e
      kent.boortz@sun.com authored
      - Removed some copy/paste between debug and normal build in RPM spec
      - Removed "mysql_upgrade_shell" from RPM build
      - Removed use of "grep -q" in "configure.in", not portable
      - Improved test to disable ABI check not to accidently run for icc
      
      Other changes
      - Added make file test targets 'test-bt-fast' and 'test-bt-debug-fast'
      - Reenabled "jp" test suite run
      a21f8a0e
  3. 26 Feb, 2008 1 commit
  4. 12 Feb, 2008 1 commit
  5. 01 Aug, 2007 1 commit
  6. 07 May, 2007 1 commit
  7. 20 Jan, 2007 3 commits
  8. 07 Dec, 2006 1 commit
  9. 27 Nov, 2006 1 commit
  10. 14 Nov, 2006 1 commit
  11. 16 Oct, 2006 1 commit
  12. 09 Jun, 2006 1 commit
  13. 29 Apr, 2006 1 commit
  14. 24 Apr, 2006 1 commit
  15. 20 Apr, 2006 1 commit
  16. 13 Apr, 2006 1 commit
  17. 15 Feb, 2006 1 commit
  18. 20 Jan, 2006 1 commit
  19. 12 Jan, 2006 1 commit
  20. 07 Nov, 2005 1 commit
  21. 03 Oct, 2005 1 commit
  22. 18 Aug, 2005 1 commit
  23. 18 Jul, 2005 1 commit
  24. 27 Apr, 2005 1 commit
  25. 21 Jan, 2005 1 commit
  26. 19 Jan, 2005 1 commit
  27. 06 Jan, 2005 1 commit
  28. 04 Dec, 2004 1 commit
  29. 02 Dec, 2004 1 commit