*** empty log message ***

This commit is contained in:
zolliker
2005-03-17 16:09:14 +00:00
parent c33fb15498
commit 3b6e5b4c1e
2 changed files with 11 additions and 2 deletions

View File

@ -4,11 +4,11 @@ set what="$1"
set where="$2" set where="$2"
set destlist=( type@osf1 \ set destlist=( type@osf1 \
amor@amor:tecs/ focus@focus:tecs/ trics@trics:tecs/ \
alpha=/afs/psi.ch/project/sinq/tru64/stow/tecs/bin/ \ alpha=/afs/psi.ch/project/sinq/tru64/stow/tecs/bin/ \
type@linux \ type@linux \
slinux=/afs/psi.ch/project/sinq/sl-linux/stow/tecs/bin/ \ slinux=/afs/psi.ch/project/sinq/sl-linux/stow/tecs/bin/ \
linux=/afs/psi.ch/project/sinq/linux/stow/tecs/bin/ \ linux=/afs/psi.ch/project/sinq/linux/stow/tecs/bin/ \
amor@amor:tecs/ focus@focus:tecs/ trics@trics:tecs/ \
tasp@tasp:tecs/ dmc@dmc:tecs/ hrpt@hrpt:tecs/ \ tasp@tasp:tecs/ dmc@dmc:tecs/ hrpt@hrpt:tecs/ \
morpheus@morpheus:tecs/ sans@sans:tecs/ sans2@sans2:tecs/ \ morpheus@morpheus:tecs/ sans@sans:tecs/ sans2@sans2:tecs/ \
type@darwin \ type@darwin \

View File

@ -1,6 +1,14 @@
# M. Zolliker 03.2005 # M. Zolliker 03.2005
default: %: usage
@echo
%.o: usage
@echo
default: usage
usage:
@ echo "" @ echo ""
@ echo "Usage:" @ echo "Usage:"
@ echo "" @ echo ""
@ -10,3 +18,4 @@ default:
@ echo "" @ echo ""
@ ls -1 makefile_* | pr -t -o 4 @ ls -1 makefile_* | pr -t -o 4