From 4fd470bba649aaeb14772ae95c9797cdd263c0ff Mon Sep 17 00:00:00 2001 From: bryan newbold Date: Wed, 13 Nov 2013 09:49:38 -0500 Subject: fix bugs with copying _xmsgs to logs --- contrib/xilinx.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/xilinx.mk b/contrib/xilinx.mk index 87fe12b..8f1ace8 100644 --- a/contrib/xilinx.mk +++ b/contrib/xilinx.mk @@ -157,9 +157,9 @@ bitfiles: build/$(project).bit build/$(project).mcs @for x in .bit .mcs .cfi _par.ncd _post_par.twr _post_par.twx; do \ cp build/$(project)$$x $@/$(timestamp)/$(project)$$x || true; \ cp build/$(project)$$x $@/latest/$(project)$$x || true; \ - done - @cp -R build/$(project)/__xmsgs $@/$(timestamp)/$(project)/logs || true; \ - @cp -R build/$(project)/__xmsgs $@/latest/$(project)/logs || true; \ + done; + @cp -R build/_xmsgs $@/$(timestamp)/logs || true; + @cp -R build/_xmsgs $@/latest/logs || true; @bash -c "$(xil_env); \ cd ..; \ xst -help | head -1 | sed 's/^/#/' | cat - build/$(project).scr > $@/$(timestamp)/$(project).scr" -- cgit v1.2.3