提交 1e7b6c02 编写于 作者: A Andy Polyakov

Avoid application relink on every make invocation.

上级 3634d7e9
......@@ -65,9 +65,9 @@ ALL= $(GENERAL) $(SRC) $(HEADER)
top:
(cd ..; $(MAKE) DIRS=$(DIR) all)
all: lib
all: lib subdirs
lib: $(LIBOBJ) subdirs
lib: $(LIBOBJ)
@if [ -n "$(SHARED_LIBS)" ]; then \
set -e; \
for l in $(LIBNAMES); do \
......
......@@ -37,6 +37,7 @@ lib: $(LIBOBJ)
else \
$(AR) $(LIB) $(LIBOBJ); \
fi
@touch lib
install:
[ -n "$(INSTALLTOP)" ] # should be set by top Makefile...
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册