Whamcloud - gitweb
LU-1199 build: Fix style and indention in build system files
authorChristopher J. Morrone <morrone2@llnl.gov>
Sat, 24 Nov 2012 03:12:06 +0000 (19:12 -0800)
committerOleg Drokin <green@whamcloud.com>
Thu, 29 Nov 2012 05:09:15 +0000 (00:09 -0500)
commit1e880bbcfc69f50b770f16de7b86d17c6ae18284
tree52f4b8c1083fffde30123383efb04aae8f30024f
parentecaba99677b28536f9c376b2b835b554a7792668
LU-1199 build: Fix style and indention in build system files

Fix indentation by replacing spaces with tabs.

Remove stray whitespace at end of lines.

Command substitution changed from `...` notation to $(...) notation.
The latter is part of the POSIX 1003.2, and is supported by Debian's
dash shell, so it is relativly portable these days.

build/Makefile is checked in to git, not auto-generated by the
build system.  Therefore a !Makefile exception is added to
build/.gitignore.

Also, in build/autogen.sh, fix default setting of the IFS variable
to be a space and a tab, rather than 9 spaces.  I believe the 9
spaces were a result of a bad cut-and-paste.

Change-Id: I46270d808d7fe036f748da1cb45826bb42ab01e2
Signed-off-by: Christopher J. Morrone <morrone2@llnl.gov>
Reviewed-on: http://review.whamcloud.com/4677
Tested-by: Hudson
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Brian J. Murrell <brian.murrell@intel.com>
build/.gitignore
build/Makefile
build/autoMakefile.am
build/autoMakefile.am.toplevel
build/autoconf/lustre-build-linux.m4
build/autoconf/lustre-build.m4
build/autogen.sh