mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 23:04:20 +01:00
speed up builds. address #468
git-svn-id: file:///svn/tokudb@2574 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
eb7c3abfd6
commit
e11534c255
1 changed files with 4 additions and 4 deletions
|
@ -185,7 +185,7 @@ all.recover: test_log2.recover test_log3.recover test_log4.recover test_log5.rec
|
|||
$(MAYBEATSIGN) $(SETTOKUENV) diff dir.$(patsubst %.tdb,%.c.tdb,$<) dir.$(patsubst %.tdb,%.c.tdb,$<).recover/foo.db
|
||||
|
||||
make_libs:
|
||||
cd ..;make
|
||||
#cd ..;make # commented out as it disables make -j2
|
||||
|
||||
.PHONY: clean cleanall
|
||||
|
||||
|
@ -226,6 +226,6 @@ dumpit:
|
|||
../../newbrt/brtdump dir.test_log5.c.tdb.recover/foo.db > dump.r && ../../newbrt/brtdump dir.test_log5.c.tdb/foo.db > dump.o && diff dump.o dump.r
|
||||
|
||||
# test on small stacks
|
||||
test_thread_stack.tdbrun: test_thread_stack.tdb
|
||||
./test_thread_stack.tdb -a -thread_stack 16384
|
||||
./test_thread_stack.tdb -a -thread_stack 16384 -resume
|
||||
test_thread_stack.%run: test_thread_stack.%
|
||||
$(MAYBEATSIGN) $(UNSETTOKUENV) ./test_thread_stack.% -a -thread_stack 16384
|
||||
$(MAYBEATSIGN) $(UNSETTOKUENV) ./test_thread_stack.% -a -thread_stack 16384 -resume
|
||||
|
|
Loading…
Add table
Reference in a new issue