提交 fa8fe28c 编写于 作者: J Junio C Hamano

Makefile: do not allow gnu make to remove test-*.o files

It appears parallel build (-j) gets confused.
Signed-off-by: NJunio C Hamano <gitster@pobox.com>
上级 8dabdfcc
......@@ -969,6 +969,8 @@ test-date$X: date.o ctype.o
test-delta$X: diff-delta.o patch-delta.o
.PRECIOUS: $(patsubst test-%$X,test-%.o,$(TEST_PROGRAMS))
test-%$X: test-%.o $(GITLIBS)
$(QUIET_LINK)$(CC) $(ALL_CFLAGS) -o $@ $(ALL_LDFLAGS) $(filter %.o,$^) $(LIBS)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册