From: jacmet at uclibc.org <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot: toolchain
Date: Tue, 4 Mar 2008 04:19:17 -0800 (PST) [thread overview]
Message-ID: <20080304121917.1068712C853@busybox.net> (raw)
Author: jacmet
Date: 2008-03-04 04:19:16 -0800 (Tue, 04 Mar 2008)
New Revision: 21162
Log:
buildroot: add external-deps target
Add external-deps target to show what external files are needed to recreate
the build.
Added:
trunk/buildroot/toolchain/wget-show-external-deps.sh
Modified:
trunk/buildroot/Makefile
Changeset:
Modified: trunk/buildroot/Makefile
===================================================================
--- trunk/buildroot/Makefile 2008-03-04 12:19:13 UTC (rev 21161)
+++ trunk/buildroot/Makefile 2008-03-04 12:19:16 UTC (rev 21162)
@@ -322,6 +322,10 @@
_source-check:
$(MAKE) SPIDER=--spider source
+external-deps:
+ @$(MAKE) -Bs BR2_WGET=$(TOPDIR)toolchain/wget-show-external-deps.sh \
+ source
+
#############################################################
#
# Cleanup and misc junk
@@ -461,6 +465,7 @@
@echo 'Miscellaneous:'
@echo ' source - download all sources needed for offline-build'
@echo ' source-check - check all packages for valid download URLs'
+ @echo ' external-deps - list external packages used'
@echo
@echo 'See docs/README and docs/buildroot.html for further details'
@echo
Added: trunk/buildroot/toolchain/wget-show-external-deps.sh
===================================================================
--- trunk/buildroot/toolchain/wget-show-external-deps.sh (rev 0)
+++ trunk/buildroot/toolchain/wget-show-external-deps.sh 2008-03-04 12:19:16 UTC (rev 21162)
@@ -0,0 +1,6 @@
+#!/bin/sh
+#
+# replacement for wget (see BR2_WGET) which simply shows the file name to be
+# downloaded. Used by the external-deps make target.
+
+exec basename ${!#}
\ No newline at end of file
Property changes on: trunk/buildroot/toolchain/wget-show-external-deps.sh
___________________________________________________________________
Name: svn:executable
+ *
next reply other threads:[~2008-03-04 12:19 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-04 12:19 jacmet at uclibc.org [this message]
-- strict thread matches above, loose matches on Subject: below --
2007-07-31 22:38 [Buildroot] svn commit: trunk/buildroot: toolchain ulf at uclibc.org
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=20080304121917.1068712C853@busybox.net \
--to=jacmet@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