summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@lshift.net>2009-06-12 16:05:46 +0100
committerMatthew Sackman <matthew@lshift.net>2009-06-12 16:05:46 +0100
commit4ffb5337f7ed6baf270fb51a18669cdcef31a592 (patch)
treee3cdda3d22ef64d68a6a599dbd5c04c3b16e0ced
parentc54549506c2086b09bf9831455d410c86a4baf65 (diff)
downloadrabbitmq-server-bug20979.tar.gz
cleandb is now an rm -rf and build depends not on mnesiabug20979
-rw-r--r--Makefile2
-rw-r--r--packaging/debs/Debian/debian/control2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4ff8573a..367f153a 100644
--- a/Makefile
+++ b/Makefile
@@ -69,7 +69,7 @@ clean: cleandb
rm -f docs/*.[0-9].gz
cleandb: stop-node
- erl -mnesia dir '"$(RABBITMQ_MNESIA_DIR)"' -noshell -eval 'lists:foreach(fun file:delete/1, filelib:wildcard(mnesia:system_info(directory) ++ "/*")), halt().'
+ rm -rf $(RABBITMQ_MNESIA_DIR)/*
############ various tasks to interact with RabbitMQ ###################
diff --git a/packaging/debs/Debian/debian/control b/packaging/debs/Debian/debian/control
index 21636072..03f5e3b5 100644
--- a/packaging/debs/Debian/debian/control
+++ b/packaging/debs/Debian/debian/control
@@ -2,7 +2,7 @@ Source: rabbitmq-server
Section: net
Priority: extra
Maintainer: Tony Garnock-Jones <tonyg@rabbitmq.com>
-Build-Depends: cdbs, debhelper (>= 5), erlang-nox, erlang-dev, python-simplejson
+Build-Depends: cdbs, debhelper (>= 5), erlang-dev, python-simplejson
Standards-Version: 3.8.0
Package: rabbitmq-server