summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorpaltherr <paltherr@epfl.ch>2004-07-20 17:03:12 +0000
committerpaltherr <paltherr@epfl.ch>2004-07-20 17:03:12 +0000
commitfbed2284e15cae07889e2319cfb391bba9207448 (patch)
treeefb6b6bf02a22abed659d615cd1b4d526fe6e61b /Makefile
parent8991585adcacdfef75dc20ea267b6d8be6dc9df4 (diff)
downloadscala-fbed2284e15cae07889e2319cfb391bba9207448.tar.gz
scala-fbed2284e15cae07889e2319cfb391bba9207448.tar.bz2
scala-fbed2284e15cae07889e2319cfb391bba9207448.zip
- Declared fastclean in default.mk
- Moved removal from ~ and core files to default.distclean
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index baf05b4606..f6acdfa03f 100644
--- a/Makefile
+++ b/Makefile
@@ -210,7 +210,7 @@ all : servletEngine
all : scala4ant
all : scalatest
-force : fastclean
+force :
@$(make) all
fastclean :
@@ -218,13 +218,13 @@ fastclean :
@if [ -f .generated ]; then $(call RUN,$(RM) `$(CAT) .generated`); fi
$(RM) .generated
-clean : fastclean
+clean :
$(RM) -r $(PROJECT_APIDOCDIR)
$(RM) -r $(PROJECT_BOOTTESTDIR)
$(RM) -r $(PROJECT_OUTPUTDIR)
$(RM) -r $(PROJECT_BOOTSTRAPDIR)
-distclean : clean
+distclean :
$(RM) $(LIBRARY_JAR_ARCHIVE)
$(RM) $(TOOLS_JAR_ARCHIVE)
$(RM) $(SCRIPTS_WRAPPER_LINKS)
@@ -265,7 +265,6 @@ scalatest : .latest-scalatest-jc
boottest : .latest-boottest
library-doc : .latest-library-sdc
-.PHONY : fastclean
.PHONY : sources
.PHONY : system
.PHONY : lamplib