removing explicit delete of Python aut-generated sources, which prevents backwards compatibility for REP 100 and roslib message removal. Filed #3135 to resolve this via cmake instead

This commit is contained in:
Ken Conley 2010-11-09 19:39:26 +00:00
parent 29ff192b53
commit 1094ac7303
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ PACKAGE_NAME=$(shell basename $(PWD))
# and thus CMake no longer knows about it. # and thus CMake no longer knows about it.
clean: clean:
-cd build && make clean -cd build && make clean
rm -rf msg_gen srv_gen msg/cpp msg/lisp msg/oct msg/java srv/cpp srv/lisp srv/oct srv/java src/$(PACKAGE_NAME)/msg src/$(PACKAGE_NAME)/srv rm -rf msg_gen srv_gen msg/cpp msg/lisp msg/oct msg/java srv/cpp srv/lisp srv/oct srv/java
rm -rf build rm -rf build
# All other targets are just passed through # All other targets are just passed through