Merge lp:~pedronis/u1db/remove-nop-targets into lp:u1db

Proposed by Samuele Pedroni
Status: Merged
Approved by: Samuele Pedroni
Approved revision: 398
Merged at revision: 397
Proposed branch: lp:~pedronis/u1db/remove-nop-targets
Merge into: lp:u1db
Diff against target: 20 lines (+0/-10)
1 file modified
CMakeLists.txt (+0/-10)
To merge this branch: bzr merge lp:~pedronis/u1db/remove-nop-targets
Reviewer Review Type Date Requested Status
Eric Casteleijn (community) Approve
Review via email: mp+123332@code.launchpad.net

Commit message

remove build-* target variants that now are just nop

To post a comment you must log in.
Revision history for this message
Eric Casteleijn (thisfred) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'CMakeLists.txt'
2--- CMakeLists.txt 2012-09-07 16:51:33 +0000
3+++ CMakeLists.txt 2012-09-07 17:27:18 +0000
4@@ -58,16 +58,6 @@
5 COMMAND doxygen html-docs/doxygen.conf
6 )
7
8-add_custom_target(build-inplace
9- COMMAND python setup.py build_ext -i -f -I ${CMAKE_SOURCE_DIR}/include
10- DEPENDS ReplicatePythonSourceTree u1db
11-)
12-
13-add_custom_target(build-debug
14- COMMAND python-dbg setup.py build_ext -i -f -I ${CMAKE_SOURCE_DIR}/include
15- DEPENDS ReplicatePythonSourceTree u1db
16-)
17-
18 add_custom_target(build-inplace-for-tests
19 COMMAND U1DB_TEST=1 python setup.py build_ext -i -f -I ${CMAKE_SOURCE_DIR}/include
20 DEPENDS ReplicatePythonSourceTree u1db

Subscribers

People subscribed via source and target branches