summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-03-26 22:22:20 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-03-26 22:22:20 +0000
commite8d93ab1a6808d815361a36e35c5f70b294fe775 (patch)
treeb92c6871cbd09c08e0be20263b5884c7e489462c
parentf67e8d5768f646a3de00afa0628d72e5dc169530 (diff)
downloadnuttx-e8d93ab1a6808d815361a36e35c5f70b294fe775.tar.gz
nuttx-e8d93ab1a6808d815361a36e35c5f70b294fe775.tar.bz2
nuttx-e8d93ab1a6808d815361a36e35c5f70b294fe775.zip
Was delete link then delete link in directory referenced by link
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@153 42af7a65-404d-4744-a932-0658087f49c3
-rw-r--r--nuttx/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/Makefile b/nuttx/Makefile
index 69ad07da2..9a76f077a 100644
--- a/nuttx/Makefile
+++ b/nuttx/Makefile
@@ -39,6 +39,7 @@ TOPDIR = ${shell pwd}
ARCH_DIR = arch/$(CONFIG_ARCH)
ARCH_SRC = $(ARCH_DIR)/src
+ARCH_INC = $(ARCH_DIR)/include
BOARD_DIR = configs/$(CONFIG_BOARD)
SUBDIRS = sched lib $(ARCH_SRC) mm fs drivers examples/$(CONFIG_EXAMPLE)
@@ -94,7 +95,7 @@ $(ARCH_SRC)/board: Make.defs
context: check_context include/nuttx/config.h include/arch include/arch/board $(ARCH_SRC)/board
clean_context:
- rm -f include/nuttx/config.h include/arch include/arch/board $(ARCH_SRC)/board
+ rm -f include/nuttx/config.h include/arch $(ARCH_INC)/board $(ARCH_SRC)/board
check_context:
@if [ ! -e ${TOPDIR}/.config -o ! -e ${TOPDIR}/Make.defs ]; then \