提交 c2fb2637 编写于 作者: P Paul Brook

Add dummy command to submakefiles

Add a dummy command to the all: rule in sub-makefiles.
This avoids "Nothing to be done for `all'." messages from make.
Signed-off-by: NPaul Brook <paul@codesourcery.com>
上级 3c80c6fe
......@@ -29,6 +29,8 @@ OBJS+= lsi53c895a.o esp.o
OBJS+= dma-helpers.o sysbus.o
all: $(HWLIB)
# Dummy command so that make thinks it has done something
@true
$(HWLIB): $(OBJS)
......
......@@ -128,6 +128,8 @@ kvm.o: CFLAGS+=$(KVM_CFLAGS)
kvm-all.o: CFLAGS+=$(KVM_CFLAGS)
all: $(PROGS)
# Dummy command so that make thinks it has done something
@true
#########################################################
# cpu emulator library
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册