Remove the includes/apps link to apps/include. It is no longer used.
This commit is contained in:
parent
8a7dd94cfc
commit
bf3691ebf0
@ -280,16 +280,6 @@ tools/cnvwindeps$(HOSTEXEEXT):
|
|||||||
# setting up symbolic links with 'generic' directory names to specific,
|
# setting up symbolic links with 'generic' directory names to specific,
|
||||||
# configured directories.
|
# configured directories.
|
||||||
#
|
#
|
||||||
# Link the apps/include directory to include/apps
|
|
||||||
|
|
||||||
include/apps: Make.defs
|
|
||||||
ifneq ($(APPDIR),)
|
|
||||||
@echo "LN: include/apps to $(APPDIR)/include"
|
|
||||||
$(Q) if [ -d $(TOPDIR)/$(APPDIR)/include ]; then \
|
|
||||||
$(DIRLINK) $(TOPDIR)/$(APPDIR)/include include/apps; \
|
|
||||||
fi
|
|
||||||
endif
|
|
||||||
|
|
||||||
# Link the arch/<arch-name>/include directory to include/arch
|
# Link the arch/<arch-name>/include directory to include/arch
|
||||||
|
|
||||||
include/arch: Make.defs
|
include/arch: Make.defs
|
||||||
@ -324,7 +314,7 @@ ifneq ($(CONFIG_ARCH_CHIP),)
|
|||||||
$(Q) $(DIRLINK) $(TOPDIR)/$(ARCH_INC)/$(CONFIG_ARCH_CHIP) include/arch/chip
|
$(Q) $(DIRLINK) $(TOPDIR)/$(ARCH_INC)/$(CONFIG_ARCH_CHIP) include/arch/chip
|
||||||
endif
|
endif
|
||||||
|
|
||||||
dirlinks: include/arch include/arch/board include/arch/chip $(ARCH_SRC)/board $(ARCH_SRC)/chip include/apps
|
dirlinks: include/arch include/arch/board include/arch/chip $(ARCH_SRC)/board $(ARCH_SRC)/chip
|
||||||
|
|
||||||
# context
|
# context
|
||||||
#
|
#
|
||||||
@ -354,7 +344,6 @@ clean_context:
|
|||||||
$(Q) $(DIRUNLINK) include/arch
|
$(Q) $(DIRUNLINK) include/arch
|
||||||
$(Q) $(DIRUNLINK) $(ARCH_SRC)/board
|
$(Q) $(DIRUNLINK) $(ARCH_SRC)/board
|
||||||
$(Q) $(DIRUNLINK) $(ARCH_SRC)/chip
|
$(Q) $(DIRUNLINK) $(ARCH_SRC)/chip
|
||||||
$(Q) $(DIRUNLINK) include/apps
|
|
||||||
|
|
||||||
# check_context
|
# check_context
|
||||||
#
|
#
|
||||||
|
16
Makefile.win
16
Makefile.win
@ -275,19 +275,6 @@ tools\mkdeps$(HOSTEXEEXT):
|
|||||||
# setting up symbolic links with 'generic' directory names to specific,
|
# setting up symbolic links with 'generic' directory names to specific,
|
||||||
# configured directories.
|
# configured directories.
|
||||||
#
|
#
|
||||||
# Link the apps\include directory to include\apps
|
|
||||||
|
|
||||||
include\apps: Make.defs
|
|
||||||
ifneq ($(APPDIR),)
|
|
||||||
@echo LN: include\apps $(APPDIR)\include
|
|
||||||
ifeq ($(CONFIG_WINDOWS_MKLINK),y)
|
|
||||||
$(Q) /user:administrator mklink /d include\apps $(APPDIR)\include
|
|
||||||
else
|
|
||||||
$(Q) xcopy $(APPDIR)\include include\apps /c /q /s /e /y /i
|
|
||||||
$(Q) echo FAKELNK > include\apps\.fakelnk
|
|
||||||
endif
|
|
||||||
endif
|
|
||||||
|
|
||||||
# Link the arch\<arch-name>\include directory to include\arch
|
# Link the arch\<arch-name>\include directory to include\arch
|
||||||
|
|
||||||
include\arch: Make.defs
|
include\arch: Make.defs
|
||||||
@ -347,7 +334,7 @@ else
|
|||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
dirlinks: include\arch include\arch\board include\arch\chip $(ARCH_SRC)\board $(ARCH_SRC)\chip include\apps
|
dirlinks: include\arch include\arch\board include\arch\chip $(ARCH_SRC)\board $(ARCH_SRC)\chip
|
||||||
|
|
||||||
# context
|
# context
|
||||||
#
|
#
|
||||||
@ -374,7 +361,6 @@ clean_context:
|
|||||||
$(call DELDIR, include\arch)
|
$(call DELDIR, include\arch)
|
||||||
$(call DELDIR, $(ARCH_SRC)\board)
|
$(call DELDIR, $(ARCH_SRC)\board)
|
||||||
$(call DELDIR, $(ARCH_SRC)\chip)
|
$(call DELDIR, $(ARCH_SRC)\chip)
|
||||||
$(call DELDIR, include\apps)
|
|
||||||
|
|
||||||
# check_context
|
# check_context
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user