Commit bbf69e0a authored by Mike Gabriel's avatar Mike Gabriel

roll-tarball.sh: Use -f with rm everywhere, also when tweaking the Mesa/ dir.

parent f4afa5a5
......@@ -142,9 +142,9 @@ if [ "x$MODE" = "xfull" ]; then
rm -Rf "nx-X11/extras/Mesa/src/mesa/shader/slang/OGLCompilersDLL/"
rm -Rf "nx-X11/extras/Mesa/src/mesa/shader/slang/OSDependent/"
rm -Rf "nx-X11/extras/Mesa/src/mesa/shader/slang/slang_mesa."{cpp,h}
rm -R "nx-X11/extras/Mesa/src/mesa/shader/slang/library/"*.*c
rm -R "nx-X11/extras/Mesa/src/mesa/shader/slang/library/"*.py
rm -R "nx-X11/extras/Mesa/src/mesa/shader/slang/library/"*.syn
rm -Rf "nx-X11/extras/Mesa/src/mesa/shader/slang/library/"*.*c
rm -Rf "nx-X11/extras/Mesa/src/mesa/shader/slang/library/"*.py
rm -Rf "nx-X11/extras/Mesa/src/mesa/shader/slang/library/"*.syn
rm -Rf "nx-X11/extras/Mesa/src/mesa/shader/slang/Include/"
rm -Rf "nx-X11/extras/Mesa/src/mesa/shader/slang/Public/"
rm -f "nx-X11/extras/Mesa/src/mesa/swrast/s_fragprog_to_c.c"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment