Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan/dfilter Makefile.nmake

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxx>
Date: Fri, 10 Oct 2003 16:31:47 -0500 (CDT)
guy         2003/10/10 16:31:47 CDT

  Modified files:
    epan/dfilter         Makefile.nmake 
  Log:
  Give every Makefile.nmake file a "distclean" rule, and have "distclean"
  recurse into subdirectories doing "nmake -f Makefile.nmake distclean".
  
  Have "nmake -f Makefile.nmake clean" not remove stuff that "make clean"
  doesn't remove (such as Flex/Bison output and config.h files) - and have
  "nmake -f Makefile.nmake distclean" remove stuff that "make distclean"
  removes, including "tethereal-tap-register.c" and
  "ethereal-tap-register.c".
  
  Revision  Changes    Path
  1.10      +5 -5      ethereal/epan/dfilter/Makefile.nmake