NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/45397 CVS commit: src/share/mk
The following reply was made to PR toolchain/45397; it has been noted by GNATS.
From: "Alan Barrett" <apb%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/45397 CVS commit: src/share/mk
Date: Sun, 25 Sep 2011 11:20:41 +0000
Module Name: src
Committed By: apb
Date: Sun Sep 25 11:20:41 UTC 2011
Modified Files:
src/share/mk: bsd.lib.mk
Log Message:
If the number of entries in CLEANFILES is too large, then the
commands in bsd.clean.mk encounter errors like "exec(/bin/sh)
failed (Argument list too long)". Avoid that by splitting the
files to clean into several lists using different variable names.
This should fix PR 45397, at least until the number of files
grows much larger.
To generate a diff of this commit:
cvs rdiff -u -r1.316 -r1.317 src/share/mk/bsd.lib.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index