Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src
On Sat, Oct 25, 2008 at 10:35:37PM +0000, Alan Barrett wrote:
>
> Module Name: src
> Committed By: apb
> Date: Sat Oct 25 22:35:37 UTC 2008
>
> Modified Files:
> src/gnu/usr.bin/texinfo: Makefile
> src/share/i18n/csmapper/APPLE: Makefile.inc
> src/share/i18n/csmapper/AST: Makefile.inc
> src/share/i18n/csmapper/CP: Makefile.inc
> src/share/i18n/csmapper/EBCDIC: Makefile.inc
> src/share/i18n/csmapper/GEORGIAN: Makefile.inc
> src/share/i18n/csmapper/ISO-8859: Makefile.inc
> src/share/i18n/csmapper/ISO646: Makefile.inc
> src/share/i18n/csmapper/KOI: Makefile.inc
> src/share/i18n/esdb: Makefile.part
> src/share/i18n/esdb/BIG5: Makefile.inc
> src/share/i18n/esdb/KAZAKH: Makefile.inc
> src/share/i18n/esdb/MISC: Makefile.inc
> src/share/i18n/esdb/TCVN: Makefile.inc
> src/sys/kern: Makefile
> src/usr.sbin/sup/source: Makefile
>
> Log Message:
> Use ${TOOL_SED} instead of plain "sed" in "!=" assignments.
>
> This may need more work to prevent warning messages during
> "make cleandir" when the commands in "!=" assignments are executed
> even though tools may not have been built.
Not only at during "make cleandir". "make dependall" doesn't work when
invoked in the diretories directly (no build.sh involved):
dependall ===> gnu/usr.bin/texinfo
-n: not found
make: "/src/gnu/usr.bin/texinfo/Makefile" line 12: warning: " -n "s/^#define
VERSION \"\(.*\)\"/\1/p" /src/gnu/usr.bin/texinfo/common/config.h" returned
non-zero status
dependall ===> gnu/usr.bin/texinfo/texindex
-n: not found
make: "/src/gnu/usr.bin/texinfo/Makefile" line 12: warning: " -n "s/^#define
VERSION \"\(.*\)\"/\1/p" /src/gnu/usr.bin/texinfo/common/config.h" returned
non-zero status
dependall ===> share/i18n/esdb
sh: /^#/d;/^ *$/d: not found
make: "/src/share/i18n/esdb/Makefile.part" line 8: warning: " '/^#/d;/^ *$/d'
/src/share/i18n/esdb/APPLE/MAC.part" returned non-zero status
Other directories may affected too, but I just noticed it in share/i18n/esdb,
because the on in gnu/usr.bin/texinfo was non fatal.
Bernd
Home |
Main Index |
Thread Index |
Old Index