Ethereal-dev: [Ethereal-dev] Cleaning out local plugin collection

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

From: Jaap Keuter <jaap.keuter@xxxxxxxxx>
Date: Fri, 27 May 2005 14:45:58 +0200 (CEST)
Hello list,

I found that if you build the target clean (on a Win32 lpatform), all
final compilation products are removed from the tree. Only the $(VERSION)
directory, containing all the plugins remains, which is not correct IMHO.
This is a result from clean not depending on clean_deps.
This same issue affects the clean target in the top Makefile, which
doesn't clean out the stuff from building the target install-deps.

My sugestion is to add clean_deps as a dependancy to clean in the top
Makefile.nmake

Blue skies,
Jaap