FYI, >From d9bc0d0d22b159f1a0b2cb11d4efd759921da238 Mon Sep 17 00:00:00 2001 From: Jim Meyering <meyer...@redhat.com> Date: Mon, 10 Sep 2012 11:00:35 +0200 Subject: [PATCH] maint: gen-lists-of-programs.sh: improve comments
* build-aux/gen-lists-of-programs.sh: Improve comments. --- build-aux/gen-lists-of-programs.sh | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/build-aux/gen-lists-of-programs.sh b/build-aux/gen-lists-of-programs.sh index 9ca46cf..de9ff64 100755 --- a/build-aux/gen-lists-of-programs.sh +++ b/build-aux/gen-lists-of-programs.sh @@ -1,8 +1,8 @@ #!/bin/sh # Generate lists of all coreutils programs, to be fed both to Autoconf # and Automake, and with further distinctions about how and when these -# programs should be built. This is useful to avoid duplicating the -# definitions of these list among several files ('configure.ac' and +# programs should be built. This is useful to avoid duplicating these +# list definitions list among several files ('configure.ac' and # 'src/local.mk' at least); such duplication had proved a source of # inconsistencies and bugs in the past. @@ -21,8 +21,7 @@ disabled_by_default_progs=' ' # Programs that can be built only when certain requisite system -# features are detected. These prerequisites will be looked for -# at configure runtime. +# features are detected at configure time. build_if_possible_progs=' chroot df @@ -148,7 +147,7 @@ case $#,$1 in echo "no_install_progs_default='`echo $disabled_by_default_progs`'" sed 's/^ *//' <<END # Given the name of a variable containing a space-separated - # list of install-by-default programs and the actual list + # list of install-by-default programs and the actual list of # do-not-install-by-default programs, modify the former variable # to reflect any "do-install" and "don't-install" requests. # That is, add any program specified via --enable-install-program, -- 1.7.12.289.g0ce9864