Merge lp:~stewart/percona-server/bug802829-5.1 into lp:percona-server/5.1

Proposed by Stewart Smith
Status: Merged
Approved by: Oleg Tsarev
Approved revision: no longer in the source branch.
Merged at revision: 248
Proposed branch: lp:~stewart/percona-server/bug802829-5.1
Merge into: lp:percona-server/5.1
Diff against target: 12 lines (+1/-1)
1 file modified
Makefile (+1/-1)
To merge this branch: bzr merge lp:~stewart/percona-server/bug802829-5.1
Reviewer Review Type Date Requested Status
Oleg Tsarev (community) Approve
Review via email: mp+66078@code.launchpad.net

Description of the change

this is pretty much a documentation fix, brings up the output of 'make' to be the same as what we run in Jenkins.

To post a comment you must log in.
Revision history for this message
Oleg Tsarev (tsarev) wrote :

Looks good for me

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Makefile'
2--- Makefile 2011-06-22 10:53:27 +0000
3+++ Makefile 2011-06-28 06:59:29 +0000
4@@ -15,7 +15,7 @@
5 export CXXFLAGS="-O2 -g -fmessage-length=0 -D_FORTIFY_SOURCE=2"
6 export LIBS=-lrt
7 @echo ""
8- @echo "and run ./configure ... --without-plugin-innobase --with-plugin-innodb_plugin && make all install"
9+ @echo "and run ./configure --with-plugins=partition,archive,blackhole,csv,example,federated,innodb_plugin --without-embedded-server --with-pic --with-extra-charsets=complex --with-ssl --enable-assembler --enable-local-infile --enable-thread-safe-client --enable-profiling --with-readline && make all install"
10 @echo ""
11
12 autorun:

Subscribers

People subscribed via source and target branches