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 17006138E20 for ; Wed, 19 Feb 2014 17:47:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B58CE0B88; Wed, 19 Feb 2014 17:47:51 +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 9D4D2E0B8A for ; Wed, 19 Feb 2014 17:47:50 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9D1D233EFC6 for ; Wed, 19 Feb 2014 17:47:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id BC46E188C7 for ; Wed, 19 Feb 2014 17:47:47 +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: <1392831122.964aad3e1a4836afbc056ca10e506529740bcd41.dol-sen@gentoo> Subject: [gentoo-commits] proj/catalyst:3.0 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: dol-sen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 964aad3e1a4836afbc056ca10e506529740bcd41 X-VCS-Branch: 3.0 Date: Wed, 19 Feb 2014 17:47:47 +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: e0d58805-bc24-4590-b232-cdad142ec487 X-Archives-Hash: a9a510426b102419217a917f5423fe44 commit: 964aad3e1a4836afbc056ca10e506529740bcd41 Author: Guy Martin gentoo org> AuthorDate: Wed Feb 5 10:39:57 2014 +0000 Commit: Brian Dolbec gmail com> CommitDate: Wed Feb 19 17:32:02 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=964aad3e 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