Skip to content

Commit 091bcac

Browse files
author
Alexander Nozdrin
committed
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.
1 parent 2f7945b commit 091bcac

92 files changed

Lines changed: 1 addition & 288 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

BUILD/Makefile.am

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,3 @@ EXTRA_DIST = FINISH.sh \
7878
compile-solaris-sparc-debug \
7979
compile-solaris-sparc-forte \
8080
compile-solaris-sparc-purify
81-
82-
# Don't update the files from bitkeeper
83-
%::SCCS/s.%

Docs/Makefile.am

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,3 @@ uninstall-local:
3737
@RM@ -f $(DESTDIR)$(infodir)/mysql.info ; \
3838
@RM@ -f $(DESTDIR)$(pkgdatadir)/ChangeLog ; \
3939
fi
40-
41-
# Don't update the files from bitkeeper
42-
%::SCCS/s.%

Makefile.am

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,3 @@ do_abi_check:
328328
@DIFF@ -w $$file.pp $(top_builddir)/abi_check.out; \
329329
@RM@ $(top_builddir)/abi_check.out; \
330330
done
331-
332-
# Don't update the files from bitkeeper
333-
%::SCCS/s.%

client/Makefile.am

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,3 @@ link_sources:
124124
rm -f $(srcdir)/my_user.c; \
125125
@LN_CP_F@ $(top_srcdir)/sql-common/my_user.c my_user.c;
126126
echo timestamp > link_sources;
127-
128-
# Don't update the files from bitkeeper
129-
%::SCCS/s.%

cmd-line-utils/Makefile.am

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,3 @@
1919

2020
SUBDIRS= @readline_basedir@
2121
DIST_SUBDIRS= libedit readline
22-
23-
# Don't update the files from bitkeeper
24-
%::SCCS/s.%

cmd-line-utils/readline/Makefile.am

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,3 @@ noinst_HEADERS = readline.h chardefs.h keymaps.h \
3232
EXTRA_DIST= emacs_keymap.c vi_keymap.c CMakeLists.txt
3333

3434
DEFS = -DMYSQL_CLIENT_NO_THREADS -DHAVE_CONFIG_H -DNO_KILL_INTR
35-
36-
# Don't update the files from bitkeeper
37-
%::SCCS/s.%

extra/Makefile.am

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,3 @@ EXTRA_DIST = CMakeLists.txt
5555

5656
perror.o: perror.c
5757
$(COMPILE) @ndbcluster_includes@ $(LM_CFLAGS) -c $<
58-
59-
# Don't update the files from bitkeeper
60-
%::SCCS/s.%

extra/yassl/Makefile.am

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
11
SUBDIRS = taocrypt src testsuite
22
EXTRA_DIST = CMakeLists.txt
3-
4-
# Don't update the files from bitkeeper
5-
%::SCCS/s.%

extra/yassl/src/Makefile.am

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,3 @@ libyassl_la_SOURCES = buffer.cpp cert_wrapper.cpp crypto_wrapper.cpp \
66
template_instnt.cpp timer.cpp yassl_imp.cpp yassl_error.cpp yassl_int.cpp
77
EXTRA_DIST = $(wildcard ../include/*.hpp) $(wildcard ../include/openssl/*.h)
88
AM_CXXFLAGS = -DYASSL_PURE_C -DYASSL_PREFIX
9-
10-
# Don't update the files from bitkeeper
11-
%::SCCS/s.%
12-

extra/yassl/taocrypt/Makefile.am

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
11
SUBDIRS = src test benchmark
22
EXTRA_DIST = CMakeLists.txt $(wildcard mySTL/*.hpp)
3-
4-
# Don't update the files from bitkeeper
5-
%::SCCS/s.%

0 commit comments

Comments
 (0)