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/markall | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 app/tools/oldscripts/markall (limited to 'app/tools/oldscripts/markall') diff --git a/app/tools/oldscripts/markall b/app/tools/oldscripts/markall deleted file mode 100644 index ae41d71..0000000 --- a/app/tools/oldscripts/markall +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh -if [ $# -lt 1 ] ; then - echo "markall TAG" - exit 1 -fi -TAG=$1 -cd ~/xtrkcad/src -for d in bin help lib lib/params lib/demos lib/examples tools ; do - echo xtrkcad/src/$d: - (cd $d ; co Makefile ; rcs -N$TAG:1. `make rcssrc`) -done -cd ~/wlib/src -for d in include mswlib test gtklib ; do - echo wlib/src/$d - (cd $d ; co Makefile ; rcs -N$TAG:1. `make rcssrc`) -done - -- cgit v1.2.3