summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.config3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.config b/Makefile.config
index abcff258a7..0fa18a6466 100644
--- a/Makefile.config
+++ b/Makefile.config
@@ -20,6 +20,7 @@ PROJECT_LIBRARYDIR ?= $(PROJECT_ROOT)/lib
PROJECT_SUPPORTDIR ?= $(PROJECT_ROOT)/support
PROJECT_SOURCEDIR ?= $(PROJECT_ROOT)/sources
PROJECT_OUTPUTDIR ?= $(PROJECT_ROOT)/classes
+PROJECT_DISTRIBDIR ?= $(PROJECT_ROOT)/distribs
PROJECT_BOOTSTRAPDIR ?= $(PROJECT_ROOT)/bootstrap
PROJECT_CLASSPATH ?= $(PROJECT_OUTPUTDIR)
PROJECT_LISTDIR ?= $(PROJECT_CONFIGDIR)/list
@@ -40,6 +41,7 @@ MSIL_JARFILE ?= $(MSIL_HOME)/msil.jar
# Standard tools
BASENAME ?= basename
+BZIP2 ?= bzip2
CAT ?= cat
CHMOD ?= chmod
COMM ?= comm
@@ -50,6 +52,7 @@ ECHO ?= echo
EXPR ?= expr
FIND ?= find
GREP ?= grep
+GZIP ?= gzip
HEAD ?= head
IA ?= build
INSTALL ?= $(PROJECT_SUPPORTDIR)/scripts/install