trying to ftp to my test machine

This commit is contained in:
Elliot Nunn 2016-10-18 23:09:59 +08:00
parent 158ca16fcb
commit 999a9869a1
1 changed files with 3 additions and 5 deletions

View File

@ -1,8 +1,5 @@
export PATH := /usr/cross/powerpc-eabi/bin:$(HOME)/mac-project/toolboxtoolbox:$(PATH)
copy: tbxi.hqx
scp tbxi.hqx sweetpotato.local:$(HOME)/macstuff/
tbxi.hqx: tbxi-data tbxi-rsrc
binhexmake --data=tbxi-data --rsrc=tbxi-rsrc --type=tbxi --creator=chrp --name='Mac OS ROM' tbxi.hqx
@ -155,9 +152,10 @@ qemu-test.dd: FORCE tbxi.hqx
rm .hcwd
qemu: qemu-test.dd
qemu-system-ppc -M mac99 -m 512 -prom-env 'auto-boot?=true' -g 800x800x32 -drive format=raw,media=disk,file=qemu-test.dd
qemu-system-ppc -M mac99 -m 512 -prom-env 'auto-boot?=true' -g 800x600x32 -drive format=raw,media=disk,file=qemu-test.dd
upload: tbxi.hqx
printf "open 192.168.0.6\nuser anonymous cdg5\ndelete tbxi.hqx\nput tbxi.hqx\ndelete \"System Folder\"/tbxi.hqx\nrename tbxi.hqx \"System Folder\"/tbxi.hqx\nclose\nexit\n" | ftp -n
clean:
rm -f boot tbxi.hqx kern kern.o prcl rom tbxi-data tbxi-rsrc qemu-test.dd