From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6C998138CD0 for ; Thu, 21 May 2015 23:53:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89BFFE08DA; Thu, 21 May 2015 23:53:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DE197E08D9 for ; Thu, 21 May 2015 23:53:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 37D54340FEE for ; Thu, 21 May 2015 23:53:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 54C819FB for ; Thu, 21 May 2015 23:53:30 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1425002583.100f238eedc1a34c4fa5a3f15b07482d06f4f391.dolsen@gentoo> Subject: [gentoo-commits] proj/catalyst:pending commit in: targets/support/ X-VCS-Repository: proj/catalyst X-VCS-Files: targets/support/post-kmerge.sh X-VCS-Directories: targets/support/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 100f238eedc1a34c4fa5a3f15b07482d06f4f391 X-VCS-Branch: pending Date: Thu, 21 May 2015 23:53:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2b6063a5-4f8d-46e2-9967-1e4dc3443c81 X-Archives-Hash: fa911a3a37c3f00427c5e0b77fba91f9 Message-ID: <20150521235330.rhB0iNaD1Nyjsof2f_opfFLJpci8Tk3VWZGddu0ZxH4@z> commit: 100f238eedc1a34c4fa5a3f15b07482d06f4f391 Author: Guy Martin gentoo org> AuthorDate: Wed Feb 5 10:39:57 2014 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Fri Feb 27 02:03:03 2015 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=100f238e depscan.sh doesn't exists anymore. targets/support/post-kmerge.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/targets/support/post-kmerge.sh b/targets/support/post-kmerge.sh index c17680c..58b2e08 100755 --- a/targets/support/post-kmerge.sh +++ b/targets/support/post-kmerge.sh @@ -7,6 +7,5 @@ source /tmp/chroot-functions.sh # Only run depscan.sh if modules exist if [ -n "$(ls /lib/modules)" ] then - /sbin/depscan.sh find /lib/modules -name modules.dep -exec touch {} \; fi