From: chrubis@suse.cz
To: Sedat Dilek <sedat.dilek@gmail.com>
Cc: ltp-list@lists.sourceforge.net
Subject: Re: [LTP] [PATCH] realtime/lib: Fix includes in Makefile
Date: Thu, 17 Jan 2013 16:14:26 +0100 [thread overview]
Message-ID: <20130117151426.GA12851@rei> (raw)
In-Reply-To: <1358368488-5082-1-git-send-email-sedat.dilek@gmail.com>
Hi!
> testcases/realtime/lib/Makefile:25: ../../../../config.mk: No such file or directory
> make[2]: *** No rule to make target `../../../../config.mk'. Stop.
>
> The patch fixes the issue by using env_pre.mk to include config.mk from
> the correct location.
>
> Tested with ltp-full-20130109 and ltp-git (20130109-5-g385d792).
>
> Signed-off-by: Sedat Dilek <sedat.dilek@gmail.com>
> ---
> testcases/realtime/lib/Makefile | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/testcases/realtime/lib/Makefile b/testcases/realtime/lib/Makefile
> index 8860549..fbbb873 100644
> --- a/testcases/realtime/lib/Makefile
> +++ b/testcases/realtime/lib/Makefile
> @@ -22,7 +22,8 @@
>
> top_srcdir ?= ../../..
>
> -include $(top_srcdir)/../config.mk
> +include $(top_srcdir)/include/mk/env_pre.mk
> +include $(abs_srcdir)/../config.mk
>
> CFLAGS += -D_GNU_SOURCE
I do have similar patch for this issue I've haven't commited yet (I've
asked for review and the issue faded away).
Thanks for reminding, I'll fix this.
--
Cyril Hrubis
chrubis@suse.cz
------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122712
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
next prev parent reply other threads:[~2013-01-17 15:14 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-16 20:34 [LTP] [PATCH] realtime/lib: Fix includes in Makefile Sedat Dilek
2013-01-17 15:14 ` chrubis [this message]
2013-01-21 14:04 ` 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=20130117151426.GA12851@rei \
--to=chrubis@suse.cz \
--cc=ltp-list@lists.sourceforge.net \
--cc=sedat.dilek@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox