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
=== modified file 'CMakeLists.txt'
--- CMakeLists.txt 2012-09-07 16:51:33 +0000
+++ CMakeLists.txt 2012-09-07 17:27:18 +0000
@@ -58,16 +58,6 @@
58 COMMAND doxygen html-docs/doxygen.conf58 COMMAND doxygen html-docs/doxygen.conf
59)59)
6060
61add_custom_target(build-inplace
62 COMMAND python setup.py build_ext -i -f -I ${CMAKE_SOURCE_DIR}/include
63 DEPENDS ReplicatePythonSourceTree u1db
64)
65
66add_custom_target(build-debug
67 COMMAND python-dbg setup.py build_ext -i -f -I ${CMAKE_SOURCE_DIR}/include
68 DEPENDS ReplicatePythonSourceTree u1db
69)
70
71add_custom_target(build-inplace-for-tests61add_custom_target(build-inplace-for-tests
72 COMMAND U1DB_TEST=1 python setup.py build_ext -i -f -I ${CMAKE_SOURCE_DIR}/include62 COMMAND U1DB_TEST=1 python setup.py build_ext -i -f -I ${CMAKE_SOURCE_DIR}/include
73 DEPENDS ReplicatePythonSourceTree u1db63 DEPENDS ReplicatePythonSourceTree u1db

Subscribers

People subscribed via source and target branches