public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] portage r10221 - main/branches/2.1.2/bin
@ 2008-05-06 20:26 Zac Medico (zmedico)
  0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2008-05-06 20:26 UTC (permalink / raw
  To: gentoo-commits

Author: zmedico
Date: 2008-05-06 20:26:47 +0000 (Tue, 06 May 2008)
New Revision: 10221

Modified:
   main/branches/2.1.2/bin/misc-functions.sh
Log:
In install_mask(), discard stderr messages from the 'find' command
since some tokens from INSTALL_MASK can trigger lots of warnings
and errors that are irrelevant for our purposes. (trunk r10220)


Modified: main/branches/2.1.2/bin/misc-functions.sh
===================================================================
--- main/branches/2.1.2/bin/misc-functions.sh	2008-05-06 20:26:05 UTC (rev 10220)
+++ main/branches/2.1.2/bin/misc-functions.sh	2008-05-06 20:26:47 UTC (rev 10221)
@@ -378,7 +378,7 @@
 
 		# we also need to handle globs (*.a, *.h, etc)
 		find "${root}" \( -path "${no_inst}" -or -name "${no_inst}" \) \
-			-exec rm -fR {} \; >/dev/null
+			-exec rm -fR {} \; >/dev/null 2>&1
 	done
 	# set everything back the way we found it
 	set +o noglob

-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-05-06 20:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-06 20:26 [gentoo-commits] portage r10221 - main/branches/2.1.2/bin Zac Medico (zmedico)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox