Gentoo Archives: gentoo-commits

From: "Raúl Porcel" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/catalyst:3.0 commit in: targets/support/
Date: Fri, 28 Nov 2014 11:41:55
Message-Id: 1417174828.5b5b9661a89b1677010522d71961da54abe1be9b.armin76@gentoo
1 commit: 5b5b9661a89b1677010522d71961da54abe1be9b
2 Author: Raúl Porcel <armin76 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 28 11:40:28 2014 +0000
4 Commit: Raúl Porcel <armin76 <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 28 11:40:28 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=5b5b9661
7
8 Fix name of system.map for sparc
9
10 ---
11 targets/support/netboot2-final.sh | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14 diff --git a/targets/support/netboot2-final.sh b/targets/support/netboot2-final.sh
15 index ebd5187..4460e95 100755
16 --- a/targets/support/netboot2-final.sh
17 +++ b/targets/support/netboot2-final.sh
18 @@ -51,7 +51,7 @@ case ${clst_hostarch} in
19 fi
20 for x in ${clst_boot_kernel}; do
21 elftoaout ${clst_target_path}/kernels/${x} -o ${clst_target_path}/${x}-a.out
22 - ${piggyback} ${clst_target_path}/${x}-a.out ${clst_target_path}/kernels/misc/System.map-${x} ${clst_target_path}/kernels/misc/${x}.igz
23 + ${piggyback} ${clst_target_path}/${x}-a.out ${clst_target_path}/kernels/misc/System-${x}.map ${clst_target_path}/kernels/misc/${x}.igz
24 done
25 ;;
26 ia64)