summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2009-05-06 14:57:50 +0200
committerTomas Chvatal <scarabeus@gentoo.org>2009-05-06 14:57:50 +0200
commit1ad80ffb543b0068c647d566bda5701707f9b4d3 (patch)
treebdeabf5ed6bb6b403a4a7cf5c9e23751d77ee811 /eclass
parent5a83ff5faf594a43489dbaab134d81b35e90f3e5 (diff)
downloadkde-1ad80ffb543b0068c647d566bda5701707f9b4d3.tar.gz
kde-1ad80ffb543b0068c647d566bda5701707f9b4d3.tar.bz2
kde-1ad80ffb543b0068c647d566bda5701707f9b4d3.zip
Revert "Add backcompat modulo so we wont break stuff in main tree using wrongly eclass (i was really tempted to leave it and see who is not
reading mine mails :])" This reverts commit d8305ff61b4fbb33bf8cac6b73fc218de770fad4.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/cmake-utils.eclass3
1 files changed, 0 insertions, 3 deletions
diff --git a/eclass/cmake-utils.eclass b/eclass/cmake-utils.eclass
index 5cebabe29a9..0f7e28e52ee 100644
--- a/eclass/cmake-utils.eclass
+++ b/eclass/cmake-utils.eclass
@@ -127,9 +127,6 @@ _check_build_dir() {
if [[ -n "${CMAKE_IN_SOURCE_BUILD}" ]]; then
CMAKE_BUILD_DIR="${CMAKE_USE_DIR}"
else
- # this is backcompat modulo, should be removed in future
- [[ ${CMAKE_USE_DIR} = ${S} ]] CMAKE_USE_DIR=${PN}
-
CMAKE_BUILD_DIR="${CMAKE_USE_DIR}_build"
fi
echo ">>> Working in BUILD_DIR: \"$CMAKE_BUILD_DIR\""