This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
Re: make clean executes rm -rf testsuite
- From: fche at redhat dot com (Frank Ch. Eigler)
- To: jamesd dot wi at gmail dot com
- Cc: systemtap at sources dot redhat dot com
- Date: 10 Sep 2005 07:38:46 -0400
- Subject: Re: make clean executes rm -rf testsuite
- References: <cd09bdd10509091949daee6c7@mail.gmail.com>
James Dickens <jamesd.wi@gmail.com> writes:
> is this the desired functionality? since these are not generated files
> are they?
The normal way of building systemtap is in a build tree that's
separate from the source tree. This make target is meant to erase the
build tree copy of testsuite/, which contains only results generated
during "make check". I will rename this directory to avoid the naming
conflict.
- FChE