Changeset 121

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

add target cvsclean

Files:

Legend:

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

    r109 r121  
    6868        done 
    6969 
    70         $(MAKE) -C wire-$(WR_PACKAGE_VERSION) -f Makefile distclean 
     70        $(MAKE) -C wire-$(WR_PACKAGE_VERSION) -f Makefile distclean cvsclean 
    7171 
    7272        $(TAR) -czf wire-$(WR_PACKAGE_VERSION).tar.gz wire-$(WR_PACKAGE_VERSION) 
     
    8181        @echo "Making $@ in ." 
    8282 
    83         $(FIND) . -name .DS_Store -print0 | $(XARGS) -0 $(RM) -f 
    84         $(FIND) . -name CVS -print0 | $(XARGS) -0 $(RM) -rf 
    8583        $(RM) -f Makefile config.h config.log config.status 
    8684        $(RM) -f wire-$(WR_PACKAGE_VERSION).tar.gz 
    8785 
    8886autoclean: 
    89         @echo "Making w$@ in ." 
     87        @echo "Making $@ in ." 
    9088         
    9189        $(RM) -rf autom4te.cache 
    9290        $(RM) -f autoscan.log configure.scan config.h.in~ 
     91 
     92cvsclean: 
     93        @echo "Making $@ in ." 
     94         
     95        $(FIND) . -name .DS_Store -print0 | $(XARGS) -0 $(RM) -f 
     96        $(FIND) . -name CVS -print0 | $(XARGS) -0 $(RM) -rf