[Cryptech-Commits] [core/platform/alpha] 02/03: Comment smartguide out of Makefile, not just out of shell script.

git at cryptech.is git at cryptech.is
Mon Aug 27 15:27:11 UTC 2018


This is an automated email from the git hooks/post-receive script.

sra at hactrn.net pushed a commit to branch fmc_clk
in repository core/platform/alpha.

commit 41e330bcd2eec0c9a871e82698959c742a3e8d09
Author: Rob Austein <sra at hactrn.net>
AuthorDate: Mon Aug 27 11:15:43 2018 -0400

    Comment smartguide out of Makefile, not just out of shell script.
---
 build/xilinx.mk | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/build/xilinx.mk b/build/xilinx.mk
index b8ea85c..e3ce440 100644
--- a/build/xilinx.mk
+++ b/build/xilinx.mk
@@ -118,14 +118,14 @@ junk += $(project)_par.grf $(project)_par.ptwx
 junk += $(project)_par.unroutes $(project)_par.xpi
 
 $(project).ncd: $(project).ngd
-	#if [ -r $(project)_par.ncd ]; then \
-	#	cp $(project)_par.ncd smartguide.ncd; \
-	#	smartguide="-smartguide smartguide.ncd"; \
-	#else \
-	#	smartguide=""; \
-	#fi; \
-	#$(xil_env); \
-	#map $(intstyle) $(map_opts) $$smartguide $<
+#	if [ -r $(project)_par.ncd ]; then \
+#		cp $(project)_par.ncd smartguide.ncd; \
+#		smartguide="-smartguide smartguide.ncd"; \
+#	else \
+#		smartguide=""; \
+#	fi; \
+#	$(xil_env); \
+#	map $(intstyle) $(map_opts) $$smartguide $<
 	$(xil_env); \
 	map $(intstyle) $(map_opts) $<
 



More information about the Commits mailing list