summaryrefslogtreecommitdiff
path: root/Makefile.config
diff options
context:
space:
mode:
authorpaltherr <paltherr@epfl.ch>2003-11-03 12:53:09 +0000
committerpaltherr <paltherr@epfl.ch>2003-11-03 12:53:09 +0000
commitf2edc84853de62dbf63c9c1cda34d06e153ce88c (patch)
tree6dc0d1a4dfc6dfb78447c2f9e7ce26f723232a3d /Makefile.config
parenta87a5ed43ecdc3e877c1f9d40c72c56026bd678e (diff)
downloadscala-f2edc84853de62dbf63c9c1cda34d06e153ce88c.tar.gz
scala-f2edc84853de62dbf63c9c1cda34d06e153ce88c.tar.bz2
scala-f2edc84853de62dbf63c9c1cda34d06e153ce88c.zip
- Added Makefile.import
- Moved some stuff from Makefile and Makefile.config into Makefile.import
Diffstat (limited to 'Makefile.config')
-rw-r--r--Makefile.config28
1 files changed, 1 insertions, 27 deletions
diff --git a/Makefile.config b/Makefile.config
index dd05b54abf..4e624faef4 100644
--- a/Makefile.config
+++ b/Makefile.config
@@ -92,32 +92,6 @@ PICO_FLAGS ?= -make -source 1.4
# XSLT processor
XSLTPROC ?= xsltproc
-XSLTPROC_FLAGS ?=
-
-##############################################################################
-# Makefile functions
-
-RUN ?= $(ECHO) '$(1)'; $(1) || exit $$?
-READLIST ?= $(shell $(CAT) $(1) | $(GREP) -v "^\#")
-
-##############################################################################
-# Includes
-
-include $(PROJECT_SUPPORTDIR)/make/default.mk
-include $(PROJECT_SUPPORTDIR)/make/cygwin.mk
-include $(PROJECT_SUPPORTDIR)/make/exec.mk
-include $(PROJECT_SUPPORTDIR)/make/grep.mk
-include $(PROJECT_SUPPORTDIR)/make/wc.mk
-
-##############################################################################
-# Commands
-
-cvs-fix-perms :
- $(strip \
- $(FIND) . -type f -perm +a=x | \
- $(GREP) -v '.*/bin/.*' | \
- $(XARGS) -r $(CHMOD) a-x)
-
-.PHONY : cvs-fix-perms
+XSLTPROC_FLAGS ?=
##############################################################################