~percona-dev/percona-server/release-5.1.57-12.8-commit108486

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Aleksandr Kuzminsky
  • Date: 2010-12-20 21:54:44 UTC
  • mfrom: (174.1.15 release-5.1.53-12-udf)
  • mto: This revision was merged to the branch mainline in revision 177.
  • Revision ID: aleksandr.kuzminsky@percona.com-20101220215444-ivzb0ghuf3137j26
Maatkit UDF functions are added to a distribution
Version is set to 5.1.54-12.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
MYSQL_VERSION=5.1.54
4
4
PERCONA_SERVER ?=Percona-Server
5
5
 
6
 
all: main install-lic tests misc handlersocket autorun
 
6
all: main install-lic tests misc handlersocket maatkit-udf autorun
7
7
        @echo ""
8
8
        @echo "Percona Server source code is ready"
9
9
        @echo "Now change directory to $(PERCONA_SERVER) define variables as show below"
20
20
 
21
21
handlersocket:
22
22
        cp -R HandlerSocket-Plugin-for-MySQL $(PERCONA_SERVER)/storage
 
23
        patch -p0 -d $(PERCONA_SERVER)/storage/HandlerSocket-Plugin-for-MySQL < handlersocket.patch
 
24
 
 
25
maatkit-udf:
 
26
        cp -R UDF "$(PERCONA_SERVER)"
 
27
        cd "$(PERCONA_SERVER)"/UDF && autoreconf --install
23
28
 
24
29
install-lic: 
25
30
        @echo "Installing license files"