summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2014-03-06 11:19:31 (EST)
committer P. J. McDermott <pjm@nac.net>2014-03-06 11:19:31 (EST)
commit8b6b620efbf855e011956f8f4bd6171b3d374b31 (patch)
tree128fbf1c91a815dbe5e1a8c2f3d86a99b4b7ea09 /lib
parented2110fe0d90653e68406bdf62b33287a41b82f4 (diff)
lib/buildsystem/*.sh: Wrap long lines.
Diffstat (limited to 'lib')
-rw-r--r--lib/buildsystem/autoconf.sh4
-rw-r--r--lib/buildsystem/make.sh16
2 files changed, 10 insertions, 10 deletions
diff --git a/lib/buildsystem/autoconf.sh b/lib/buildsystem/autoconf.sh
index b9b2eeb..7679b14 100644
--- a/lib/buildsystem/autoconf.sh
+++ b/lib/buildsystem/autoconf.sh
@@ -98,7 +98,7 @@ _oh_autoconf_can_install()
_oh_autoconf_testarch()
{
- # TODO: This should call config.sub, which may be in src or src/conftools
- # (or elsewhere?).
+ # TODO: This should call config.sub, which may be in src or
+ # src/conftools (or elsewhere?).
return 0
}
diff --git a/lib/buildsystem/make.sh b/lib/buildsystem/make.sh
index 184b831..a6c4dc2 100644
--- a/lib/buildsystem/make.sh
+++ b/lib/buildsystem/make.sh
@@ -65,14 +65,14 @@ _oh_make_install()
{
# About the destination directory macros:
# * As recommended by the GNU Coding Standards (since 1998-10-15),
- # makefiles generated by GNU Automake use DESTDIR (since 1998-03-20 and
- # released in Automake 1.3).
- # * The makefile of glibc (and therefore EGLIBC) uses install_root (since
- # 1997-01-18). (Since 2011-07-05, install_root is set to the value of
- # DESTDIR by default.) Postfix is another package that uses
- # install_root.
- # * The makefiles of some other packages use INSTALL_ROOT. PHP 5 is one
- # such package. Makefiles generated by qmake and CMake also use
+ # makefiles generated by GNU Automake use DESTDIR (since 1998-03-20
+ # and released in Automake 1.3).
+ # * The makefile of glibc (and therefore EGLIBC) uses install_root
+ # (since 1997-01-18). (Since 2011-07-05, install_root is set to the
+ # value of DESTDIR by default.) Postfix is another package that
+ # uses install_root.
+ # * The makefiles of some other packages use INSTALL_ROOT. PHP 5 is
+ # one such package. Makefiles generated by qmake and CMake also use
# INSTALL_ROOT.
_oh_make_update_first_defined_target 'install' \
"DESTDIR=${_OH_BUILDSYSTEM_DESTDIR}" \