vapier      16/08/02 15:22:58

  Modified:             rip-headers.sh
  Log:
  pull in some more mips cruft

Revision  Changes    Path
1.15                 src/patchsets/gentoo-headers/rip-headers.sh

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gentoo-headers/rip-headers.sh?rev=1.15&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gentoo-headers/rip-headers.sh?rev=1.15&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gentoo-headers/rip-headers.sh?r1=1.14&r2=1.15

Index: rip-headers.sh
===================================================================
RCS file: /var/cvsroot/gentoo/src/patchsets/gentoo-headers/rip-headers.sh,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- rip-headers.sh      1 Sep 2015 02:38:06 -0000       1.14
+++ rip-headers.sh      2 Aug 2016 15:22:58 -0000       1.15
@@ -73,6 +73,11 @@
                cp ${src}/${f} ${dst}/${f}
        done
 fi
+if [[ -d ${src}/arch/mips/boot/tools ]] ; then
+       mkdir -p ${dst}/arch/mips/boot
+       cp -r ${src}/arch/mips/boot/tools ${dst}/arch/mips/boot/
+fi
+find ${dst}/ -name .gitignore -delete
 
 cp README.ripped-headers rip-headers.sh ${dst}/
 




Reply via email to