Make it clear the timestamp of pass1 directory is not important
This commit is contained in:
parent
852fc8b9d9
commit
aa40e28862
|
@ -193,6 +193,8 @@ BIN = $(NUTTXNAME)$(EXEEXT)
|
|||
|
||||
all: $(BIN)
|
||||
.PHONY: dirlinks context clean_context check_context config oldconfig menuconfig nconfig qconfig gconfig export subdir_clean clean subdir_distclean distclean apps_clean apps_distclean
|
||||
.PHONY: pass1 pass1deps pass1dep
|
||||
.PHONY: pass2 pass2deps pass2dep
|
||||
ifeq ($(GIT_DIR),y)
|
||||
.PHONY: $(TOPDIR)/.version
|
||||
endif
|
||||
|
|
|
@ -178,6 +178,8 @@ BIN = $(NUTTXNAME)$(EXEEXT)
|
|||
|
||||
all: $(BIN)
|
||||
.PHONY: dirlinks context clean_context check_context configenv config oldconfig menuconfig nconfig export subdir_clean clean subdir_distclean distclean apps_clean apps_distclean
|
||||
.PHONY: pass1 pass1deps pass1dep
|
||||
.PHONY: pass2 pass2deps pass2dep
|
||||
|
||||
# Target used to copy include\nuttx\math.h. If CONFIG_ARCH_MATH_H is
|
||||
# defined, then there is an architecture specific math.h header file
|
||||
|
|
Loading…
Reference in New Issue