From d1a8285f818eb7e5c3d6a05709ea21a808490b8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 19 Mar 2018 19:55:58 +0100 Subject: New upstream version 5.1.0 --- app/tools/oldscripts/roall | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 app/tools/oldscripts/roall (limited to 'app/tools/oldscripts/roall') diff --git a/app/tools/oldscripts/roall b/app/tools/oldscripts/roall deleted file mode 100644 index 28f156b..0000000 --- a/app/tools/oldscripts/roall +++ /dev/null @@ -1,22 +0,0 @@ -#!/bin/sh -if [ $# != 1 ] ; then - echo "Usage: roall " - exit 1 -fi -cd ~/xtrkcad/$1 -for d in bin help lib lib/params lib/demos lib/examples tools ; do - (cd $d; for f in `make rcssrc` ; do - if [ -w $f ] ; then - echo $d/$f is writable - fi - done) -done -cd ~/wlib/$1 -for d in include mswlib test gtklib ; do - (cd $d;for f in `make rcssrc` ; do - if [ -w $f ] ; then - echo $d/$f is writable - fi - done) -done - -- cgit v1.2.3