~laurynas-biveinis/percona-server/staging-5.5

« back to all changes in this revision

Viewing changes to build/debian/rules

  • Committer: Laurynas Biveinis
  • Date: 2012-03-27 09:11:54 UTC
  • mfrom: (225.1.2 release-5.5.21-25.0)
  • Revision ID: laurynas.biveinis@percona.com-20120327091154-ocse2x6pr9kr6hvl
AutomergeĀ lp:~percona-core/percona-server/release-5.5.21-25.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
TMP=$(CURDIR)/debian/tmp/
9
9
 
10
10
feature_set="community"
11
 
compilation_comment_release="Percona Server (GPL), Release 24.1"
 
11
compilation_comment_release="Percona Server (GPL), Release 25.0"
12
12
server_suffix="-55"
13
13
prefix="/usr"
14
14
 
19
19
        rm -rf CMakeFiles
20
20
 
21
21
build: patch
22
 
        echo "Building Percona Server 24.1"
 
22
        echo "Building Percona Server 25.0"
23
23
        dh_testdir
24
24
        $(CMAKE) . -DBUILD_CONFIG=mysql_release \
25
25
           -DINSTALL_LAYOUT=DEB \