head 1.7; access; symbols; locks georg:1.7; strict; comment @# @; 1.7 date 2003.06.04.13.35.03; author georg; state Exp; branches; next 1.6; 1.6 date 2003.04.25.14.27.58; author georg; state Exp; branches; next 1.5; 1.5 date 2003.04.25.14.25.46; author georg; state Exp; branches; next 1.4; 1.4 date 2003.04.25.14.25.09; author georg; state Exp; branches; next 1.3; 1.3 date 2003.04.25.12.55.35; author georg; state Exp; branches; next 1.2; 1.2 date 2003.04.25.11.47.56; author georg; state Exp; branches; next 1.1; 1.1 date 2003.04.24.10.00.12; author georg; state Exp; branches; next ; desc @@ 1.7 log @safer meta @ text @# $Id: Makefile.eye,v 1.6 2003/04/25 14:27:58 georg Exp georg $ L!=find cf fs -type f L+=META IAM!=basename `pwd` DIRS!=find . -type d -maxdepth 1 | grep -v '^\.$$' info: @@echo 'make check # vi over important files' @@echo 'make build # create the floppy' @@echo 'make meta # fetch metadata from living server' @@echo 'make filesfrommeta # update configfiles from metadata' @@echo 'make install-getmeta # install getmeta script on server' @@echo 'make ddk # dd the kern floppy to disk' @@echo 'make ddm # dd the mfs floppy to floppy' install-getmeta: scp ../../getmeta root@@${IAM}:/usr/local/bin meta:: ssh root@@${IAM} 'getmeta' > meta && mv meta META build: filesfrommeta cd ../.. ; make ${IAM} filesfrommeta: META ../../filesfrommeta.py check: vi ${L} ddk: cd atesi && dd if=kern.flp of=/dev/fd0 ddm: cd atesi && dd if=mfsroot.flp of=/dev/fd0 #------------------------------------------------------------------- install-makefile: for i in ${DIRS} ; do cp Makefile.eye $$i/Makefile ; done @ 1.6 log @*** empty log message *** @ text @d1 1 a1 1 # $Id: Makefile.eye,v 1.5 2003/04/25 14:25:46 georg Exp georg $ d3 1 d20 1 a20 1 ssh root@@${IAM} 'getmeta' > META d25 1 a25 1 filesfrommeta: @ 1.5 log @*** empty log message *** @ text @d1 1 a1 1 # $Id: Makefile.eye,v 1.4 2003/04/25 14:25:09 georg Exp georg $ d24 1 a24 3 filesfrommeta: cf/etc/rc cf/etc/rc: META @ 1.4 log @*** empty log message *** @ text @d1 1 a1 1 # $Id: Makefile.eye,v 1.3 2003/04/25 12:55:35 georg Exp georg $ d7 7 a13 7 @@echo make check '# vi over important files' @@echo make build '# create the floppy' @@echo make meta '# fetch metadata from living server' @@echo make filesfrommeta '# update configfiles from metadata' @@echo make install-getmeta '# install getmeta script on server' @@echo make ddk '# dd the kern floppy to disk' @@echo make ddm '# dd the mfs floppy to floppy' @ 1.3 log @*** empty log message *** @ text @d1 1 a1 1 # $Id: Makefile.eye,v 1.2 2003/04/25 11:47:56 georg Exp georg $ d5 1 d7 12 a18 6 @@echo make check @@echo make build @@echo make META @@echo make ddk @@echo make ddm META:: d20 2 a21 1 build: d23 6 d31 1 d34 1 @ 1.2 log @*** empty log message *** @ text @d1 1 a1 1 # $Id:$ d12 1 a12 1 ssh root@@${IAM} '/tmp/getmeta' > META @ 1.1 log @Initial revision @ text @d1 1 d3 1 d5 10 d17 5 @