mirror of
https://github.com/vivier/EMILE.git
synced 2024-10-31 20:05:01 +00:00
Rules: add -U to ar
by default ar uses deterministic mode and all .o are added even if they are not new. Disable this by adding -U to ARFLAGS. Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
parent
314268632b
commit
0ee6aca5ae
1
Rules.mk
1
Rules.mk
@ -8,6 +8,7 @@ MODULE ?= $(shell basename $(TOP))
|
|||||||
|
|
||||||
DISTFILES ?= $(SOURCES) $(HEADERS) Makefile
|
DISTFILES ?= $(SOURCES) $(HEADERS) Makefile
|
||||||
|
|
||||||
|
ARFLAGS+=-U
|
||||||
$(LIBRARY): $(LIBRARY)($(patsubst %.S,%.o,$(SOURCES:.c=.o)))
|
$(LIBRARY): $(LIBRARY)($(patsubst %.S,%.o,$(SOURCES:.c=.o)))
|
||||||
|
|
||||||
%.gz: %
|
%.gz: %
|
||||||
|
Loading…
Reference in New Issue
Block a user