mirror of
https://github.com/MariaDB/server.git
synced 2025-11-30 05:23:50 +03:00
Addresses #1298
make local (at top level) skips tests git-svn-id: file:///svn/toku/tokudb@9227 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
@@ -46,7 +46,8 @@ QUIET =
|
||||
endif
|
||||
|
||||
default: build
|
||||
build: $(TARGETS)
|
||||
build: local;
|
||||
local: $(TARGETS);
|
||||
|
||||
check: check-default
|
||||
|
||||
|
||||
Reference in New Issue
Block a user