This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

make clean executes rm -rf testsuite


is this the desired functionality? since these are not generated files
are they?

[root@localhost src]# make clean
test -z "stap" || rm -f stap
rm -f *.gcov *.gcno *.gcda systemtap-*.tar.gz
rm -rf testsuite
rm -rf systemtap-0.4.1
test -z "stpd loc2c-test" || rm -f stpd loc2c-test
rm -f *.o
[root@localhost src]#


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]