From 88db2e5f9313434b1c22a40fe1fe86a2d141394c Mon Sep 17 00:00:00 2001 From: Adam Megacz Date: Thu, 23 Jul 2009 17:07:36 -0700 Subject: [PATCH] update syncspi/copyin targets --- Makefile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1ce55e1..f03eb1a 100644 --- a/Makefile +++ b/Makefile @@ -375,5 +375,10 @@ suncvs/marina: chaing: lib/suncvs.jar java -cp lib/suncvs.jar com.sun.async.test.ChainG suncvs/marina/testCode/marina.xml -syncspi: - rsync -are ssh --progress --verbose frehley:fleet/suncvs/marina/testCode/marina.spi.out ~/marina.spi.out +modname = fakeMarinaPadframe +sync: + rsync -arze ssh --progress --verbose ${sun_server}:fleet/suncvs/marina/testCode/marina\*.dump ~/ || true + rsync -arze ssh --progress --verbose ${sun_server}:fleet/suncvs/marina/testCode/marina.spi.out ~/${modname}.out || true +copyin: + cp ~/${modname}.spi suncvs/marina/testCode/marina.schematic-parasitics.spi || true + cp ~/${modname}.v suncvs/marina/testCode/marina.v || true -- 1.7.10.4