Make it clear the timestamp of pass1 directory is not important

This commit is contained in:
YAMAMOTO Takashi 2020-02-25 15:18:56 +09:00 committed by Xiang Xiao
parent 852fc8b9d9
commit aa40e28862
2 changed files with 4 additions and 0 deletions

View File

@ -193,6 +193,8 @@ BIN = $(NUTTXNAME)$(EXEEXT)
all: $(BIN) 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: 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) ifeq ($(GIT_DIR),y)
.PHONY: $(TOPDIR)/.version .PHONY: $(TOPDIR)/.version
endif endif

View File

@ -178,6 +178,8 @@ BIN = $(NUTTXNAME)$(EXEEXT)
all: $(BIN) 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: 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 # 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 # defined, then there is an architecture specific math.h header file