[hackers] [scc] Use ln instead of cp || Roberto E. Vargas Caballero
commit 07fd1c66c64013984489b697dc6441cc4d505cc8
Author: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
AuthorDate: Tue Nov 29 14:13:56 2016 +0100
Commit: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
CommitDate: Tue Nov 29 14:13:56 2016 +0100
Use ln instead of cp
All the targets use ln instead of cp, so it is better to use
the same logic everywhere.
diff --git a/Makefile b/Makefile
index 011274b..8b1f90a 100644
--- a/Makefile
+++ b/Makefile
_AT_@ -14,7 +14,7 @@ all: driver/$(DRIVER)/scc
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
Received on Tue Nov 29 2016 - 14:15:00 CET
This archive was generated by hypermail 2.3.0
: Tue Nov 29 2016 - 14:24:17 CET