From: alexey.kodanev@oracle.com
To: Mike Frysinger <vapier@gentoo.org>
Cc: vasily.isaenko@oracle.com, ltp-list@lists.sourceforge.net
Subject: Re: [LTP] [PATCH v6] fw_load: new test of device firmware loading
Date: Wed, 03 Jul 2013 12:02:18 +0400 [thread overview]
Message-ID: <51D3DA8A.5020602@oracle.com> (raw)
In-Reply-To: <201307021650.56483.vapier@gentoo.org>
Hi!
On 07/03/2013 12:50 AM, Mike Frysinger wrote:
>> --- /dev/null
>> > +++ b/testcases/kernel/firmware/fw_load_kernel/Makefile
>> >
>> > +MAKE_TARGETS := ltp_fw_load.ko
>> > +ltp_fw_load.ko: ltp_fw_load.c
>> > + -$(MAKE) -C $(LINUX_DIR) M=$(abs_srcdir)
>> > + -mv ltp_fw_load.ko ltp_fw_load.ko~
>> > + -$(MAKE) -C $(LINUX_DIR) M=$(abs_srcdir) clean
>> > + -mv ltp_fw_load.ko~ ltp_fw_load.ko
> what's with ignoring the exit status of all these ? and why clean when you're
> done ? doesn't seem like you'd want to do either of these.
>
Ignoring the exit status, allow to proceed with the LTP build, despite
of any error during the module's build. Then, user-space test will
return TCONF, if it doesn't find the module.
There are a lot of files that left after module's build and If I don't
clean there, I have to manually add files to the clean target and
perhaps, even more.
Thanks,
Alexey
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:
Build for Windows Store.
http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
next prev parent reply other threads:[~2013-07-03 8:02 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-02 11:43 [LTP] [PATCH v6] fw_load: new test of device firmware loading Alexey Kodanev
2013-07-02 18:24 ` chrubis
2013-07-02 20:50 ` Mike Frysinger
2013-07-03 8:02 ` alexey.kodanev [this message]
2013-07-03 10:33 ` chrubis
[not found] ` <201307031300.00679.vapier@gentoo.org>
[not found] ` <51D548FC.9010003@oracle.com>
2013-07-10 11:14 ` chrubis
[not found] ` <51DBCD1E.3040303@oracle.com>
2013-07-10 11:43 ` chrubis
2013-07-03 11:08 ` chrubis
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=51D3DA8A.5020602@oracle.com \
--to=alexey.kodanev@oracle.com \
--cc=ltp-list@lists.sourceforge.net \
--cc=vapier@gentoo.org \
--cc=vasily.isaenko@oracle.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.