Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
95a08890
Commit
95a08890
authored
Aug 24, 2007
by
Bradley C. Kuszmaul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
One-per-line in the makefile BINS
git-svn-id:
file:///svn/tokudb@191
c7de825b-a66e-492c-adef-691d508d4ae1
parent
113330f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
1 deletion
+13
-1
newbrt/Makefile
newbrt/Makefile
+13
-1
No files found.
newbrt/Makefile
View file @
95a08890
...
...
@@ -20,7 +20,19 @@ LDFLAGS = $(OPTFLAGS) -g $(GCOV_FLAGS) $(PROF_FLAGS)
default
:
bins
BINS
=
pma-test brt-test cachetable-test brt-serialize-test randbrt randdb4 hashtest ybt-test benchmark-test
# Put these one-per-line so that if we insert a new one the svn diff can understand it better.
# Also keep them sorted.
BINS
=
\
benchmark-test
\
brt-serialize-test
\
brt-test
\
cachetable-test
\
hashtest
\
pma-test
\
randbrt
\
randdb4
\
ybt-test
\
bins
:
$(BINS)
check
:
bins
$(DTOOL)
./ybt-test
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment