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 | 091bcacc79f76878c6842d54cc18a133d5f8e902 (patch) | |
tree | 574458923d5c91864006d3e044db236b688fe587 /cmd-line-utils | |
parent | 2f7945b8b9a8bc211a7fce9cc521f846e5f05af4 (diff) | |
download | mariadb-git-091bcacc79f76878c6842d54cc18a133d5f8e902.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 'cmd-line-utils')
-rw-r--r-- | cmd-line-utils/Makefile.am | 3 | ||||
-rw-r--r-- | cmd-line-utils/readline/Makefile.am | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/cmd-line-utils/Makefile.am b/cmd-line-utils/Makefile.am index 1a84ce7af38..622aa72fd43 100644 --- a/cmd-line-utils/Makefile.am +++ b/cmd-line-utils/Makefile.am @@ -19,6 +19,3 @@ SUBDIRS= @readline_basedir@ DIST_SUBDIRS= libedit readline - -# Don't update the files from bitkeeper -%::SCCS/s.% diff --git a/cmd-line-utils/readline/Makefile.am b/cmd-line-utils/readline/Makefile.am index d58ce0f1de1..40e74ccaf55 100644 --- a/cmd-line-utils/readline/Makefile.am +++ b/cmd-line-utils/readline/Makefile.am @@ -32,6 +32,3 @@ noinst_HEADERS = readline.h chardefs.h keymaps.h \ EXTRA_DIST= emacs_keymap.c vi_keymap.c CMakeLists.txt DEFS = -DMYSQL_CLIENT_NO_THREADS -DHAVE_CONFIG_H -DNO_KILL_INTR - -# Don't update the files from bitkeeper -%::SCCS/s.% |