Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: prevent mixing catkin_make and catkin build on same build folder #11

Closed
wjwwood opened this issue Mar 13, 2014 · 3 comments
Closed
Milestone

Comments

@wjwwood
Copy link
Member

wjwwood commented Mar 13, 2014

There should be some sort of marker file in the build and devel spaces which prevents mixing the use of catkin_make, catkin_make_isolated, and catkin build on the same folders.

To be clear, it should prevent this:

$ ls
src
$ catkin_make
...
$ ls
src build devel
$ catkin build
Error: build space was created by caktin_make
       the usage of these two commands should not be mixed
@wjwwood wjwwood added this to the 0.1.0 milestone Mar 13, 2014
@jbohren
Copy link
Contributor

jbohren commented Mar 13, 2014

Such a marker should also prevent mixing catkin build and cakin build --merge-devel, right?

@wjwwood
Copy link
Member Author

wjwwood commented Mar 13, 2014

Yeah, that would be good also.

@jbohren
Copy link
Contributor

jbohren commented Oct 2, 2014

This error checking has been implemented in #80. This should be good to close.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants