Skip to content

Commit 870b38b

Browse files
author
[email protected]/kent-amd64.(none)
committed
Makefile.am:
Consistent use of '%::SCCS/s.%' to prevent some 'make' implementations from trying to update files in SCCS directory
1 parent 1d36bca commit 870b38b

7 files changed

Lines changed: 18 additions & 0 deletions

File tree

plugin/daemon_example/Makefile.am

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,6 @@ noinst_LIBRARIES = @plugin_daemon_example_static_target@
3636
libdaemon_example_a_CXXFLAGS = $(AM_CFLAGS)
3737
libdaemon_example_a_CFLAGS = $(AM_CFLAGS)
3838
libdaemon_example_a_SOURCES= daemon_example.cc
39+
40+
# Don't update the files from bitkeeper
41+
%::SCCS/s.%

plugin/fulltext/Makefile.am

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,6 @@ pkglib_LTLIBRARIES= mypluglib.la
2222
mypluglib_la_SOURCES= plugin_example.c
2323
mypluglib_la_LDFLAGS= -module -rpath $(pkglibdir)
2424
mypluglib_la_CFLAGS= -DMYSQL_DYNAMIC_PLUGIN
25+
26+
# Don't update the files from bitkeeper
27+
%::SCCS/s.%

unittest/Makefile.am

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,6 @@ test:
2525

2626
test-verbose:
2727
HARNESS_VERBOSE=1 perl unit.pl run $(unittests)
28+
29+
# Don't update the files from bitkeeper
30+
%::SCCS/s.%

unittest/examples/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ LDADD = -lmytap
2222

2323
noinst_PROGRAMS = simple-t skip-t todo-t skip_all-t no_plan-t core-t
2424

25+
# Don't update the files from bitkeeper
26+
%::SCCS/s.%

unittest/mysys/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@ LDADD = $(top_builddir)/unittest/mytap/libmytap.a \
2323

2424
noinst_PROGRAMS = bitmap-t base64-t my_atomic-t
2525

26+
# Don't update the files from bitkeeper
27+
%::SCCS/s.%

unittest/mytap/Makefile.am

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,6 @@ noinst_HEADERS = tap.h
2121
libmytap_a_SOURCES = tap.c
2222

2323
SUBDIRS = . t
24+
25+
# Don't update the files from bitkeeper
26+
%::SCCS/s.%

unittest/mytap/t/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@ LDADD = -lmytap
2121

2222
noinst_PROGRAMS = basic-t
2323

24+
# Don't update the files from bitkeeper
25+
%::SCCS/s.%

0 commit comments

Comments
 (0)