Ethereal-dev: [Ethereal-dev] nmake -f Makefile.nmake distclean fails

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Thomas Boehne <TBoehne@xxxxxxxx>
Date: Tue, 20 Sep 2005 11:11:31 +0200
After a linux build, gtk2.tmp contains a file called "Makefile". The
windows distclean target does not remove the file, because it contains
no period; then removing the directory fails because it is not empty.

Instead of the current solution:

rm -f gtk2.tmp/*.*
if exist gtk2.tmp rmdir gtk2.tmp

can we not simply do this:

rm -rf gtk2.tmp

Sincerely yours, 
Thomas Böhne

-- 
Jäger Computergesteuerte Messtechnik GmbH
Thomas Böhne
Rheinstraße 2-4
64653 Lorsch
Germany
Phone: +49-6251-9632-0