From: aldot at uclibc.org <aldot@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/ltp-testsuite
Date: Wed, 6 Jun 2007 11:10:48 -0700 (PDT) [thread overview]
Message-ID: <20070606181048.CB1754855E@busybox.net> (raw)
Author: aldot
Date: 2007-06-06 11:10:48 -0700 (Wed, 06 Jun 2007)
New Revision: 18756
Log:
- make sure to have the target-dir where we want to unpack ltp to
Modified:
trunk/buildroot/package/ltp-testsuite/ltp-testsuite.mk
Changeset:
Modified: trunk/buildroot/package/ltp-testsuite/ltp-testsuite.mk
===================================================================
--- trunk/buildroot/package/ltp-testsuite/ltp-testsuite.mk 2007-06-06 18:10:14 UTC (rev 18755)
+++ trunk/buildroot/package/ltp-testsuite/ltp-testsuite.mk 2007-06-06 18:10:48 UTC (rev 18756)
@@ -28,14 +28,15 @@
ltp-testsuite-source: $(DL_DIR)/$(LTP_TESTSUITE_SOURCE)
$(LTP_TESTSUITE_DIR)/Makefile: $(DL_DIR)/$(LTP_TESTSUITE_SOURCE)
+ -mkdir -p $(LTP_TESTSUITE_ROOT)
$(LTP_TESTSUITE_CAT) $(DL_DIR)/$(LTP_TESTSUITE_SOURCE) | tar -C $(LTP_TESTSUITE_ROOT) $(TAR_OPTIONS) -
toolchain/patch-kernel.sh $(LTP_TESTSUITE_DIR) package/ltp-testsuite/ $(LTP_PATCHES)
- touch -c $(LTP_TESTSUITE_DIR)/Makefile
+ touch -c $@
$(LTP_TESTSUITE_DIR)/.compiled: $(LTP_TESTSUITE_DIR)/Makefile
$(MAKE1) $(TARGET_CONFIGURE_OPTS) CROSS_COMPILER=$(TARGET_CROSS) \
-C $(LTP_TESTSUITE_DIR) all
- touch $(LTP_TESTSUITE_DIR)/.compiled
+ touch $@
sjh: $(LTP_TESTSUITE_DIR)/Makefile
$(MAKE1) $(TARGET_CONFIGURE_OPTS) CROSS_COMPILER=$(TARGET_CROSS) \
@@ -46,7 +47,7 @@
echo "$(MAKE1) $(TARGET_CONFIGURE_OPTS) CROSS_COMPILER=$(TARGET_CROSS) " \
"-C $(LTP_TESTSUITE_DIR) install" \
> $(STAGING_DIR)/.fakeroot.ltp
- touch $(LTP_TESTSUITE_DIR)/.installed
+ touch $@
ltp-testsuite: uclibc host-fakeroot $(LTP_TESTSUITE_DIR)/.installed
next reply other threads:[~2007-06-06 18:10 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-06-06 18:10 aldot at uclibc.org [this message]
-- strict thread matches above, loose matches on Subject: below --
2007-07-06 4:21 [Buildroot] svn commit: trunk/buildroot/package/ltp-testsuite sjhill at uclibc.org
2007-06-16 18:27 sjhill at uclibc.org
2007-05-09 22:59 sjhill at uclibc.org
2006-12-08 5:30 andersen at uclibc.org
2006-12-08 5:20 andersen at uclibc.org
2006-12-08 5:16 andersen at uclibc.org
2006-12-02 6:42 sjhill 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=20070606181048.CB1754855E@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