ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Ethereal-dev: Re: [Ethereal-dev] Is their any target to clean the code

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Thu, 18 Sep 2003 21:50:14 -0700

On Sep 18, 2003, at 9:32 PM, Naveen Kumar Kaushik wrote:

I tool diff of original tar source and source after gmake clean . There are
lot of new files in code after gmake clean and many other diff in other
files.
Is their any way to get the exactly same source files ( some target like
realclean) .

"make distclean":

	http://www.gnu.org/prep/standards_55.html#SEC55

(Ethereal uses GNU Automake to generate Makefile.in, and Automake, not surprisingly, generates Makefiles that obey at least some of the GNU coding standards).