vapier      15/09/01 02:38:06

  Modified:             rip-headers.sh
  Log:
  pull in x86 dirs starting w/4.2

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

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

Index: rip-headers.sh
===================================================================
RCS file: /var/cvsroot/gentoo/src/patchsets/gentoo-headers/rip-headers.sh,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- rip-headers.sh      14 Apr 2015 22:15:43 -0000      1.13
+++ rip-headers.sh      1 Sep 2015 02:38:06 -0000       1.14
@@ -60,6 +60,11 @@
                done
        fi
 done
+# handle x86 unique cruft
+if [[ -e ${src}/arch/x86/entry/syscalls ]] ; then
+       mkdir -p ${dst}/arch/x86/entry
+       cp -r ${src}/arch/x86/entry/syscalls ${dst}/arch/x86/entry/
+fi
 # mips has some stupid unique bs
 if [[ -e ${src}/arch/mips/Kbuild.platforms ]] ; then
        for f in "${src}"/arch/mips/*/Platform ; do




Reply via email to