Skip to content
Snippets Groups Projects
Commit 2ead114e authored by Martin Stjernholm's avatar Martin Stjernholm
Browse files

MAKE must be set explicitly for stupid make's.

Rev: Makefile:1.15
parent 78667971
No related branches found
No related tags found
No related merge requests found
# #
# $Id: Makefile,v 1.14 1999/08/13 22:05:55 mast Exp $ # $Id: Makefile,v 1.15 1999/08/15 13:56:26 mast Exp $
# #
# Meta Makefile # Meta Makefile
# #
VPATH=. VPATH=.
MAKE=make
OS=`uname -srm|sed -e 's/ /-/g'|tr '[A-Z]' '[a-z]'|tr '/' '_'` OS=`uname -srm|sed -e 's/ /-/g'|tr '[A-Z]' '[a-z]'|tr '/' '_'`
BUILDDIR=build/$(OS) BUILDDIR=build/$(OS)
METATARGET= METATARGET=
...@@ -14,7 +15,7 @@ CONFIGUREARGS= ...@@ -14,7 +15,7 @@ CONFIGUREARGS=
# Set to a flag for parallelizing make, e.g. -j2. It's given to make # Set to a flag for parallelizing make, e.g. -j2. It's given to make
# at the level where it's most effective. # at the level where it's most effective.
MAKE_PARALLEL= MAKE_PARALLEL=-j4
# Used to avoid make compatibility problems. # Used to avoid make compatibility problems.
BIN_TRUE=":" BIN_TRUE=":"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment