mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-27 07:23:30 +08:00
Add slashes to allow TOPDIR to end without a slash in the future
This commit is contained in:
parent
84518dc8d7
commit
2ad346abb7
4
Makefile
4
Makefile
@ -36,7 +36,7 @@ noconfig_targets:=menuconfig config oldconfig randconfig \
|
||||
ifneq ($(BUILDROOT_LOCAL),)
|
||||
BR2_LOCAL:=$(BUILDROOT_LOCAL)
|
||||
else
|
||||
BR2_LOCAL:=$(TOPDIR)local
|
||||
BR2_LOCAL:=$(TOPDIR)/local
|
||||
endif
|
||||
|
||||
# $(shell find . -name *_defconfig |sed 's/.*\///')
|
||||
@ -349,7 +349,7 @@ _source-check:
|
||||
$(MAKE) SPIDER=--spider source
|
||||
|
||||
external-deps:
|
||||
@$(MAKE) -Bs BR2_WGET=$(TOPDIR)toolchain/wget-show-external-deps.sh \
|
||||
@$(MAKE) -Bs BR2_WGET=$(TOPDIR)/toolchain/wget-show-external-deps.sh \
|
||||
source
|
||||
|
||||
#############################################################
|
||||
|
Loading…
Reference in New Issue
Block a user