mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
Parallelize depend file generation
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
2df6547d50
commit
d5b6ec450f
+5
-2
@@ -93,9 +93,12 @@ $(BIN3): $(WRAP_OBJS)
|
||||
|
||||
$(SYSCALLWRAPS): .context
|
||||
|
||||
makedepfile: $(CSRCS:.c=.ddc) $(ASRCS:.S=.dds)
|
||||
$(call CATFILE, Make.dep, $^)
|
||||
$(call DELFILE, $^)
|
||||
|
||||
.depend: Makefile $(SRCS) $(TOPDIR)$(DELIM).config
|
||||
$(Q) $(MKDEP) $(PROXYDEPPATH) $(STUBDEPPATH) $(WRAPDEPPATH) \
|
||||
"$(CC)" -- $(CFLAGS) -- $(SRCS) >Make.dep
|
||||
$(Q) $(MAKE) makedepfile DEPPATH="$(PROXYDEPPATH) $(STUBDEPPATH) $(WRAPDEPPATH)"
|
||||
$(Q) touch $@
|
||||
|
||||
depend: .depend
|
||||
|
||||
Reference in New Issue
Block a user