From 27e073b644dd2ba3b25b89c68c6628e8c99135b8 Mon Sep 17 00:00:00 2001 From: michael Date: Sun, 11 Mar 2007 12:40:31 +0000 Subject: [PATCH] bugfix --- common/Makefile.common | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/common/Makefile.common b/common/Makefile.common index e9d4cfe..bbf4218 100644 --- a/common/Makefile.common +++ b/common/Makefile.common @@ -73,7 +73,10 @@ load: $(PROJECT).bit $(PRELOAD) impact -batch xc3s1500.batch.tmp @rm xc3s1500.batch.tmp -flash: $(PROJECT)-xcf02s.mcs $(PROJECT)-xcf04s.mcs +flash: + @echo "NO" + +i-really-want-to-flash: $(PROJECT)-xcf02s.mcs $(PROJECT)-xcf04s.mcs @sed -e "s|%CABLE%|$(CABLE)|g" -e "s|%PROJECT%|$(PROJECT)|g" ../common/xcf.batch >xcf.batch.tmp $(PRELOAD) impact -batch xcf.batch.tmp @rm xcf.batch.tmp @@ -90,4 +93,4 @@ clean: build.log \ $(PROJECT).unroutes *.xml $(CLEANFILES) -.PHONY: all final burn load flash clean xst ngdbuild log analyzer +.PHONY: all final burn load flash clean xst ngdbuild log analyzer i-really-want-to-flash -- 2.39.2