blob: 8d830e297ec2f57e4150411f229b81a8f5932c0e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
http://forum.canardpc.com/threads/110953-PATCH-don-t-try-to-scp-after-building
this makes no sense in a sane build world
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,6 @@
all: clean memtest.bin memtest
- scp memtest.bin root@192.168.0.12:/srv/tftp/mt86plus
# Link it statically once so I know I don't have undefined
# symbols and then link it dynamically so I have full
|