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/fetchall | 46 ------------------------------------------- 1 file changed, 46 deletions(-) delete mode 100644 app/tools/oldscripts/fetchall (limited to 'app/tools/oldscripts/fetchall') diff --git a/app/tools/oldscripts/fetchall b/app/tools/oldscripts/fetchall deleted file mode 100644 index 5a88f73..0000000 --- a/app/tools/oldscripts/fetchall +++ /dev/null @@ -1,46 +0,0 @@ -#!/bin/sh - -fetchdir() { - echo fetching $1 - mkdir $1 - ( cd $1; ln -s ../$2/src/$1/RCS . ; co -r$RLSE Makefile ; co -r$RLSE `make rcssrc` ) -} - -if [ $# -lt 1 ] ; then - echo fetchall RLSE - exit 1 -fi -RLSE=$1 -if [ -d ~/xtrkcad/$RLSE ] ; then - echo ~/xtrkcad/$RLSE exists - exit 1 -fi -if [ -d ~/wlib/$RLSE ] ; then - echo ~/wlib/$RLSE exists - exit 1 -fi - -mkdir ~/xtrkcad/$RLSE -cd ~/xtrkcad/$RLSE -fetchdir bin .. -fetchdir help .. -fetchdir lib .. -fetchdir lib/demos ../.. -fetchdir lib/examples ../.. -fetchdir lib/params ../.. -fetchdir tools .. -mkdir ~/wlib/$RLSE -cd ~/wlib/$RLSE -fetchdir include .. -fetchdir mswlib .. -fetchdir test .. -fetchdir gtklib .. - -mkdir ~/xtrkcad/$RLSE/help/images.orig -cp ~/xtrkcad/dev/help/images.orig/*.png ~/xtrkcad/$RLSE/help/images.orig -cp ~/xtrkcad/dev/bin/xtrkcad.ico ~/xtrkcad/$RLSE/bin/ -cp ~/xtrkcad/dev/lib/register.* ~/xtrkcad/$RLSE/lib/ -chmod 444 ~/xtrkcad/$RLSE/lib/register.* -cp ~/wlib/dev/test/wtest.ico ~/wlib/$RLSE/test/ -ln -s ~/wlib/$RLSE ~/xtrkcad/$RLSE/bin/wlib - -- cgit v1.2.3