aboutsummaryrefslogtreecommitdiff
path: root/roll-tarballs.sh
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-02-20 15:36:36 +0100
committerftrapero <frantracer@gmail.com>2017-06-15 14:16:47 +0200
commit123fb7fe7fe2e651a7f1cd36f02abe3ba74af704 (patch)
treefa7302cc2b4313063214a5d9379e061f8d4ee5fd /roll-tarballs.sh
parentc20b946b4abe2aeccfdb85e54f38e65041948741 (diff)
downloadnx-libs-123fb7fe7fe2e651a7f1cd36f02abe3ba74af704.tar.gz
nx-libs-123fb7fe7fe2e651a7f1cd36f02abe3ba74af704.tar.bz2
nx-libs-123fb7fe7fe2e651a7f1cd36f02abe3ba74af704.zip
roll-tarball.sh: Drop various unused files from the bundled Mesa version when creating release tarballs.
Diffstat (limited to 'roll-tarballs.sh')
-rwxr-xr-xroll-tarballs.sh14
1 files changed, 13 insertions, 1 deletions
diff --git a/roll-tarballs.sh b/roll-tarballs.sh
index e33863119..fe014baed 100755
--- a/roll-tarballs.sh
+++ b/roll-tarballs.sh
@@ -111,7 +111,19 @@ if [ "x$MODE" = "xfull" ]; then
rm -f "nx-X11/programs/Xserver/include/.gitignore"
rm -f "nx-X11/programs/Xserver/GL/.gitignore"
rm -f "nx-X11/include/.gitignore"
-
+ rm -Rf "nx-X11/extras/Mesa/"{bin/,configs/,docs/,doxygen/,progs/,vms/,windows/,Makefile,Makefile.*,descrip.mms,mms-config.}
+ rm -Rf "nx-X11/extras/Mesa/include/"{GLES,GLView.h}
+ rm -f "nx-X11/extras/Mesa/include/GL/"{amesa.h,directfbgl.h,dmesa.h,foomesa.h,fxmesa.h,ggimesa.h,glfbdev.h,gl_mangle.h,glu.h,glu_mangle.h,glutf90.h,glut.h,glut_h.dja,glx_mangle.h,Makefile.am,mesa_wgl.h,mglmesa.h,miniglx.h,svgamesa.h,uglglutshapes.h,uglmesa.h,vms_x_fix.h,wmesa.h,xmesa_x.h}
+ rm -f "nx-X11/extras/Mesa/include/GL/internal/"{dri_interface.h,sarea.h}
+ rm -Rf "nx-X11/extras/Mesa/src/"{egl/,glu/,glut/,glw/,glx/mini/,Makefile,glx/Makefile,descrip.mms}
+ rm -Rf "nx-X11/extras/Mesa/src/mesa/"{ppc,sparc,tnl_dd,x86,x86-64,sources}
+ rm -Rf "nx-X11/extras/Mesa/src/mesa/drivers/"{allegro,beos,d3d,directfb,dos,fbdev,ggi,glide,osmesa,svga,windows}
+ rm -Rf "nx-X11/extras/Mesa/src/mesa/drivers/dri/"{ffb,i810,i915,mga,r200,radeon,savage,tdfx,unichrome,fb,gamma,i830,mach64,r128,r300,s3v,sis,trident}
+ rm -Rf "nx-X11/extras/Mesa/src/mesa/drivers/dri/common/"{depthtmp.h,drirenderbuffer.h,dri_util.h,memops.h,mmx.h,spantmp_common.h,stenciltmp.h,texmem.h,utils.h,vblank.h,xmlconfig.h,xmlpool.h,drirenderbuffer.c,dri_util.c,extension_helper.h,mmio.h,spantmp2.h,spantmp.h,texmem.c,utils.c,vblank.c,xmlconfig.c,xmlpool/}
+
+ find nx-X11/extras/Mesa/ -name Makefile | while read file; do rm "$file"; done
+ find nx-X11/extras/Mesa/ -name Makefile.* | while read file; do rm "$file"; done
+ find nx-X11/extras/Mesa/ -name descrip.mms | while read file; do rm "$file"; done
# this is for 3.5.0.x only...
cat "debian/patches/series" | sort | grep -v '^#' | egrep "([0-9]+(_|-).*\.(full|full\+lite)\.patch)" | while read file