From aa40e288629de4b721f6cccf9a5c215f135e2ccd Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Tue, 25 Feb 2020 15:18:56 +0900 Subject: [PATCH] Make it clear the timestamp of pass1 directory is not important --- tools/Makefile.unix | 2 ++ tools/Makefile.win | 2 ++ 2 files changed, 4 insertions(+) diff --git a/tools/Makefile.unix b/tools/Makefile.unix index ae092c8f4c..5fb6ada733 100644 --- a/tools/Makefile.unix +++ b/tools/Makefile.unix @@ -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 diff --git a/tools/Makefile.win b/tools/Makefile.win index 57f3dcf245..89e1365952 100644 --- a/tools/Makefile.win +++ b/tools/Makefile.win @@ -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