Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: ulf at uclibc.org <ulf@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot:  toolchain/dependencies
Date: Mon, 20 Aug 2007 08:47:43 -0700 (PDT)	[thread overview]
Message-ID: <20070820154743.7DF17A45E7@busybox.net> (raw)

Author: ulf
Date: 2007-08-20 08:47:42 -0700 (Mon, 20 Aug 2007)
New Revision: 19591

Log:
Add BUILDROOT_DL_DIR to dependencies.sh and fix whitespace damage (sorry)

Modified:
   trunk/buildroot/Makefile
   trunk/buildroot/toolchain/dependencies/dependencies.sh


Changeset:
Modified: trunk/buildroot/Makefile
===================================================================
--- trunk/buildroot/Makefile	2007-08-20 13:00:14 UTC (rev 19590)
+++ trunk/buildroot/Makefile	2007-08-20 15:47:42 UTC (rev 19591)
@@ -37,7 +37,7 @@
 ifeq ($(filter $(noconfig_targets),$(MAKECMDGOALS)),)
 -include $(TOPDIR).config
 endif
-ifneq	($(BUILDROOT_DL_DIR),)
+ifneq ($(BUILDROOT_DL_DIR),)
 BR2_DL_DIR:=$(BUILDROOT_DL_DIR)
 endif
 

Modified: trunk/buildroot/toolchain/dependencies/dependencies.sh
===================================================================
--- trunk/buildroot/toolchain/dependencies/dependencies.sh	2007-08-20 13:00:14 UTC (rev 19590)
+++ trunk/buildroot/toolchain/dependencies/dependencies.sh	2007-08-20 15:47:42 UTC (rev 19591)
@@ -11,6 +11,13 @@
 # check build system 'environment'
 #
 #############################################################
+if test -n "$BUILDROOT_DL_DIR" ; then
+	/bin/echo -e "Overriding \$(DL_DIR) in '.config'.		Ok"
+	/bin/echo -e "External download directory:			Ok ($BUILDROOT_DL_DIR)"
+else
+	echo "BUILDROOT_DL_DIR clean:				Ok"
+fi
+
 if test -n "$CC" ; then
 	echo "CC clean:						FALSE"
 	/bin/echo -e "\n\nYou must run 'unset CC' so buildroot can run with";
@@ -19,7 +26,6 @@
 fi;
 echo "CC clean:					Ok"
 
-
 if test -n "$CXX" ; then
 	echo "CXX clean:					FALSE"
 	/bin/echo -e "\n\nYou must run 'unset CXX' so buildroot can run with";

                 reply	other threads:[~2007-08-20 15:47 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070820154743.7DF17A45E7@busybox.net \
    --to=ulf@uclibc.org \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox