From: aldot at uclibc.org <aldot@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/bash
Date: Fri, 8 Dec 2006 04:50:37 -0800 (PST) [thread overview]
Message-ID: <20061208125037.C26B0485DA@busybox.net> (raw)
Author: aldot
Date: 2006-12-08 04:50:37 -0800 (Fri, 08 Dec 2006)
New Revision: 16814
Log:
- bash can't be built with -j.
Modified:
trunk/buildroot/package/bash/bash.mk
Changeset:
Modified: trunk/buildroot/package/bash/bash.mk
===================================================================
--- trunk/buildroot/package/bash/bash.mk 2006-12-08 12:45:45 UTC (rev 16813)
+++ trunk/buildroot/package/bash/bash.mk 2006-12-08 12:50:37 UTC (rev 16814)
@@ -54,10 +54,10 @@
touch $(BASH_DIR)/.configured
$(BASH_DIR)/$(BASH_BINARY): $(BASH_DIR)/.configured
- $(MAKE) CC=$(TARGET_CC) CC_FOR_BUILD="$(HOSTCC)" -C $(BASH_DIR)
+ $(MAKE1) CC=$(TARGET_CC) CC_FOR_BUILD="$(HOSTCC)" -C $(BASH_DIR)
$(TARGET_DIR)/$(BASH_TARGET_BINARY): $(BASH_DIR)/$(BASH_BINARY)
- $(MAKE) DESTDIR=$(TARGET_DIR) CC=$(TARGET_CC) -C $(BASH_DIR) install
+ $(MAKE1) DESTDIR=$(TARGET_DIR) CC=$(TARGET_CC) -C $(BASH_DIR) install
rm -f $(TARGET_DIR)/bin/bash*
mv $(TARGET_DIR)/usr/bin/bash* $(TARGET_DIR)/bin/
(cd $(TARGET_DIR)/bin; /bin/ln -fs bash sh)
@@ -73,8 +73,8 @@
endif
bash-clean:
- $(MAKE) DESTDIR=$(TARGET_DIR) CC=$(TARGET_CC) -C $(BASH_DIR) uninstall
- -$(MAKE) -C $(BASH_DIR) clean
+ $(MAKE1) DESTDIR=$(TARGET_DIR) CC=$(TARGET_CC) -C $(BASH_DIR) uninstall
+ -$(MAKE1) -C $(BASH_DIR) clean
bash-dirclean:
rm -rf $(BASH_DIR)
next reply other threads:[~2006-12-08 12:50 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-12-08 12:50 aldot at uclibc.org [this message]
-- strict thread matches above, loose matches on Subject: below --
2007-02-16 13:11 [Buildroot] svn commit: trunk/buildroot/package/bash aldot at uclibc.org
2007-04-06 11:55 aldot at uclibc.org
2007-06-25 11:17 aldot at uclibc.org
2007-06-25 11:22 aldot at uclibc.org
2007-07-11 13:55 ulf at uclibc.org
2007-08-11 23:57 ulf at uclibc.org
2007-08-22 9:29 ulf at uclibc.org
2007-08-22 9:41 ulf at uclibc.org
2007-10-07 18:23 aldot at uclibc.org
2008-03-11 18:12 ninevoltz at uclibc.org
2008-04-29 20:03 nkukard at uclibc.org
2008-05-01 19:07 nkukard at uclibc.org
2008-10-06 19:09 wberrier 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=20061208125037.C26B0485DA@busybox.net \
--to=aldot@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