From 6c8a2f1e482a640ba05d99addb200e85d071f49d Mon Sep 17 00:00:00 2001
From: Reid Spencer
Date: Thu, 23 Mar 2006 06:19:04 +0000
Subject: [PATCH] Wrap long lines, remove unnecessarily empty lines.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26977 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/MakefileGuide.html | 27 +++++++++++++++------------
1 file changed, 15 insertions(+), 12 deletions(-)
diff --git a/docs/MakefileGuide.html b/docs/MakefileGuide.html
index 254f21c9e2e..27dc361cec8 100644
--- a/docs/MakefileGuide.html
+++ b/docs/MakefileGuide.html
@@ -89,8 +89,8 @@
Make 3.79, a widely portable makefile processor. LLVM unabashedly makes heavy
use of the features of GNU Make so the dependency on GNU Make is firm. If
you're not familiar with make, it is recommended that you read the
- GNU Makefile Manual
- .
+ GNU Makefile
+ Manual.
While this document is rightly part of the
LLVM Programmer's Manual, it is treated
separately here because of the volume of content and because it is often an
@@ -634,8 +634,8 @@
the profiled tools (gmon.out).
ENABLE_ASSERTIONS
If set to any value, causes the build to enable assertions, even if
- building a release or profile build. This is slower than a release build but
- far faster than a debug build.
+ building a release or profile build. This is slower than a release build
+ but far faster than a debug build.
EXPERIMENTAL_DIRS
Specify a set of directories that should be built, but if they fail, it
should not cause the build to fail. Note that this should only be used
@@ -647,7 +647,7 @@
Specifies a set of symbols to be exported by the linker.
EXTRA_DIST
Specifies additional files that should be distributed with LLVM. All
- source files, all built sources, all Makefiles, and most documentation files
+ source files, all built sources, all Makefiles, and most documentation files
will be automatically distributed. Use this variable to distribute any
files that are not automatically distributed.
KEEP_SYMBOLS
@@ -768,7 +768,8 @@
Specifies the path to the echo tool for printing output.
ETAGS(configured)
Specifies the path to the etags tool.
- ETAGSFLAGS(configured)
+ ETAGSFLAGS(configured)
+
Provides flags to be passed to the etags tool.
EXEEXT(configured)
Provides the extension to be used on executables built by the makefiles.
@@ -793,12 +794,15 @@
Specifies the path to the LLVM version of the GCC 'C' Compiler
LLVMGXX(defaulted)
Specifies the path to the LLVM version of the GCC C++ Compiler
- LLVM_OBJ_ROOT(configured)
+ LLVM_OBJ_ROOT(configured)
+
Specifies the top directory into which the output of the build is
placed.
- LLVM_SRC_ROOT(configured)
+ LLVM_SRC_ROOT(configured)
+
Specifies the top directory in which the sources are found.
- LLVM_TARBALL_NAME(configured)
+ LLVM_TARBALL_NAME
+ (configured)
Specifies the name of the distribution tarball to create. This is
configured from the name of the project and its version number.
MKDIR(defaulted)
@@ -839,8 +843,8 @@
The name of the type of build being performed: Debug, Release, or
Profile
bytecode_libdir
- The directory into which bytecode libraries will ultimately be installed.
- This value is derived from the --prefix option given to
+ The directory into which bytecode libraries will ultimately be
+ installed. This value is derived from the --prefix option given to
configure.
ConfigureScriptFLAGS
Additional flags given to the configure script when
@@ -997,6 +1001,5 @@
The LLVM Compiler Infrastructure
Last modified: $Date$
-