diff options
author | Alexander Nozdrin <alik@sun.com> | 2010-05-19 17:00:23 +0400 |
---|---|---|
committer | Alexander Nozdrin <alik@sun.com> | 2010-05-19 17:00:23 +0400 |
commit | 759d5bc5351c79ef4835d6ba7ff6db98b56b2041 (patch) | |
tree | 574458923d5c91864006d3e044db236b688fe587 /libmysql | |
parent | 1161d923c8664ea6ae126e3068e06da2a45c4eae (diff) | |
download | mariadb-git-759d5bc5351c79ef4835d6ba7ff6db98b56b2041.tar.gz |
Another incarnation of the patch for Bug#30708
(make relies GNU extentions). The patch was partially
backport from 6.0.
Original comment:
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.
Diffstat (limited to 'libmysql')
-rw-r--r-- | libmysql/Makefile.am | 3 | ||||
-rw-r--r-- | libmysql/Makefile.shared | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/libmysql/Makefile.am b/libmysql/Makefile.am index c8dd0d3061c..b1d23a175d4 100644 --- a/libmysql/Makefile.am +++ b/libmysql/Makefile.am @@ -113,6 +113,3 @@ do-lib-dist: echo ' $$(AR) r $$@ $$?' >>$$dir/Makefile; \ gtar cvzf $$dir.tar.gz $$dir; \ cd $$dir; gmake - -# Don't update the files from bitkeeper -%::SCCS/s.% diff --git a/libmysql/Makefile.shared b/libmysql/Makefile.shared index dbe801ecd17..71649b83991 100644 --- a/libmysql/Makefile.shared +++ b/libmysql/Makefile.shared @@ -116,6 +116,3 @@ conf_to_src_LDADD= #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.% |