summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gratz <Stromeko@Stromeko.DE>2012-05-31 20:10:56 +0200
committerBastien Guerry <bzg@altern.org>2012-06-01 09:52:25 +0200
commit8038f3d79aa35edf575900308753cddb427e7c60 (patch)
treeb8513dc64fd014dc4a97ddf41a9faf0b634eacb5
parent9eabcb899b8216289efeab8e1df460ff9c32caea (diff)
downloadorg-mode-8038f3d79aa35edf575900308753cddb427e7c60.tar.gz
Avoid whitespace errors in Makefile variables
* default.mk: Avoid whitespace errors, remove comments after variable definitions. Make ignores whitespace around the "=", but not before the comment.
-rw-r--r--default.mk17
1 files changed, 11 insertions, 6 deletions
diff --git a/default.mk b/default.mk
index 4d29048..7bdb7df 100644
--- a/default.mk
+++ b/default.mk
@@ -23,17 +23,21 @@ infodir = $(prefix)/info
#ORG_MAKE_DOC = info # html pdf
# Where to create temporary files for the testsuite
-TMPDIR ?= /tmp # respect TMPDIR if it is already defined in the environment
+# respect TMPDIR if it is already defined in the environment
+TMPDIR ?= /tmp
testdir = $(TMPDIR)/tmp-orgtest
# Configuration for testing
-BTEST_PRE = # add options before standard load-path
-BTEST_POST = # add options after standard load path
+# add options before standard load-path
+BTEST_PRE =
+# add options after standard load path
+BTEST_POST =
# -L <path-to>/ert # needed for Emacs23, Emacs24 has ert built in
# -L <path-to>/htmlize # need at least version 1.34 for source code formatting
-BTEST_OB_LANGUAGES = awk C fortran maxima lilypond octave python sh # R
+BTEST_OB_LANGUAGES = awk C fortran maxima lilypond octave python sh
# R is not activated by default because it requires ess to be installed and configured
-BTEST_EXTRA = # extra packages to require for testing
+# extra packages to require for testing
+BTEST_EXTRA =
##->8-------------------------------------------------------------------
## YOU MAY NEED TO ADAPT THESE DEFINITIONS
@@ -115,7 +119,8 @@ RMR = rm -fr
CP = install -m 644 -p
# How to obtain administrative privileges
-# SUDO = # leave blank if you don't need this
+# leave blank if you don't need this
+# SUDO =
SUDO = sudo
# Name of the program to install info files