summaryrefslogtreecommitdiff
path: root/rules/distdir-way-opts.mk
diff options
context:
space:
mode:
authorIavor S. Diatchki <iavor.diatchki@gmail.com>2011-12-18 18:34:38 -0800
committerIavor S. Diatchki <iavor.diatchki@gmail.com>2011-12-18 18:34:38 -0800
commitd6705e972b905f5034bdc3e0b2fca65f9be33b22 (patch)
tree59e619e7b0f69423eff1b34aaa263c6ef81a99d1 /rules/distdir-way-opts.mk
parentb7c1a7a7029e07c64da54312b8b8fae942a7b98a (diff)
downloadhaskell-d6705e972b905f5034bdc3e0b2fca65f9be33b22.tar.gz
Remove tabs, so that I can push.
Diffstat (limited to 'rules/distdir-way-opts.mk')
-rw-r--r--rules/distdir-way-opts.mk34
1 files changed, 17 insertions, 17 deletions
diff --git a/rules/distdir-way-opts.mk b/rules/distdir-way-opts.mk
index 7b516371e2..2e5f76462b 100644
--- a/rules/distdir-way-opts.mk
+++ b/rules/distdir-way-opts.mk
@@ -28,40 +28,40 @@ define distdir-way-opts # args: $1 = dir, $2 = distdir, $3 = way, $4 = stage
# Variable Purpose Defined by
# -------------- ------------------------------ --------------
# $1_PACKAGE Package name for this dir, $1/$2/ghc.mk
-# if it is a package
-#
+# if it is a package
+#
# CONF_HC_OPTS GHC options from ./configure mk/config.mk.in
-#
+#
# CONF_HC_OPTS_STAGE$4 GHC options from ./configure mk/config.mk.in
-# specific to stage $4
-#
+# specific to stage $4
+#
# WAY_$3_HC_OPTS GHC options specific to way $3 mk/ways.mk
-#
+#
# SRC_HC_OPTS source-tree-wide GHC options mk/config.mk.in
# mk/build.mk
# mk/validate.mk
-#
+#
# EXTRA_HC_OPTS for supplying extra options on make EXTRA_HC_OPTS=...
-# the command line
-#
+# the command line
+#
# $1_HC_OPTS GHC options specific to this $1/$2/package-data.mk
# dir
-#
+#
# $1_$2_HC_OPTS GHC options specific to this $1/$2/package-data.mk
# dir and distdir
-#
+#
# $1_$2_$3_HC_OPTS GHC options specific to this $1/$2/package-data.mk
# dir, distdir and way
-#
+#
# $1_$2_MORE_HC_OPTS GHC options for this dir/distdir ???
-#
+#
# $1_$2_EXTRA_HC_OPTS GHC options for this dir/distdir mk/build.mk
-#
+#
# $1_$2_HC_PKGCONF -package-conf flag if necessary rules/package-config.mk
-#
+#
# $1_$2_HS_SRC_DIRS dirs relative to $1 containing $1/$2/package-data.mk
-# source files
-#
+# source files
+#
# $1_$2_CPP_OPTS CPP options $1/$2/package-data.mk
#
# <file>_HC_OPTS GHC options for this source $1/$2/ghc.mk