~tsarev/percona-server/bug721176_2

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Oleg Tsarev
  • Date: 2011-09-06 06:23:48 UTC
  • mfrom: (158.1.1 bug840218_5.5)
  • Revision ID: oleg.tsarev@percona.com-20110906062348-82tdsfishbaxgo8v
1) move tests from mysql-test/ to patches
2) remove install_tests script and call of script from Makefile

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
REVS = $(shell bzr log | grep rev | head -1   )
23
23
REV  = $(word 2, $(REVS) )
24
24
 
25
 
all: main handlersocket maatkit-udf install-lic tests misc
 
25
all: main handlersocket maatkit-udf install-lic misc
26
26
        @echo ""
27
27
        @echo "Percona Server source code is ready"
28
28
        @echo "Now change directory to $(PERCONA_SERVER) define variables as show below"
92
92
        @echo "Downloading MySQL sources from $(MASTER_SITE)"
93
93
        $(FETCH_CMD) $(MASTER_SITE)/mysql-$(MYSQL_VERSION).tar.gz
94
94
 
95
 
tests:
96
 
        PERCONA_SERVER=${PERCONA_SERVER} sh install_tests
97
 
 
98
95
misc:
99
96
        @echo "Installing other files"
100
97
        install -m 644 lrusort.py $(PERCONA_SERVER)/scripts