+ -
当前位置:首页 → 问答吧 → uboot中的不解

uboot中的不解

时间:2010-11-22

来源:互联网

  1. else
  2. all $(obj)u-boot.hex $(obj)u-boot.srec $(obj)u-boot.bin \
  3. $(obj)u-boot.img $(obj)u-boot.dis $(obj)u-boot \
  4. $(SUBDIRS) version gdbtools updater env depend \
  5. dep tags ctags etags $(obj)System.map:
  6.     @echo "System not configured - see README" >&2
  7.     @ exit 1
  8. endif

  9. .PHONY : CHANGELOG
  10. CHANGELOG:
  11.     git log --no-merges U-Boot-1_1_5.. | \
  12.     unexpand -a | sed -e 's/\s\s*$$//' > $@
复制代码
这里的else ... endif,我没有找到if呀?请问if对应哪?

作者: lthread   发布时间: 2010-11-22

你看看有没有ifeq  ifneq

作者: 论坛ID   发布时间: 2010-11-23