Date: Tue, 29 May 2007 03:49:01 +0000 (UTC) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys syslimits.h Message-ID: <200705290349.l4T3n1RS026955@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2007-05-29 03:49:01 UTC
FreeBSD src repository
Modified files:
sys/sys syslimits.h
Log:
"make delete-old" needs more than 64KB worth of arguments. Both
arm and powerpc have 64KB as the maximum argument size, so one
cannot run "make delete-old" on arm or powerpc anymore. Stop
special-casing powerpc and give it 256KB of arguments like all
other platforms, but keep arm on 64KB for now. There may be a
purpose to it that doesn't exist for powerpc.
Revision Changes Path
1.22 +1 -1 src/sys/sys/syslimits.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200705290349.l4T3n1RS026955>
