From ddaea5dabc1dbb94843b3e62a760e50321d067af Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 8 Sep 2018 08:28:02 -0600 Subject: [PATCH] Revise commit cce9ae94f4cb231575dcb61e87f5a09fb673795f: The pass1/ directly only needs to be added to the directories to be cleaned. That would be OTHERDIRS vs. NONFSFIRS. Also remove old reference to the defunct lib directory (now the staging directory). --- tools/Directories.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/Directories.mk b/tools/Directories.mk index 003c1c7160b..7b048516b1d 100644 --- a/tools/Directories.mk +++ b/tools/Directories.mk @@ -79,11 +79,11 @@ else LIBXX=libxx endif -NONFSDIRS = sched drivers configs pass1 $(ARCH_SRC) $(NUTTX_ADDONS) +NONFSDIRS = sched drivers configs $(ARCH_SRC) $(NUTTX_ADDONS) FSDIRS = fs binfmt CONTEXTDIRS = configs $(APPDIR) USERDIRS = -OTHERDIRS = lib +OTHERDIRS = pass1 ifeq ($(CONFIG_BUILD_PROTECTED),y)