(file) Return to clean.mak CVS log (file) (dir) Up to [Pegasus] / pegasus / mak

File: [Pegasus] / pegasus / mak / clean.mak (download)
Revision: 1.2, Wed Aug 6 12:56:33 2003 UTC (20 years, 9 months ago) by keith.petley
Branch: MAIN
Changes since 1.1: +3 -0 lines
  - The Solaris compiler keeps template instances (and some other cruft) in
    a cache in each target directory. Remove these during a clean - they are
    supposed to built/managed as needed, but it can't do any harm to nuke
    them if we are cleaning the tree.

clean: $(LOCAL_CLEAN_TARGET) $(ERROR)
	$(RM) $(FILES_TO_CLEAN)
ifeq ($(PEGASUS_PLATFORM),SOLARIS_SPARC_CC)
	$(RMDIRHIER) $(SUNWS_CACHE)
endif

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2