Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in src/patchsets/gentoo-headers: rip-headers.sh
Date: Tue, 02 Aug 2016 15:23:08
Message-Id: 20160802152259.013212424@oystercatcher.gentoo.org
1 vapier 16/08/02 15:22:58
2
3 Modified: rip-headers.sh
4 Log:
5 pull in some more mips cruft
6
7 Revision Changes Path
8 1.15 src/patchsets/gentoo-headers/rip-headers.sh
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gentoo-headers/rip-headers.sh?rev=1.15&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gentoo-headers/rip-headers.sh?rev=1.15&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gentoo-headers/rip-headers.sh?r1=1.14&r2=1.15
13
14 Index: rip-headers.sh
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/src/patchsets/gentoo-headers/rip-headers.sh,v
17 retrieving revision 1.14
18 retrieving revision 1.15
19 diff -u -r1.14 -r1.15
20 --- rip-headers.sh 1 Sep 2015 02:38:06 -0000 1.14
21 +++ rip-headers.sh 2 Aug 2016 15:22:58 -0000 1.15
22 @@ -73,6 +73,11 @@
23 cp ${src}/${f} ${dst}/${f}
24 done
25 fi
26 +if [[ -d ${src}/arch/mips/boot/tools ]] ; then
27 + mkdir -p ${dst}/arch/mips/boot
28 + cp -r ${src}/arch/mips/boot/tools ${dst}/arch/mips/boot/
29 +fi
30 +find ${dst}/ -name .gitignore -delete
31
32 cp README.ripped-headers rip-headers.sh ${dst}/