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 8594B1389E2 for ; Fri, 28 Nov 2014 11:41:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20438E0853; Fri, 28 Nov 2014 11:41:55 +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 C7948E0853 for ; Fri, 28 Nov 2014 11:41:54 +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 F12E3340149 for ; Fri, 28 Nov 2014 11:41:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E1F8B145 for ; Fri, 28 Nov 2014 11:41:52 +0000 (UTC) From: "Raúl Porcel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Raúl Porcel" Message-ID: <1417174828.5b5b9661a89b1677010522d71961da54abe1be9b.armin76@gentoo> Subject: [gentoo-commits] proj/catalyst:3.0 commit in: targets/support/ X-VCS-Repository: proj/catalyst X-VCS-Files: targets/support/netboot2-final.sh X-VCS-Directories: targets/support/ X-VCS-Committer: armin76 X-VCS-Committer-Name: Raúl Porcel X-VCS-Revision: 5b5b9661a89b1677010522d71961da54abe1be9b X-VCS-Branch: 3.0 Date: Fri, 28 Nov 2014 11:41:52 +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: dfdb37a9-4bea-4be4-803e-0e8197e0b749 X-Archives-Hash: 63d19c45542e6bcd23c1c642a0404253 commit: 5b5b9661a89b1677010522d71961da54abe1be9b Author: Raúl Porcel gentoo org> AuthorDate: Fri Nov 28 11:40:28 2014 +0000 Commit: Raúl Porcel gentoo org> CommitDate: Fri Nov 28 11:40:28 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=5b5b9661 Fix name of system.map for sparc --- targets/support/netboot2-final.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/support/netboot2-final.sh b/targets/support/netboot2-final.sh index ebd5187..4460e95 100755 --- a/targets/support/netboot2-final.sh +++ b/targets/support/netboot2-final.sh @@ -51,7 +51,7 @@ case ${clst_hostarch} in fi for x in ${clst_boot_kernel}; do elftoaout ${clst_target_path}/kernels/${x} -o ${clst_target_path}/${x}-a.out - ${piggyback} ${clst_target_path}/${x}-a.out ${clst_target_path}/kernels/misc/System.map-${x} ${clst_target_path}/kernels/misc/${x}.igz + ${piggyback} ${clst_target_path}/${x}-a.out ${clst_target_path}/kernels/misc/System-${x}.map ${clst_target_path}/kernels/misc/${x}.igz done ;; ia64)