Changing package_source to simply tar up the directory until I hear an objection otherwise

This commit is contained in:
Jeremy Leibs 2010-09-14 18:37:42 +00:00
parent 09ae3a9d48
commit d0c06aa815
1 changed files with 3 additions and 4 deletions

View File

@ -34,7 +34,6 @@ clean_dist:
rm -rf build
# Run the script that does the build, then do a fairly hacky cleanup, #1598
package_source: all_dist
`rospack find rosbuild`/bin/makestackdist $(CURDIR)
find build -mindepth 1 -not -name "*.bz2" | xargs rm -rf
rm -rf bin
package_source:
$(shell rospack find rosbuild)/bin/package_source.py $(CURDIR)