Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Jan 2003 16:51:47 +0100 (CET)
From:      Richard <richard@unixguru.nl>
To:        Eugene <eugene@emetex.ru>
Cc:        freebsd-stable@FreeBSD.ORG
Subject:   Re: readmes
Message-ID:  <20030116164448.C28170@mail.unixguru.nl>
In-Reply-To: <20030116123702.GA98828@emetex.ru>
References:  <20030116123702.GA98828@emetex.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 16 Jan 2003, Eugene wrote:

> ===>   Creating README.html for cdk-4.9.10-20020809_1
> /bin/sh:Argument list too long
> *** Error code 1

I think we have to much ports :-))

Because you are in /usr/ports, the target list become's very very long,
that why it's not working. Not a direct resolution, but a workaround is
making a little script:

#!/bin/sh

cd /usr/ports/

for DIR in `find . -mindepth 2 -maxdepth 2 -type d`; do
	cd "/usr/ports/${DIR}"
	make readmes
done

Regards,

Richard.

----
Paul Vixie in an interview with Sendmail.net:

Now that the Internet has the full spectrum of humanity as users,
the technology is showing its weakness: it was designed to be
used by friendly, smart people. Spammers, as an example of a class,
are neither friendly nor smart.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030116164448.C28170>