摘要: 在Makefile中写shell代码有点诡异,和不同的shell语法不太一样,如果不了解,看Makefile会莫名其妙。下面总结了一些。 1:尽在Makefile文件的目标项冒号后的另起一行的代码才是shell代码。 eg: xx = xx1 // 这里时makefile代码 yy:xx = xx2 // 这是是makefile代码,makefil... 阅读全文
posted @ 2015-08-07 17:10 katago 阅读(960) 评论(0) 推荐(0)
摘要: Ping doesn't work Ping from U-Boot to a host should work. Ping from a host to U-Boot should not. U-Boot uses a polling interface for networking - if you have not run a command, it will not respond t... 阅读全文
posted @ 2015-08-07 17:05 katago 阅读(704) 评论(0) 推荐(0)