NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: toolchain/45397: make cleandir in src/lib/libc fails on CentOS host
The following reply was made to PR toolchain/45397; it has been noted by GNATS.
From: Alan Barrett <apb%cequrux.com@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: toolchain/45397: make cleandir in src/lib/libc fails on CentOS
host
Date: Fri, 23 Sep 2011 18:38:02 +0200
On Fri, 23 Sep 2011, Izumi Tsutsui wrote:
>*** Failed target: __doclean
>*** Failed command: bad="$(cd /usr/local/src/lib/libc && ls -d tags assym.h
>assym.h.tmp Lint__setjmp.c Lint_bswap16.c Lint_bswap32.c Lint_swapcontext.c
>errlist.c
> :
>[long CLEANFILES args]
> :
>yp_maplist.ln yp_master.ln yp_match.ln yp_order.ln yplib.ln yperr_string.ln
>ypprot_err.ln 2>/dev/null)"; if test -n "$bad"; then echo "Failed to remove
>files from /usr/local/src/lib/libc:" ; echo "$bad" ; false ; fi
>*** Error code 1
I guess the "- (cd ${_d} && rm -f ...) just above also failed, because
this ls -d command is almost exactly the same length as the
preceding rm -f command.
>>Fix:
>Split too long args for other OSes?
Maybe I can do something like echo ${VERY_LONG_LIST} | xargs ...
--apb (Alan Barrett)
Home |
Main Index |
Thread Index |
Old Index