From: Date: December 12 2008 2:08pm Subject: bzr commit into mysql-6.0 branch (jperkin:2796) Bug#30708 List-Archive: http://lists.mysql.com/commits/61481 X-Bug: 30708 Message-Id: <0KBR00BCFLU1ZRG0@fe-emea-09.sun.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7BIT #At file:///home/sketch/bzr/mysql-6.0-build-bug30708/ based on revid:build@stripped 2796 Jonathan Perkin 2008-12-12 bug#30708: make relies GNU extensions. Now that we no longer use BitKeeper we can safely remove the SCCS handling with no loss of functionality. modified: BUILD/Makefile.am Docs/Makefile.am Makefile.am client/Makefile.am cmd-line-utils/Makefile.am cmd-line-utils/libedit/Makefile.am cmd-line-utils/readline/Makefile.am dbug/Makefile.am extra/Makefile.am extra/yassl/Makefile.am extra/yassl/src/Makefile.am extra/yassl/taocrypt/Makefile.am extra/yassl/taocrypt/benchmark/Makefile.am extra/yassl/taocrypt/src/Makefile.am extra/yassl/taocrypt/test/Makefile.am extra/yassl/testsuite/Makefile.am include/Makefile.am libmysql/Makefile.am libmysql/Makefile.shared libmysql_r/Makefile.am libmysqld/Makefile.am libmysqld/examples/Makefile.am man/Makefile.am mysql-test/Makefile.am mysql-test/ndb/Makefile.am mysys/Makefile.am netware/Makefile.am plugin/Makefile.am plugin/audit_null/Makefile.am plugin/daemon_example/Makefile.am plugin/fulltext/Makefile.am pstack/Makefile.am pstack/aout/Makefile.am regex/Makefile.am scripts/Makefile.am sql-bench/Makefile.am sql-common/Makefile.am sql/Makefile.am sql/backup/Makefile.am sql/share/Makefile.am storage/Makefile.am storage/archive/Makefile.am storage/blackhole/Makefile.am storage/csv/Makefile.am storage/example/Makefile.am storage/falcon/Makefile.am storage/falcon/TransformLib/Makefile.am storage/federated/Makefile.am storage/heap/Makefile.am storage/innobase/Makefile.am storage/maria/Makefile.am storage/maria/unittest/Makefile.am storage/myisam/Makefile.am storage/myisammrg/Makefile.am storage/ndb/Makefile.am storage/ndb/docs/Makefile.am storage/ndb/include/Makefile.am storage/ndb/src/Makefile.am storage/ndb/src/common/Makefile.am storage/ndb/src/common/debugger/Makefile.am storage/ndb/src/common/debugger/signaldata/Makefile.am storage/ndb/src/common/logger/Makefile.am storage/ndb/src/common/mgmcommon/Makefile.am storage/ndb/src/common/portlib/Makefile.am storage/ndb/src/common/transporter/Makefile.am storage/ndb/src/common/util/Makefile.am storage/ndb/src/cw/Makefile.am storage/ndb/src/cw/cpcd/Makefile.am storage/ndb/src/kernel/Makefile.am storage/ndb/src/kernel/blocks/Makefile.am storage/ndb/src/kernel/blocks/backup/Makefile.am storage/ndb/src/kernel/blocks/dbdict/Makefile.am storage/ndb/src/kernel/blocks/dbdih/Makefile.am storage/ndb/src/kernel/blocks/dblqh/Makefile.am storage/ndb/src/kernel/blocks/dbtup/Makefile.am storage/ndb/src/kernel/error/Makefile.am storage/ndb/src/kernel/vm/Makefile.am storage/ndb/src/mgmapi/Makefile.am storage/ndb/src/mgmclient/Makefile.am storage/ndb/src/mgmsrv/Makefile.am storage/ndb/src/ndbapi/Makefile.am storage/ndb/test/Makefile.am storage/ndb/test/ndbapi/Makefile.am storage/ndb/test/ndbapi/bank/Makefile.am storage/ndb/test/run-test/Makefile.am storage/ndb/test/src/Makefile.am storage/ndb/test/tools/Makefile.am storage/ndb/tools/Makefile.am strings/Makefile.am support-files/MacOSX/Makefile.am support-files/Makefile.am support-files/RHEL4-SElinux/Makefile.am tests/Makefile.am unittest/Makefile.am unittest/examples/Makefile.am unittest/mysys/Makefile.am unittest/mytap/Makefile.am unittest/mytap/t/Makefile.am vio/Makefile.am win/Makefile.am zlib/Makefile.am === modified file 'BUILD/Makefile.am' === modified file 'BUILD/Makefile.am' --- a/BUILD/Makefile.am 2008-05-13 13:58:07 +0000 +++ b/BUILD/Makefile.am 2008-12-12 13:06:30 +0000 @@ -84,6 +84,3 @@ compile-sparc \ compile-sparc-debug \ compile-sparc-debug-max-no-ndb - -# Don't update the files from bitkeeper -%::SCCS/s.% === modified file 'Docs/Makefile.am' --- a/Docs/Makefile.am 2008-04-08 09:44:18 +0000 +++ b/Docs/Makefile.am 2008-12-12 13:06:30 +0000 @@ -37,6 +37,3 @@ @RM@ -f $(DESTDIR)$(infodir)/mysql.info ; \ @RM@ -f $(DESTDIR)$(pkgdatadir)/ChangeLog ; \ fi - -# Don't update the files from bitkeeper -%::SCCS/s.% === modified file 'Makefile.am' --- a/Makefile.am 2008-12-04 17:28:21 +0000 +++ b/Makefile.am 2008-12-12 13:06:30 +0000 @@ -336,6 +336,3 @@ @DIFF@ -w $$file.pp $(top_builddir)/abi_check.out; \ @RM@ $(top_builddir)/abi_check.out; \ done - -# Don't update the files from bitkeeper -%::SCCS/s.% === modified file 'client/Makefile.am' --- a/client/Makefile.am 2008-09-04 18:30:34 +0000 +++ b/client/Makefile.am 2008-12-12 13:06:30 +0000 @@ -123,6 +123,3 @@ rm -f $(srcdir)/my_user.c; \ @LN_CP_F@ $(top_srcdir)/sql-common/my_user.c my_user.c; echo timestamp > link_sources; - -# Don't update the files from bitkeeper -%::SCCS/s.% === modified file 'cmd-line-utils/Makefile.am' --- a/cmd-line-utils/Makefile.am 2006-12-23 19:17:15 +0000 +++ b/cmd-line-utils/Makefile.am 2008-12-12 13:06:30 +0000 @@ -19,6 +19,3 @@ SUBDIRS= @readline_basedir@ DIST_SUBDIRS= libedit readline - -# Don't update the files from bitkeeper -%::SCCS/s.% === modified file 'cmd-line-utils/libedit/Makefile.am' --- a/cmd-line-utils/libedit/Makefile.am 2007-10-31 09:52:18 +0000 +++ b/cmd-line-utils/libedit/Makefile.am 2008-12-12 13:06:30 +0000 @@ -101,6 +101,3 @@ tty.o: vi.h emacs.h common.h help.h fcns.h help.o: vi.h emacs.h common.h help.h fcns.h fcns.o: vi.h emacs.h common.h help.h fcns.h - -# Don't update the files from bitkeeper -%::SCCS/s.% === modified file 'cmd-line-utils/readline/Makefile.am' --- a/cmd-line-utils/readline/Makefile.am 2007-09-26 18:19:33 +0000 +++ b/cmd-line-utils/readline/Makefile.am 2008-12-12 13:06:30 +0000 @@ -32,6 +32,3 @@ EXTRA_DIST= emacs_keymap.c vi_keymap.c DEFS = -DUNDEF_THREADS_HACK -DHAVE_CONFIG_H -DNO_KILL_INTR - -# Don't update the files from bitkeeper -%::SCCS/s.% === modified file 'dbug/Makefile.am' --- a/dbug/Makefile.am 2008-02-06 20:33:25 +0000 +++ b/dbug/Makefile.am 2008-12-12 13:06:30 +0000 @@ -65,6 +65,3 @@ # a hack to have executable in builddir, not in srcdir tests-t: tests-t.pl cp -f $(srcdir)/tests-t.pl ./tests-t - -# Don't update the files from bitkeeper -%::SCCS/s.% === modified file 'extra/Makefile.am' --- a/extra/Makefile.am 2008-09-11 08:01:28 +0000 +++ b/extra/Makefile.am 2008-12-12 13:06:30 +0000 @@ -55,6 +55,3 @@ perror.o: perror.c $(COMPILE) @ndbcluster_includes@ $(LM_CFLAGS) -c $< - -# Don't update the files from bitkeeper -%::SCCS/s.% === modified file 'extra/yassl/Makefile.am' --- a/extra/yassl/Makefile.am 2008-09-01 22:30:06 +0000 +++ b/extra/yassl/Makefile.am 2008-12-12 13:06:30 +0000 @@ -1,5 +1,2 @@ SUBDIRS = taocrypt src testsuite EXTRA_DIST = CMakeLists.txt - -# Don't update the files from bitkeeper -%::SCCS/s.% === modified file 'extra/yassl/src/Makefile.am' --- a/extra/yassl/src/Makefile.am 2006-11-27 22:12:05 +0000 +++ b/extra/yassl/src/Makefile.am 2008-12-12 13:06:30 +0000 @@ -6,7 +6,3 @@ template_instnt.cpp timer.cpp yassl_imp.cpp yassl_error.cpp yassl_int.cpp EXTRA_DIST = $(wildcard ../include/*.hpp) $(wildcard ../include/openssl/*.h) AM_CXXFLAGS = -DYASSL_PURE_C -DYASSL_PREFIX - -# Don't update the files from bitkeeper -%::SCCS/s.% - === modified file 'extra/yassl/taocrypt/Makefile.am' --- a/extra/yassl/taocrypt/Makefile.am 2008-09-01 22:30:06 +0000 +++ b/extra/yassl/taocrypt/Makefile.am 2008-12-12 13:06:30 +0000 @@ -1,5 +1,2 @@ SUBDIRS = src test benchmark EXTRA_DIST = CMakeLists.txt $(wildcard mySTL/*.hpp) - -# Don't update the files from bitkeeper -%::SCCS/s.% === modified file 'extra/yassl/taocrypt/benchmark/Makefile.am' --- a/extra/yassl/taocrypt/benchmark/Makefile.am 2007-03-22 15:58:46 +0000 +++ b/extra/yassl/taocrypt/benchmark/Makefile.am 2008-12-12 13:06:30 +0000 @@ -4,6 +4,3 @@ benchmark_LDADD = $(top_builddir)/extra/yassl/taocrypt/src/libtaocrypt.la benchmark_CXXFLAGS = -DYASSL_PURE_C EXTRA_DIST = benchmark.dsp rsa1024.der dh1024.der dsa1024.der make.bat - -# Don't update the files from bitkeeper -%::SCCS/s.% === modified file 'extra/yassl/taocrypt/src/Makefile.am' --- a/extra/yassl/taocrypt/src/Makefile.am 2006-11-27 22:12:05 +0000 +++ b/extra/yassl/taocrypt/src/Makefile.am 2008-12-12 13:06:30 +0000 @@ -11,7 +11,3 @@ libtaocrypt_la_CXXFLAGS = @yassl_taocrypt_extra_cxxflags@ -DYASSL_PURE_C EXTRA_DIST = $(wildcard ../include/*.hpp) - -# Don't update the files from bitkeeper -%::SCCS/s.% - === modified file 'extra/yassl/taocrypt/test/Makefile.am' --- a/extra/yassl/taocrypt/test/Makefile.am 2007-01-29 17:48:20 +0000 +++ b/extra/yassl/taocrypt/test/Makefile.am 2008-12-12 13:06:30 +0000 @@ -4,6 +4,3 @@ test_LDADD = $(top_builddir)/extra/yassl/taocrypt/src/libtaocrypt.la test_CXXFLAGS = -DYASSL_PURE_C EXTRA_DIST = make.bat - -# Don't update the files from bitkeeper -%::SCCS/s.% === modified file 'extra/yassl/testsuite/Makefile.am' --- a/extra/yassl/testsuite/Makefile.am 2007-01-29 17:48:20 +0000 +++ b/extra/yassl/testsuite/Makefile.am 2008-12-12 13:06:30 +0000 @@ -8,7 +8,3 @@ testsuite_LDADD = $(top_builddir)/extra/yassl/src/libyassl.la \ $(top_builddir)/extra/yassl/taocrypt/src/libtaocrypt.la EXTRA_DIST = testsuite.dsp test.hpp input quit make.bat - -# Don't update the files from bitkeeper -%::SCCS/s.% - === modified file 'include/Makefile.am' --- a/include/Makefile.am 2008-11-06 18:39:27 +0000 +++ b/include/Makefile.am 2008-12-12 13:06:30 +0000 @@ -66,6 +66,3 @@ # generated by configure from the .h.in files dist-hook: $(RM) -f $(distdir)/mysql_version.h $(distdir)/my_config.h - -# Don't update the files from bitkeeper -%::SCCS/s.% === modified file 'libmysql/Makefile.am' --- a/libmysql/Makefile.am 2008-10-10 16:23:30 +0000 +++ b/libmysql/Makefile.am 2008-12-12 13:06:30 +0000 @@ -113,6 +113,3 @@ echo ' $$(AR) r $$@ $$?' >>$$dir/Makefile; \ gtar cvzf $$dir.tar.gz $$dir; \ cd $$dir; gmake - -# Don't update the files from bitkeeper -%::SCCS/s.% === modified file 'libmysql/Makefile.shared' --- a/libmysql/Makefile.shared 2008-10-02 12:08:09 +0000 +++ b/libmysql/Makefile.shared 2008-12-12 13:06:30 +0000 @@ -114,6 +114,3 @@ #force static linking of conf_to_src - essential when linking against #custom installation of libc conf_to_src_LDFLAGS=@NOINST_LDFLAGS@ - -# Don't update the files from bitkeeper -%::SCCS/s.% === modified file 'libmysql_r/Makefile.am' --- a/libmysql_r/Makefile.am 2007-10-08 18:55:44 +0000 +++ b/libmysql_r/Makefile.am 2008-12-12 13:06:30 +0000 @@ -42,6 +42,3 @@ done; \ done echo timestamp > link_sources - -# Don't update the files from bitkeeper -%::SCCS/s.% === modified file 'libmysqld/Makefile.am' --- a/libmysqld/Makefile.am 2008-10-20 09:16:47 +0000 +++ b/libmysqld/Makefile.am 2008-12-12 13:06:30 +0000 @@ -239,6 +239,3 @@ clean-local: rm -f `echo $(sqlsources) $(libmysqlsources) $(sqlstoragesources) $(storagesources) | sed "s;\.lo;.c;g"`; \ rm -f client_settings.h - -# Don't update the files from bitkeeper -%::SCCS/s.% === modified file 'libmysqld/examples/Makefile.am' --- a/libmysqld/examples/Makefile.am 2007-12-07 14:35:28 +0000 +++ b/libmysqld/examples/Makefile.am 2008-12-12 13:06:30 +0000 @@ -50,6 +50,3 @@ mysql_client_test_embedded_LINK = $(CXXLINK) nodist_mysql_client_test_embedded_SOURCES = mysql_client_test.c - -# Don't update the files from bitkeeper -%::SCCS/s.% === modified file 'man/Makefile.am' --- a/man/Makefile.am 2008-08-27 14:03:39 +0000 +++ b/man/Makefile.am 2008-12-12 13:06:30 +0000 @@ -24,6 +24,3 @@ # "make_win_*" are not needed in Unix binary packages, install-data-hook: rm -f $(DESTDIR)$(manlibdir)/man1/make_win_* - -# Don't update the files from bitkeeper -%::SCCS/s.% === modified file 'mysql-test/Makefile.am' --- a/mysql-test/Makefile.am 2008-08-20 18:05:57 +0000 +++ b/mysql-test/Makefile.am 2008-12-12 13:06:30 +0000 @@ -194,6 +194,3 @@ $< > $@-t @CHMOD@ +x $@-t @MV@ $@-t $@ - -# Don't update the files from bitkeeper -%::SCCS/s.% === modified file 'mysql-test/ndb/Makefile.am' --- a/mysql-test/ndb/Makefile.am 2006-04-12 12:08:24 +0000 +++ b/mysql-test/ndb/Makefile.am 2008-12-12 13:06:30 +0000 @@ -18,6 +18,3 @@ $< > $@-t @CHMOD@ +x $@-t @MV@ $@-t $@ - -# Don't update the files from bitkeeper -%::SCCS/s.% === modified file 'mysys/Makefile.am' --- a/mysys/Makefile.am 2008-10-20 19:13:22 +0000 +++ b/mysys/Makefile.am 2008-12-12 13:06:30 +0000 @@ -128,7 +128,3 @@ $(CP) $(srcdir)/base64.c ./test_base64.c $(LINK) $(FLAGS) -DMAIN ./test_base64.c $(LDADD) $(LIBS) $(RM) -f ./test_base64.c - - -# Don't update the files from bitkeeper -%::SCCS/s.% === modified file 'netware/Makefile.am' --- a/netware/Makefile.am 2008-08-18 15:12:08 +0000 +++ b/netware/Makefile.am 2008-12-12 13:06:30 +0000 @@ -115,6 +115,3 @@ @echo "Building $@"; @cat init_db.sql \ $(top_srcdir)/scripts/mysql_test_data_timezone.sql > $@; - -# Don't update the files from bitkeeper -%::SCCS/s.% === modified file 'plugin/Makefile.am' --- a/plugin/Makefile.am 2008-03-28 10:53:03 +0000 +++ b/plugin/Makefile.am 2008-12-12 13:06:30 +0000 @@ -23,6 +23,3 @@ SUBDIRS = @mysql_pg_dirs@ DIST_SUBDIRS = audit_null daemon_example fulltext - -# Don't update the files from bitkeeper -%::SCCS/s.% === modified file 'plugin/audit_null/Makefile.am' --- a/plugin/audit_null/Makefile.am 2008-03-26 14:30:28 +0000 +++ b/plugin/audit_null/Makefile.am 2008-12-12 13:06:30 +0000 @@ -31,6 +31,3 @@ libadtnull_a_SOURCES= audit_null.c EXTRA_DIST= plug.in - -# Don't update the files from bitkeeper -%::SCCS/s.% === modified file 'plugin/daemon_example/Makefile.am' --- a/plugin/daemon_example/Makefile.am 2008-01-02 13:00:46 +0000 +++ b/plugin/daemon_example/Makefile.am 2008-12-12 13:06:30 +0000 @@ -37,6 +37,3 @@ libdaemon_example_a_CXXFLAGS = $(AM_CFLAGS) libdaemon_example_a_CFLAGS = $(AM_CFLAGS) libdaemon_example_a_SOURCES= daemon_example.cc - -# Don't update the files from bitkeeper -%::SCCS/s.% === modified file 'plugin/fulltext/Makefile.am' --- a/plugin/fulltext/Makefile.am 2008-01-02 13:00:46 +0000 +++ b/plugin/fulltext/Makefile.am 2008-12-12 13:06:30 +0000 @@ -22,6 +22,3 @@ mypluglib_la_SOURCES= plugin_example.c mypluglib_la_LDFLAGS= -module -rpath $(pkgplugindir) mypluglib_la_CFLAGS= -DMYSQL_DYNAMIC_PLUGIN - -# Don't update the files from bitkeeper -%::SCCS/s.% === modified file 'pstack/Makefile.am' --- a/pstack/Makefile.am 2007-09-27 19:39:23 +0000 +++ b/pstack/Makefile.am 2008-12-12 13:06:30 +0000 @@ -27,6 +27,3 @@ debug.c ieee.c pstack.c stabs.c noinst_HEADERS = bucomm.h debug.h ieee.h budbg.h demangle.h \ linuxthreads.h pstack.h pstacktrace.h - -# Don't update the files from bitkeeper -%::SCCS/s.% === modified file 'pstack/aout/Makefile.am' --- a/pstack/aout/Makefile.am 2006-12-31 00:02:27 +0000 +++ b/pstack/aout/Makefile.am 2008-12-12 13:06:30 +0000 @@ -1,4 +1,1 @@ noinst_HEADERS = aout64.h stab.def stab_gnu.h - -# Don't update the files from bitkeeper -%::SCCS/s.% === modified file 'regex/Makefile.am' --- a/regex/Makefile.am 2006-12-31 00:32:21 +0000 +++ b/regex/Makefile.am 2008-12-12 13:06:30 +0000 @@ -31,6 +31,3 @@ ./re < tests ./re -el < tests ./re -er < tests - -# Don't update the files from bitkeeper -%::SCCS/s.% === modified file 'scripts/Makefile.am' --- a/scripts/Makefile.am 2008-06-26 17:48:42 +0000 +++ b/scripts/Makefile.am 2008-12-12 13:06:30 +0000 @@ -192,7 +192,3 @@ $< > $@-t @CHMOD@ +x $@-t @MV@ $@-t $@ - - -# Don't update the files from bitkeeper -%::SCCS/s.% === modified file 'sql-bench/Makefile.am' --- a/sql-bench/Makefile.am 2006-12-31 00:32:21 +0000 +++ b/sql-bench/Makefile.am 2008-12-12 13:06:30 +0000 @@ -81,6 +81,3 @@ $< > $@-t @CHMOD@ +x $@-t @MV@ $@-t $@ - -# Don't update the files from bitkeeper -%::SCCS/s.% === modified file 'sql-common/Makefile.am' --- a/sql-common/Makefile.am 2006-12-31 00:02:27 +0000 +++ b/sql-common/Makefile.am 2008-12-12 13:06:30 +0000 @@ -15,6 +15,3 @@ ## Process this file with automake to create Makefile.in EXTRA_DIST = client.c pack.c my_time.c my_user.c - -# Don't update the files from bitkeeper -%::SCCS/s.% === modified file 'sql/Makefile.am' --- a/sql/Makefile.am 2008-11-06 18:39:27 +0000 +++ b/sql/Makefile.am 2008-12-12 13:06:30 +0000 @@ -234,6 +234,3 @@ $(DTRACE) $(DTRACEFLAGS) -G -s $< $(DTRACEFILES) probes.o : $(DTRACEFILES) - -# Don't update the files from bitkeeper -%::SCCS/s.% === modified file 'sql/backup/Makefile.am' --- a/sql/backup/Makefile.am 2008-08-27 17:30:49 +0000 +++ b/sql/backup/Makefile.am 2008-12-12 13:06:30 +0000 @@ -79,6 +79,3 @@ @DEFS@ EXTRA_DIST = CMakeLists.txt - -# Don't update the files from bitkeeper -%::SCCS/s.% === modified file 'sql/share/Makefile.am' --- a/sql/share/Makefile.am 2006-12-23 19:17:15 +0000 +++ b/sql/share/Makefile.am 2008-12-12 13:06:30 +0000 @@ -57,6 +57,3 @@ # Do nothing link_sources: - -# Don't update the files from bitkeeper -%::SCCS/s.% === modified file 'storage/Makefile.am' --- a/storage/Makefile.am 2007-12-13 12:28:35 +0000 +++ b/storage/Makefile.am 2008-12-12 13:06:30 +0000 @@ -20,6 +20,3 @@ # These are built from source in the Docs directory EXTRA_DIST = SUBDIRS = @mysql_se_dirs@ - -# Don't update the files from bitkeeper -%::SCCS/s.% === modified file 'storage/archive/Makefile.am' --- a/storage/archive/Makefile.am 2008-03-06 14:14:53 +0000 +++ b/storage/archive/Makefile.am 2008-12-12 13:06:30 +0000 @@ -97,5 +97,3 @@ libtool --mode=execute valgrind --leak-check=yes --show-reachable=yes ./archive_performance EXTRA_DIST = CMakeLists.txt plug.in -# Don't update the files from bitkeeper -%::SCCS/s.% === modified file 'storage/blackhole/Makefile.am' --- a/storage/blackhole/Makefile.am 2008-01-02 13:00:46 +0000 +++ b/storage/blackhole/Makefile.am 2008-12-12 13:06:30 +0000 @@ -48,5 +48,3 @@ EXTRA_DIST = CMakeLists.txt plug.in -# Don't update the files from bitkeeper -%::SCCS/s.% === modified file 'storage/csv/Makefile.am' --- a/storage/csv/Makefile.am 2007-01-04 18:54:52 +0000 +++ b/storage/csv/Makefile.am 2008-12-12 13:06:30 +0000 @@ -41,5 +41,3 @@ libcsv_a_SOURCES = transparent_file.cc ha_tina.cc EXTRA_DIST = CMakeLists.txt plug.in -# Don't update the files from bitkeeper -%::SCCS/s.% === modified file 'storage/example/Makefile.am' --- a/storage/example/Makefile.am 2008-01-02 13:00:46 +0000 +++ b/storage/example/Makefile.am 2008-12-12 13:06:30 +0000 @@ -48,5 +48,3 @@ EXTRA_DIST = CMakeLists.txt plug.in -# Don't update the files from bitkeeper -%::SCCS/s.% === modified file 'storage/falcon/Makefile.am' --- a/storage/falcon/Makefile.am 2008-10-20 09:16:47 +0000 +++ b/storage/falcon/Makefile.am 2008-12-12 13:06:30 +0000 @@ -439,6 +439,3 @@ $(DTRACE) $(DTRACEFLAGS) -G -s falcon_probes.d $(DTRACEFILES) CLEANFILES= libhafalcon.a - -# Don't update the files from bitkeeper -%::SCCS/s.% === modified file 'storage/falcon/TransformLib/Makefile.am' --- a/storage/falcon/TransformLib/Makefile.am 2008-07-08 16:01:41 +0000 +++ b/storage/falcon/TransformLib/Makefile.am 2008-12-12 13:06:30 +0000 @@ -41,6 +41,3 @@ libtransform_la_SOURCES= $(transform_sources) libtransform_a_CXXFLAGS= $(AM_CXXFLAGS) $(INCLUDES) libtransform_a_SOURCES= $(transform_sources) - -# Don't update the files from bitkeeper -%::SCCS/s.% === modified file 'storage/federated/Makefile.am' --- a/storage/federated/Makefile.am 2008-01-02 13:00:46 +0000 +++ b/storage/federated/Makefile.am 2008-12-12 13:06:30 +0000 @@ -48,5 +48,3 @@ EXTRA_DIST = CMakeLists.txt plug.in -# Don't update the files from bitkeeper -%::SCCS/s.% === modified file 'storage/heap/Makefile.am' --- a/storage/heap/Makefile.am 2006-12-31 00:32:21 +0000 +++ b/storage/heap/Makefile.am 2008-12-12 13:06:30 +0000 @@ -50,6 +50,3 @@ EXTRA_DIST = CMakeLists.txt plug.in - -# Don't update the files from bitkeeper -%::SCCS/s.% === modified file 'storage/innobase/Makefile.am' --- a/storage/innobase/Makefile.am 2008-06-20 19:24:46 +0000 +++ b/storage/innobase/Makefile.am 2008-12-12 13:06:30 +0000 @@ -169,6 +169,3 @@ EXTRA_DIST= CMakeLists.txt plug.in \ pars/make_bison.sh pars/make_flex.sh \ pars/pars0grm.y pars/pars0lex.l - -# Don't update the files from bitkeeper -%::SCCS/s.% === modified file 'storage/maria/Makefile.am' --- a/storage/maria/Makefile.am 2008-06-26 05:18:28 +0000 +++ b/storage/maria/Makefile.am 2008-12-12 13:06:30 +0000 @@ -192,6 +192,3 @@ test-verbose: HARNESS_VERBOSE=1 perl $(top_srcdir)/unittest/unit.pl run $(unittests) - -# Don't update the files from bitkeeper -%::SCCS/s.% === modified file 'storage/maria/unittest/Makefile.am' --- a/storage/maria/unittest/Makefile.am 2008-10-16 19:44:12 +0000 +++ b/storage/maria/unittest/Makefile.am 2008-12-12 13:06:30 +0000 @@ -110,6 +110,3 @@ # so we don't build lockman-t and lockman1-t and lockman2-t CLEANFILES = maria_log_control page_cache_test_file_1 \ maria_log.???????? - -# Don't update the files from bitkeeper -%::SCCS/s.% === modified file 'storage/myisam/Makefile.am' --- a/storage/myisam/Makefile.am 2008-07-09 07:12:43 +0000 +++ b/storage/myisam/Makefile.am 2008-12-12 13:06:30 +0000 @@ -150,6 +150,3 @@ $< > $@-t @CHMOD@ +x $@-t @MV@ $@-t $@ - -# Don't update the files from bitkeeper -%::SCCS/s.% === modified file 'storage/myisammrg/Makefile.am' --- a/storage/myisammrg/Makefile.am 2008-04-25 21:45:58 +0000 +++ b/storage/myisammrg/Makefile.am 2008-12-12 13:06:30 +0000 @@ -39,6 +39,3 @@ EXTRA_DIST = CMakeLists.txt plug.in - -# Don't update the files from bitkeeper -%::SCCS/s.% === modified file 'storage/ndb/Makefile.am' --- a/storage/ndb/Makefile.am 2006-12-31 00:32:21 +0000 +++ b/storage/ndb/Makefile.am 2008-12-12 13:06:30 +0000 @@ -44,6 +44,3 @@ find . -name '*.dsp' | grep -v SCCS | xargs unix2dos $(top_srcdir)/storage/ndb/config/make-win-dsw.sh | unix2dos > ndb.dsw tar cvfz ndb-win-dsp.tar.gz ndb.dsw `find . -name '*.dsp' | grep -v SCCS` - -# Don't update the files from bitkeeper -%::SCCS/s.% === modified file 'storage/ndb/docs/Makefile.am' --- a/storage/ndb/docs/Makefile.am 2006-12-31 00:32:21 +0000 +++ b/storage/ndb/docs/Makefile.am 2008-12-12 13:06:30 +0000 @@ -127,6 +127,3 @@ cd $(top_srcdir)/storage/ndb ; $(DOXYGEN) $(DOXYDIR)/Doxyfile.test windoze-dsp: - -# Don't update the files from bitkeeper -%::SCCS/s.% === modified file 'storage/ndb/include/Makefile.am' --- a/storage/ndb/include/Makefile.am 2007-06-14 10:58:03 +0000 +++ b/storage/ndb/include/Makefile.am 2008-12-12 13:06:30 +0000 @@ -64,6 +64,3 @@ -rm -rf `find $(distdir) -type d -name SCCS` windoze-dsp: - -# Don't update the files from bitkeeper -%::SCCS/s.% === modified file 'storage/ndb/src/Makefile.am' --- a/storage/ndb/src/Makefile.am 2007-01-20 00:58:03 +0000 +++ b/storage/ndb/src/Makefile.am 2008-12-12 13:06:30 +0000 @@ -48,6 +48,3 @@ @$(top_srcdir)/storage/ndb/config/win-sources $@ dummy.cpp @$(top_srcdir)/storage/ndb/config/win-libraries $@ LIB $(libndbclient_la_LIBADD) @touch dummy.cpp - -# Don't update the files from bitkeeper -%::SCCS/s.% === modified file 'storage/ndb/src/common/Makefile.am' --- a/storage/ndb/src/common/Makefile.am 2006-12-31 00:32:21 +0000 +++ b/storage/ndb/src/common/Makefile.am 2008-12-12 13:06:30 +0000 @@ -28,6 +28,3 @@ util/libgeneral.la windoze-dsp: - -# Don't update the files from bitkeeper -%::SCCS/s.% === modified file 'storage/ndb/src/common/debugger/Makefile.am' --- a/storage/ndb/src/common/debugger/Makefile.am 2006-12-31 00:32:21 +0000 +++ b/storage/ndb/src/common/debugger/Makefile.am 2008-12-12 13:06:30 +0000 @@ -22,9 +22,6 @@ include $(top_srcdir)/storage/ndb/config/common.mk.am include $(top_srcdir)/storage/ndb/config/type_kernel.mk.am -# Don't update the files from bitkeeper -%::SCCS/s.% - windoze-dsp: libtrace.dsp libtrace.dsp: Makefile \ === modified file 'storage/ndb/src/common/debugger/signaldata/Makefile.am' --- a/storage/ndb/src/common/debugger/signaldata/Makefile.am 2007-05-15 08:53:46 +0000 +++ b/storage/ndb/src/common/debugger/signaldata/Makefile.am 2008-12-12 13:06:30 +0000 @@ -43,9 +43,6 @@ include $(top_srcdir)/storage/ndb/config/common.mk.am include $(top_srcdir)/storage/ndb/config/type_ndbapi.mk.am -# Don't update the files from bitkeeper -%::SCCS/s.% - windoze-dsp: libsignaldataprint.dsp libsignaldataprint.dsp: Makefile \ === modified file 'storage/ndb/src/common/logger/Makefile.am' --- a/storage/ndb/src/common/logger/Makefile.am 2006-12-31 00:32:21 +0000 +++ b/storage/ndb/src/common/logger/Makefile.am 2008-12-12 13:06:30 +0000 @@ -22,8 +22,6 @@ include $(top_srcdir)/storage/ndb/config/common.mk.am include $(top_srcdir)/storage/ndb/config/type_ndbapi.mk.am -# Don't update the files from bitkeeper -%::SCCS/s.% windoze-dsp: liblogger.dsp liblogger.dsp: Makefile \ === modified file 'storage/ndb/src/common/mgmcommon/Makefile.am' --- a/storage/ndb/src/common/mgmcommon/Makefile.am 2006-12-31 00:32:21 +0000 +++ b/storage/ndb/src/common/mgmcommon/Makefile.am 2008-12-12 13:06:30 +0000 @@ -25,9 +25,6 @@ include $(top_srcdir)/storage/ndb/config/type_ndbapi.mk.am include $(top_srcdir)/storage/ndb/config/type_mgmapiclient.mk.am -# Don't update the files from bitkeeper -%::SCCS/s.% - windoze-dsp: libmgmsrvcommon.dsp libmgmsrvcommon.dsp: Makefile \ === modified file 'storage/ndb/src/common/portlib/Makefile.am' --- a/storage/ndb/src/common/portlib/Makefile.am 2006-12-31 00:32:21 +0000 +++ b/storage/ndb/src/common/portlib/Makefile.am 2008-12-12 13:06:30 +0000 @@ -29,7 +29,6 @@ PortLibTest_SOURCES = NdbPortLibTest.cpp munmaptest_SOURCES = munmaptest.cpp -# Don't update the files from bitkeeper WIN_src = win32/NdbCondition.c \ win32/NdbDaemon.c \ win32/NdbEnv.c \ @@ -54,6 +53,3 @@ @$(top_srcdir)/storage/ndb/config/win-includes $@ $(INCLUDES) @$(top_srcdir)/storage/ndb/config/win-sources $@ $(WIN_src) @$(top_srcdir)/storage/ndb/config/win-libraries $@ LIB $(LDADD) - -# Don't update the files from bitkeeper -%::SCCS/s.% === modified file 'storage/ndb/src/common/transporter/Makefile.am' --- a/storage/ndb/src/common/transporter/Makefile.am 2006-12-31 00:32:21 +0000 +++ b/storage/ndb/src/common/transporter/Makefile.am 2008-12-12 13:06:30 +0000 @@ -32,9 +32,6 @@ include $(top_srcdir)/storage/ndb/config/common.mk.am include $(top_srcdir)/storage/ndb/config/type_util.mk.am -# Don't update the files from bitkeeper -%::SCCS/s.% - windoze-dsp: libtransporter.dsp libtransporter.dsp: Makefile \ === modified file 'storage/ndb/src/common/util/Makefile.am' --- a/storage/ndb/src/common/util/Makefile.am 2007-09-25 10:05:32 +0000 +++ b/storage/ndb/src/common/util/Makefile.am 2008-12-12 13:06:30 +0000 @@ -46,9 +46,6 @@ include $(top_srcdir)/storage/ndb/config/common.mk.am include $(top_srcdir)/storage/ndb/config/type_util.mk.am -# Don't update the files from bitkeeper -%::SCCS/s.% - windoze-dsp: libgeneral.dsp libgeneral.dsp: Makefile \ === modified file 'storage/ndb/src/cw/Makefile.am' --- a/storage/ndb/src/cw/Makefile.am 2006-12-31 00:32:21 +0000 +++ b/storage/ndb/src/cw/Makefile.am 2008-12-12 13:06:30 +0000 @@ -16,6 +16,3 @@ SUBDIRS = cpcd windoze-dsp: - -# Don't update the files from bitkeeper -%::SCCS/s.% === modified file 'storage/ndb/src/cw/cpcd/Makefile.am' --- a/storage/ndb/src/cw/cpcd/Makefile.am 2007-02-13 01:38:54 +0000 +++ b/storage/ndb/src/cw/cpcd/Makefile.am 2008-12-12 13:06:30 +0000 @@ -28,7 +28,4 @@ ndb_cpcd_LDFLAGS = -static @ndb_bin_am_ldflags@ -# Don't update the files from bitkeeper -%::SCCS/s.% - windoze-dsp: === modified file 'storage/ndb/src/kernel/Makefile.am' --- a/storage/ndb/src/kernel/Makefile.am 2006-12-31 00:32:21 +0000 +++ b/storage/ndb/src/kernel/Makefile.am 2008-12-12 13:06:30 +0000 @@ -70,6 +70,3 @@ @$(top_srcdir)/storage/ndb/config/win-includes $@ $(INCLUDES) @$(top_srcdir)/storage/ndb/config/win-sources $@ $(ndbd_SOURCES) @$(top_srcdir)/storage/ndb/config/win-libraries $@ LINK $(LDADD) - -# Don't update the files from bitkeeper -%::SCCS/s.% === modified file 'storage/ndb/src/kernel/blocks/Makefile.am' --- a/storage/ndb/src/kernel/blocks/Makefile.am 2006-12-31 00:32:21 +0000 +++ b/storage/ndb/src/kernel/blocks/Makefile.am 2008-12-12 13:06:30 +0000 @@ -64,10 +64,4 @@ include $(top_srcdir)/storage/ndb/config/common.mk.am include $(top_srcdir)/storage/ndb/config/type_kernel.mk.am -# Don't update the files from bitkeeper -%::SCCS/s.% - windoze-dsp: - -# Don't update the files from bitkeeper -%::SCCS/s.% === modified file 'storage/ndb/src/kernel/blocks/backup/Makefile.am' --- a/storage/ndb/src/kernel/blocks/backup/Makefile.am 2006-12-31 00:32:21 +0000 +++ b/storage/ndb/src/kernel/blocks/backup/Makefile.am 2008-12-12 13:06:30 +0000 @@ -23,7 +23,3 @@ include $(top_srcdir)/storage/ndb/config/common.mk.am include $(top_srcdir)/storage/ndb/config/type_kernel.mk.am - -# Don't update the files from bitkeeper -%::SCCS/s.% - === modified file 'storage/ndb/src/kernel/blocks/dbdict/Makefile.am' --- a/storage/ndb/src/kernel/blocks/dbdict/Makefile.am 2006-12-31 00:32:21 +0000 +++ b/storage/ndb/src/kernel/blocks/dbdict/Makefile.am 2008-12-12 13:06:30 +0000 @@ -30,6 +30,3 @@ $(top_builddir)/dbug/libdbug.a \ $(top_builddir)/mysys/libmysys.a \ $(top_builddir)/strings/libmystrings.a - -# Don't update the files from bitkeeper -%::SCCS/s.% === modified file 'storage/ndb/src/kernel/blocks/dbdih/Makefile.am' --- a/storage/ndb/src/kernel/blocks/dbdih/Makefile.am 2006-12-31 00:32:21 +0000 +++ b/storage/ndb/src/kernel/blocks/dbdih/Makefile.am 2008-12-12 13:06:30 +0000 @@ -24,6 +24,3 @@ include $(top_srcdir)/storage/ndb/config/common.mk.am include $(top_srcdir)/storage/ndb/config/type_kernel.mk.am - -# Don't update the files from bitkeeper -%::SCCS/s.% === modified file 'storage/ndb/src/kernel/blocks/dblqh/Makefile.am' --- a/storage/ndb/src/kernel/blocks/dblqh/Makefile.am 2007-05-30 18:29:14 +0000 +++ b/storage/ndb/src/kernel/blocks/dblqh/Makefile.am 2008-12-12 13:06:30 +0000 @@ -26,6 +26,3 @@ $(top_builddir)/dbug/libdbug.a \ $(top_builddir)/mysys/libmysys.a \ $(top_builddir)/strings/libmystrings.a - -# Don't update the files from bitkeeper -%::SCCS/s.% === modified file 'storage/ndb/src/kernel/blocks/dbtup/Makefile.am' --- a/storage/ndb/src/kernel/blocks/dbtup/Makefile.am 2006-12-31 00:32:21 +0000 +++ b/storage/ndb/src/kernel/blocks/dbtup/Makefile.am 2008-12-12 13:06:30 +0000 @@ -23,6 +23,3 @@ $(top_builddir)/mysys/libmysys.a \ $(top_builddir)/dbug/libdbug.a \ $(top_builddir)/strings/libmystrings.a - -# Don't update the files from bitkeeper -%::SCCS/s.% === modified file 'storage/ndb/src/kernel/error/Makefile.am' --- a/storage/ndb/src/kernel/error/Makefile.am 2006-12-31 00:32:21 +0000 +++ b/storage/ndb/src/kernel/error/Makefile.am 2008-12-12 13:06:30 +0000 @@ -22,9 +22,6 @@ include $(top_srcdir)/storage/ndb/config/common.mk.am include $(top_srcdir)/storage/ndb/config/type_kernel.mk.am -# Don't update the files from bitkeeper -%::SCCS/s.% - windoze-dsp: liberror.dsp liberror.dsp: Makefile \ === modified file 'storage/ndb/src/kernel/vm/Makefile.am' --- a/storage/ndb/src/kernel/vm/Makefile.am 2006-12-31 00:32:21 +0000 +++ b/storage/ndb/src/kernel/vm/Makefile.am 2008-12-12 13:06:30 +0000 @@ -43,9 +43,6 @@ include $(top_srcdir)/storage/ndb/config/common.mk.am include $(top_srcdir)/storage/ndb/config/type_kernel.mk.am -# Don't update the files from bitkeeper -%::SCCS/s.% - windoze-dsp: libkernel.dsp libkernel.dsp: Makefile \ === modified file 'storage/ndb/src/mgmapi/Makefile.am' --- a/storage/ndb/src/mgmapi/Makefile.am 2007-04-13 09:33:08 +0000 +++ b/storage/ndb/src/mgmapi/Makefile.am 2008-12-12 13:06:30 +0000 @@ -29,9 +29,6 @@ #ndbtest_PROGRAMS = ndb_test_mgmapi -# Don't update the files from bitkeeper -%::SCCS/s.% - windoze-dsp: libmgmapi.dsp libmgmapi.dsp: Makefile \ === modified file 'storage/ndb/src/mgmclient/Makefile.am' --- a/storage/ndb/src/mgmclient/Makefile.am 2007-08-01 07:24:01 +0000 +++ b/storage/ndb/src/mgmclient/Makefile.am 2008-12-12 13:06:30 +0000 @@ -44,9 +44,6 @@ ndb_mgm_LDFLAGS = @ndb_bin_am_ldflags@ -# Don't update the files from bitkeeper -%::SCCS/s.% - windoze-dsp: ndb_mgm.dsp libndbmgmclient.dsp ndb_mgm.dsp: Makefile \ === modified file 'storage/ndb/src/mgmsrv/Makefile.am' --- a/storage/ndb/src/mgmsrv/Makefile.am 2007-08-01 03:07:58 +0000 +++ b/storage/ndb/src/mgmsrv/Makefile.am 2008-12-12 13:06:30 +0000 @@ -57,9 +57,6 @@ ndb_mgmd_LDFLAGS = @ndb_bin_am_ldflags@ -# Don't update the files from bitkeeper -%::SCCS/s.% - windoze-dsp: ndb_mgmd.dsp ndb_mgmd.dsp: Makefile \ === modified file 'storage/ndb/src/ndbapi/Makefile.am' --- a/storage/ndb/src/ndbapi/Makefile.am 2007-05-29 11:46:57 +0000 +++ b/storage/ndb/src/ndbapi/Makefile.am 2008-12-12 13:06:30 +0000 @@ -72,9 +72,6 @@ $(top_builddir)/mysys/libmysys.a \ $(top_builddir)/strings/libmystrings.a -# Don't update the files from bitkeeper -%::SCCS/s.% - windoze-dsp: libndbapi.dsp libndbapi.dsp: Makefile \ === modified file 'storage/ndb/test/Makefile.am' --- a/storage/ndb/test/Makefile.am 2006-12-31 00:32:21 +0000 +++ b/storage/ndb/test/Makefile.am 2008-12-12 13:06:30 +0000 @@ -21,6 +21,3 @@ -rm -rf `find $(distdir) -type d -name SCCS` windoze-dsp: - -# Don't update the files from bitkeeper -%::SCCS/s.% === modified file 'storage/ndb/test/ndbapi/Makefile.am' --- a/storage/ndb/test/ndbapi/Makefile.am 2008-01-23 09:34:09 +0000 +++ b/storage/ndb/test/ndbapi/Makefile.am 2008-12-12 13:06:30 +0000 @@ -135,11 +135,6 @@ testSRBank_LDADD = bank/libbank.a $(LDADD) NdbRepStress_LDADD = $(LDADD) $(top_builddir)/libmysql_r/libmysqlclient_r.la -# Don't update the files from bitkeeper -%::SCCS/s.% - - - windoze-dsp: flexBench.dsp testBasic.dsp testBlobs.dsp \ testScan.dsp === modified file 'storage/ndb/test/ndbapi/bank/Makefile.am' --- a/storage/ndb/test/ndbapi/bank/Makefile.am 2006-12-31 00:32:21 +0000 +++ b/storage/ndb/test/ndbapi/bank/Makefile.am 2008-12-12 13:06:30 +0000 @@ -32,7 +32,4 @@ include $(top_srcdir)/storage/ndb/config/common.mk.am include $(top_srcdir)/storage/ndb/config/type_ndbapitest.mk.am -# Don't update the files from bitkeeper -%::SCCS/s.% - windoze-dsp: === modified file 'storage/ndb/test/run-test/Makefile.am' --- a/storage/ndb/test/run-test/Makefile.am 2007-08-31 14:12:51 +0000 +++ b/storage/ndb/test/run-test/Makefile.am 2008-12-12 13:06:30 +0000 @@ -50,7 +50,4 @@ EXTRA_DIST = $(test_DATA) $(test_SCRIPTS) $(wrappers_SCRIPTS) README.ATRT atrt.hpp -# Don't update the files from bitkeeper -%::SCCS/s.% - windoze-dsp: === modified file 'storage/ndb/test/src/Makefile.am' --- a/storage/ndb/test/src/Makefile.am 2008-01-23 09:34:09 +0000 +++ b/storage/ndb/test/src/Makefile.am 2008-12-12 13:06:30 +0000 @@ -31,9 +31,6 @@ include $(top_srcdir)/storage/ndb/config/common.mk.am include $(top_srcdir)/storage/ndb/config/type_ndbapitest.mk.am -# Don't update the files from bitkeeper -%::SCCS/s.% - windoze-dsp: libNDBT.dsp libNDBT.dsp: Makefile \ === modified file 'storage/ndb/test/tools/Makefile.am' --- a/storage/ndb/test/tools/Makefile.am 2007-11-14 12:30:36 +0000 +++ b/storage/ndb/test/tools/Makefile.am 2008-12-12 13:06:30 +0000 @@ -43,7 +43,4 @@ ndb_cpcc_LDADD = $(LDADD) ndb_cpcc_LDFLAGS = -static -# Don't update the files from bitkeeper -%::SCCS/s.% - windoze-dsp: === modified file 'storage/ndb/tools/Makefile.am' --- a/storage/ndb/tools/Makefile.am 2007-04-24 20:43:13 +0000 +++ b/storage/ndb/tools/Makefile.am 2008-12-12 13:06:30 +0000 @@ -75,9 +75,6 @@ ndb_restore_LDFLAGS = @ndb_bin_am_ldflags@ ndb_config_LDFLAGS = @ndb_bin_am_ldflags@ -# Don't update the files from bitkeeper -%::SCCS/s.% - windoze-dsp: \ ndb_waiter.dsp \ ndb_drop_table.dsp \ === modified file 'strings/Makefile.am' --- a/strings/Makefile.am 2007-12-07 16:56:17 +0000 +++ b/strings/Makefile.am 2008-12-12 13:06:30 +0000 @@ -78,7 +78,3 @@ $(CP) $(srcdir)/decimal.c ./test_decimal.c $(LINK) $(FLAGS) -DMAIN ./test_decimal.c $(LDADD) $(pkglib_LIBRARIES) $(RM) -f ./test_decimal.c - -# Don't update the files from bitkeeper -%::SCCS/s.% - === modified file 'support-files/MacOSX/Makefile.am' --- a/support-files/MacOSX/Makefile.am 2008-02-26 17:36:06 +0000 +++ b/support-files/MacOSX/Makefile.am 2008-12-12 13:06:30 +0000 @@ -52,6 +52,3 @@ -e 's!@''MYSQLD_USER''@!@MYSQLD_USER@!' \ $< > $@-t @MV@ $@-t $@ - -# Don't update the files from bitkeeper -%::SCCS/s.% === modified file 'support-files/Makefile.am' --- a/support-files/Makefile.am 2008-01-24 18:04:48 +0000 +++ b/support-files/Makefile.am 2008-12-12 13:06:30 +0000 @@ -125,6 +125,3 @@ -e 's!@''PERL_DATA_DUMPER''@!@PERL_DATA_DUMPER@!' \ $< > $@-t @MV@ $@-t $@ - -# Don't update the files from bitkeeper -%::SCCS/s.% === modified file 'support-files/RHEL4-SElinux/Makefile.am' --- a/support-files/RHEL4-SElinux/Makefile.am 2007-01-25 16:51:21 +0000 +++ b/support-files/RHEL4-SElinux/Makefile.am 2008-12-12 13:06:30 +0000 @@ -18,6 +18,3 @@ ## Process this file with automake to create Makefile.in EXTRA_DIST = mysql.fc mysql.te - -# Don't update the files from bitkeeper -%::SCCS/s.% === modified file 'tests/Makefile.am' --- a/tests/Makefile.am 2007-07-24 07:03:01 +0000 +++ b/tests/Makefile.am 2008-12-12 13:06:30 +0000 @@ -60,6 +60,3 @@ thread_test.o: thread_test.c $(COMPILE) -c $(INCLUDES) $< - -# Don't update the files from bitkeeper -%::SCCS/s.% === modified file 'unittest/Makefile.am' --- a/unittest/Makefile.am 2008-02-01 15:21:44 +0000 +++ b/unittest/Makefile.am 2008-12-12 13:06:30 +0000 @@ -25,6 +25,3 @@ test-verbose: HARNESS_VERBOSE=1 perl unit.pl run $(unittests) - -# Don't update the files from bitkeeper -%::SCCS/s.% === modified file 'unittest/examples/Makefile.am' --- a/unittest/examples/Makefile.am 2007-10-10 07:14:58 +0000 +++ b/unittest/examples/Makefile.am 2008-12-12 13:06:30 +0000 @@ -23,6 +23,3 @@ noinst_PROGRAMS = simple-t skip-t todo-t skip_all-t no_plan-t core-t EXTRA_DIST = CMakeLists.txt - -# Don't update the files from bitkeeper -%::SCCS/s.% === modified file 'unittest/mysys/Makefile.am' --- a/unittest/mysys/Makefile.am 2008-10-27 15:17:06 +0000 +++ b/unittest/mysys/Makefile.am 2008-12-12 13:06:30 +0000 @@ -26,6 +26,3 @@ $(top_builddir)/strings/libmystrings.a EXTRA_DIST = CMakeLists.txt - -# Don't update the files from bitkeeper -%::SCCS/s.% === modified file 'unittest/mytap/Makefile.am' --- a/unittest/mytap/Makefile.am 2008-05-29 15:44:11 +0000 +++ b/unittest/mytap/Makefile.am 2008-12-12 13:06:30 +0000 @@ -23,6 +23,3 @@ EXTRA_DIST = CMakeLists.txt SUBDIRS = . t - -# Don't update the files from bitkeeper -%::SCCS/s.% === modified file 'unittest/mytap/t/Makefile.am' --- a/unittest/mytap/t/Makefile.am 2007-05-28 20:18:51 +0000 +++ b/unittest/mytap/t/Makefile.am 2008-12-12 13:06:30 +0000 @@ -20,6 +20,3 @@ LDADD = -lmytap noinst_PROGRAMS = basic-t - -# Don't update the files from bitkeeper -%::SCCS/s.% === modified file 'vio/Makefile.am' --- a/vio/Makefile.am 2006-12-31 00:32:21 +0000 +++ b/vio/Makefile.am 2008-12-12 13:06:30 +0000 @@ -23,6 +23,3 @@ libvio_a_SOURCES = vio.c viosocket.c viossl.c viosslfactories.c EXTRA_DIST= CMakeLists.txt - -# Don't update the files from bitkeeper -%::SCCS/s.% === modified file 'win/Makefile.am' --- a/win/Makefile.am 2007-05-04 19:28:04 +0000 +++ b/win/Makefile.am 2008-12-12 13:06:30 +0000 @@ -16,6 +16,3 @@ ## Process this file with automake to create Makefile.in EXTRA_DIST = build-vs71.bat build-vs8.bat build-vs8_x64.bat configure.js README \ mysql_manifest.cmake create_manifest.js - -# Don't update the files from bitkeeper -%::SCCS/s.% === modified file 'zlib/Makefile.am' --- a/zlib/Makefile.am 2007-04-10 23:48:43 +0000 +++ b/zlib/Makefile.am 2008-12-12 13:06:30 +0000 @@ -33,6 +33,3 @@ libzlt_la_SOURCES = $(libz_la_SOURCES) EXTRA_DIST= README FAQ INDEX ChangeLog algorithm.txt zlib.3 CMakeLists.txt - -# Don't update the files from bitkeeper -%::SCCS/s.%