Changeset 221

Show
Ignore:
Timestamp:
08/19/04 15:55:06 (4 years ago)
Author:
morris
Message:

add cvsclean target

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trackerd/trunk/Makefile.in

    r215 r221  
    108108        done 
    109109         
    110         $(MAKE) -C wired-tracker-$(WT_PACKAGE_VERSION) -f Makefile distclean 
     110        $(MAKE) -C wired-tracker-$(WT_PACKAGE_VERSION) -f Makefile distclean cvsclean 
    111111 
    112112        $(TAR) -czf wired-tracker-$(WT_PACKAGE_VERSION).tar.gz wired-tracker-$(WT_PACKAGE_VERSION) 
     
    121121        @echo "Making $@ in ." 
    122122 
    123         $(FIND) . -name .DS_Store -print0 | $(XARGS) -0 $(RM) -f 
    124         $(FIND) . -name CVS -print0 | $(XARGS) -0 $(RM) -rf 
    125123        $(RM) -f Makefile config.h config.log config.status 
    126124        $(RM) -f wired-tracker-$(WT_PACKAGE_VERSION).tar.gz 
     
    131129        $(RM) -rf autom4te.cache 
    132130        $(RM) -f autoscan.log configure.scan config.h.in~ 
     131 
     132cvsclean: 
     133        @echo "Making $@ in ." 
     134         
     135        $(FIND) . -name .DS_Store -print0 | $(XARGS) -0 $(RM) -f 
     136        $(FIND) . -name CVS -print0 | $(XARGS) -0 $(RM) -rf