From b73a405dbb39a5f0fb500536742892b7d8706d1a Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Wed, 13 Oct 2010 19:20:34 +0700 Subject: [PATCH] libposix: reindent with spaces instead of tabs * libposix/Makefile.am: Reindent with spaces instead of tabs. * libposix/bootstrap: Likewise. --- ChangeLog | 6 ++++ libposix/Makefile.am | 8 ++--- libposix/bootstrap | 72 ++++++++++++++++++++++---------------------- 3 files changed, 46 insertions(+), 40 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7dce876935..cef505a712 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-10-13 Gary V. Vaughan + + libposix: reindent with spaces instead of tabs + * libposix/Makefile.am: Reindent with spaces instead of tabs. + * libposix/bootstrap: Likewise. + 2010-10-12 Gary V. Vaughan libposix: use git-version-gen for version numbering diff --git a/libposix/Makefile.am b/libposix/Makefile.am index da7dc13793..e8d6ae1ea1 100644 --- a/libposix/Makefile.am +++ b/libposix/Makefile.am @@ -1,4 +1,4 @@ -ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = lib tests -DIST_SUBDIRS = $(SUBDIRS) -EXTRA_DIST = bootstrap m4/gnulib-cache.m4 +ACLOCAL_AMFLAGS = -I m4 +SUBDIRS = lib tests +DIST_SUBDIRS = $(SUBDIRS) +EXTRA_DIST = bootstrap m4/gnulib-cache.m4 diff --git a/libposix/bootstrap b/libposix/bootstrap index c87f6adc1d..a90aa866ce 100755 --- a/libposix/bootstrap +++ b/libposix/bootstrap @@ -14,42 +14,42 @@ echo "posix-modules : `posix-modules` libposix : `gnulib-tool --extract-dependencies libposix`" |awk ' -/^$/ { next; } -/^[a-z-]+ :/ { tag=$1; next; } - { if (modules[$1]) - modules[$1] = "both"; - else - modules[$1] = tag; - } -END { # posix-modules only - header=0; - for (i in modules) - { - if ("posix-modules" == modules[i]) - { - if (0 == header) - { - print "Modules in posix-modules list only:" - header = 1 - } - printf ("\t%s\n", i); - } - } - # libposix only - header=0; - for (i in modules) - { - if ("libposix" == modules[i]) - { - if (0 == header) - { - print "Modules in libposix only:" - header = 1 - } - printf ("\t%s\n", i); - } - } - } +/^$/ { next; } +/^[a-z-]+ :/ { tag=$1; next; } + { if (modules[$1]) + modules[$1] = "both"; + else + modules[$1] = tag; + } +END { # posix-modules only + header=0; + for (i in modules) + { + if ("posix-modules" == modules[i]) + { + if (0 == header) + { + print "Modules in posix-modules list only:" + header = 1 + } + printf ("\t%s\n", i); + } + } + # libposix only + header=0; + for (i in modules) + { + if ("libposix" == modules[i]) + { + if (0 == header) + { + print "Modules in libposix only:" + header = 1 + } + printf ("\t%s\n", i); + } + } + } ' autoreconf --force --install --verbose --symlink -- 2.39.5