[Balloon-svn] r487 - balloon/trunk/vhdl

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: subversion@balloonboard.org
Date:  
To: balloon-svn
Subject: [Balloon-svn] r487 - balloon/trunk/vhdl
Author: wookey
Date: 2008-05-22 14:44:43 +0100 (Thu, 22 May 2008)
New Revision: 487

Modified:
balloon/trunk/vhdl/Makefile
Log:
copy the xsvf file not the jed file to the distro, as that's what we
actually upload


Modified: balloon/trunk/vhdl/Makefile
===================================================================
--- balloon/trunk/vhdl/Makefile    2008-05-16 16:09:21 UTC (rev 486)
+++ balloon/trunk/vhdl/Makefile    2008-05-22 13:44:43 UTC (rev 487)
@@ -7,11 +7,12 @@

dist: source
    install -D fpga/l3fpga.bin $(DISTRODIR)/binaries/vhdl/fpga/l3fpga.bin
-    install -D cpld/l3cpld.jed $(DISTRODIR)/binaries/vhdl/cpld/l3cpld.jed
+    install -D cpld/l3cpld.jed $(DISTRODIR)/binaries/vhdl/cpld/l3cpld.xsvf
+    

source:
    ( cd $(DISTRODIR)/sources && rm -rf vhdl)
    ( cd $(DISTRODIR)/sources && svn export svn://balloonboard.org/balloon/trunk/vhdl vhdl )
-    ( cd $(DISTRODIR)/sources && rm vhdl/fpga/l3fpga.bin vhdl/cpld/l3cpld.jed )
+    ( cd $(DISTRODIR)/sources && rm vhdl/fpga/l3fpga.bin vhdl/cpld/l3cpld.xsvf )

.PHONY: all dist source