Gentoo Archives: gentoo-commits

From: "Raúl Porcel" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/catalyst:master commit in: targets/support/
Date: Fri, 28 Nov 2014 11:42:03
Message-Id: 1417174799.7c54fff486a3b37992381fae81aacec72328c0f3.armin76@gentoo
1 commit: 7c54fff486a3b37992381fae81aacec72328c0f3
2 Author: Raúl Porcel <armin76 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 28 11:39:59 2014 +0000
4 Commit: Raúl Porcel <armin76 <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 28 11:39:59 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=7c54fff4
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 2ee207e..53a0670 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)