From: andersen at uclibc.org <andersen@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/ltt
Date: Tue, 12 Dec 2006 23:19:59 -0800 (PST) [thread overview]
Message-ID: <20061213071959.80C8948570@busybox.net> (raw)
Author: andersen
Date: 2006-12-12 23:19:58 -0800 (Tue, 12 Dec 2006)
New Revision: 16873
Log:
fix broken shell fragment
Modified:
trunk/buildroot/package/ltt/ltt.mk
Changeset:
Modified: trunk/buildroot/package/ltt/ltt.mk
===================================================================
--- trunk/buildroot/package/ltt/ltt.mk 2006-12-13 06:59:34 UTC (rev 16872)
+++ trunk/buildroot/package/ltt/ltt.mk 2006-12-13 07:19:58 UTC (rev 16873)
@@ -29,7 +29,7 @@
touch $(LTT_DIR1)/.unpacked
# Build without GTK if not available
-LTT_WITHOUT_GTK:=$(shell which gtk-config >& /dev/null || echo "--without-gtk")
+LTT_WITHOUT_GTK:=$(shell which gtk-config > /dev/null 2>&1 || echo "--without-gtk")
$(LTT_DIR1)/.configured: $(LTT_DIR1)/.unpacked
(cd $(LTT_DIR1); rm -rf config.cache; \
next reply other threads:[~2006-12-13 7:19 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-12-13 7:19 andersen at uclibc.org [this message]
-- strict thread matches above, loose matches on Subject: below --
2009-01-26 0:14 [Buildroot] svn commit: trunk/buildroot/package/ltt ulf at uclibc.org
2009-02-02 7:20 ulf at uclibc.org
2009-02-02 12:24 ` Peter Korsgaard
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=20061213071959.80C8948570@busybox.net \
--to=andersen@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