Merge lp:~trond-norbye/libmemcached/make into lp:~brianaker/libmemcached/build

Proposed by Trond Norbye
Status: Merged
Merged at revision: not available
Proposed branch: lp:~trond-norbye/libmemcached/make
Merge into: lp:~brianaker/libmemcached/build
Diff against target: 21 lines (+2/-2)
1 file modified
Makefile.am (+2/-2)
To merge this branch: bzr merge lp:~trond-norbye/libmemcached/make
Reviewer Review Type Date Requested Status
Libmemcached-developers Pending
Review via email: mp+16406@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Trond Norbye (trond-norbye) wrote :

Don't call make directly from a make file, but use $(MAKE). make may not accept the options you passed to the original make program invoked at the top level (aka, I'm running gmake -j and my make program doesn't like -j)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Makefile.am'
2--- Makefile.am 2009-12-19 01:28:01 +0000
3+++ Makefile.am 2009-12-20 21:52:14 +0000
4@@ -4,7 +4,7 @@
5 SUFFIXES =
6 PHONY =
7 TESTS =
8-CLEANFILES =
9+CLEANFILES =
10 bin_PROGRAMS =
11 noinst_HEADERS =
12 lib_LTLIBRARIES =
13@@ -19,7 +19,7 @@
14 SUBDIRS = docs libhashkit
15
16 test-docs:
17- (cd docs && make test-docs)
18+ (cd docs && $(MAKE) test-docs)
19 include libmemcached/include.am
20 include clients/include.am
21 include tests/include.am

Subscribers

People subscribed via source and target branches

to all changes: