Makefile 有误段修改
makefile吧
全部回复
仅看楼主
level 3
28dhdw😳 楼主
KERNEL_SRC := $(shell if [ -d /usr/src/linux ]; then echo /usr/src/linux; elif [ -d /usr/src/kernels/$(shell uname -r)-i686; then echo /usr/src/kernels/$(shell uname -r)-i686; else echo /usr/src/kernels/$(shell uname -r); fi)
上段内容有误,请大家帮忙看下。实验发现if判断部分没有执行,只执行最后一句。语法有错吗?
2013年01月14日 08点01分 1
level 3
28dhdw😳 楼主
顶一个先
2013年01月14日 08点01分 2
1