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 CentOShost



The following reply was made to PR toolchain/45397; it has been noted by GNATS.

From: Izumi Tsutsui <tsutsui%ceres.dti.ne.jp@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: tsutsui%ceres.dti.ne.jp@localhost
Subject: Re: toolchain/45397: make cleandir in src/lib/libc fails on CentOShost
Date: Sun, 25 Sep 2011 07:25:21 +0900

 >  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.
 
 Yes, but it was properly(?) ignored:
 
 ---
 nbmake: exec(/bin/sh) failed (Argument list too long)
 
 *** Failed target:  __doclean
 *** Failed command: (cd /usr/local/src/lib/libc && rm -f tags assym.h ...
  :
 ... yp_master.ln yp_match.ln yp_order.ln yplib.ln yperr_string.ln 
ypprot_err.ln) 
 *** Error code 1 (ignored)
 ---
 Izumi Tsutsui
 


Home | Main Index | Thread Index | Old Index