]
Raúl Benencia updated BIT-1292:
-------------------------------
Resolution: Fixed
Status: Closed (was: Open)
During distclean, clean testing tmp and log files
-------------------------------------------------
Key: BIT-1292
URL:
https://bro-tracker.atlassian.net/browse/BIT-1292
Project: Bro Issue Tracker
Issue Type: Improvement
Components: Bro
Reporter: Raúl Benencia
Assignee: Jon Siwek
Labels: build
Attachments: 04-clean-test-files.patch
Hi,
Before building Bro Debian package, a {{make distclean}} is launched in order to clean
the source tree. After that, the build will fail if the source tree is left in a different
state than when it was decompressed from the tar.gz.
Temporary and log files generated during the tests aren't cleaned when {{distclean}}
rule is invoked. Attached to this issue you'll find a patch, which I'm going to
use for the Debian package, that takes care of this problem.
Thanks!