From 52cf25982aa7d86643b4cbebcdd69b4c3d50dd48 Mon Sep 17 00:00:00 2001 From: Alexander Boettcher Date: Mon, 17 Jun 2013 10:06:12 +0200 Subject: [PATCH] run: clean pulsar config file during a clean_run tool/autopilot complains about this left over file --- tool/builddir/build.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/tool/builddir/build.mk b/tool/builddir/build.mk index e4d11b51f1..70e5a55c6f 100644 --- a/tool/builddir/build.mk +++ b/tool/builddir/build.mk @@ -273,6 +273,7 @@ clean_libcache: clean_run: $(VERBOSE)rm -rf var/run + $(VERBOSE)rm -rf config-00-00-00-00-00-00 clean_gen_files: $(VERBOSE)rm -f $(LIB_PROGRESS_LOG)