[Buildroot] svn commit: trunk/buildroot

ulf at uclibc.org ulf at uclibc.org
Mon Jul 7 18:26:10 UTC 2008


Author: ulf
Date: 2008-07-07 11:26:09 -0700 (Mon, 07 Jul 2008)
New Revision: 22674

Log:
Add slashes to allow TOPDIR to end without a slash in the future

Modified:
   trunk/buildroot/Makefile


Changeset:
Modified: trunk/buildroot/Makefile
===================================================================
--- trunk/buildroot/Makefile	2008-07-07 17:48:27 UTC (rev 22673)
+++ trunk/buildroot/Makefile	2008-07-07 18:26:09 UTC (rev 22674)
@@ -36,7 +36,7 @@
 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 @@
 	$(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
 
 #############################################################




More information about the buildroot mailing list