shithub: scc

Download patch

ref: 4115398d1ad458a2db33759d7eeb62413b6017b0
parent: 5babcf6a4140c21115b48c2694d918b78a8d0226
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Tue Nov 29 09:13:56 EST 2016

Use ln instead of cp

All the targets use ln instead of cp, so it is better to use
the same logic everywhere.

--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@
 
 driver/$(DRIVER)/scc: bin
 	cd driver/$(DRIVER)/ && $(MAKE) scc
-	cp -f driver/$(DRIVER)/scc bin/scc
+	ln -f driver/$(DRIVER)/scc bin/scc
 
 $(ARCHS): bin
 	mkdir -p bin