From: Markos Chandras <Markos.Chandras@imgtec.com>
To: ltp-list@lists.sourceforge.net
Subject: [LTP] [PATCH 09/21] realtime/lib/Makefile: Fix path for config.mk
Date: Tue, 3 Jan 2012 11:08:41 +0000 [thread overview]
Message-ID: <4F02E1B9.2090603@imgtec.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 49 bytes --]
Hi, please review the attached patch
--
markos
[-- Attachment #2: 0009-realtime-lib-Makefile-Fix-path-for-config.mk.patch --]
[-- Type: text/plain, Size: 950 bytes --]
From 34eab5207f365db3ed43614bb499a8863ca2ca82 Mon Sep 17 00:00:00 2001
From: Markos Chandras <markos.chandras@imgtec.com>
Date: Thu, 15 Dec 2011 12:14:47 +0000
Subject: [PATCH 09/21] realtime/lib/Makefile: Fix path for config.mk
The autotools in realtime subfolders overwrites the top level autotools
variables. To avoid this problem, we use relative
paths instead of using variables that may or may not be have been
overwritten by another autotools build.
Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
---
testcases/realtime/lib/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/testcases/realtime/lib/Makefile b/testcases/realtime/lib/Makefile
index 8860549..ecf4b5c 100644
--- a/testcases/realtime/lib/Makefile
+++ b/testcases/realtime/lib/Makefile
@@ -22,7 +22,7 @@
top_srcdir ?= ../../..
-include $(top_srcdir)/../config.mk
+include ../config.mk
CFLAGS += -D_GNU_SOURCE
--
1.7.1
[-- Attachment #3: Type: text/plain, Size: 355 bytes --]
------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create
new or port existing apps to sell to consumers worldwide. Explore the
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
[-- Attachment #4: Type: text/plain, Size: 155 bytes --]
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
next reply other threads:[~2012-01-03 11:08 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-03 11:08 Markos Chandras [this message]
2012-01-03 19:24 ` [LTP] [PATCH 09/21] realtime/lib/Makefile: Fix path for config.mk Garrett Cooper
2012-01-04 11:20 ` Markos Chandras
2012-01-04 12:04 ` Garrett Cooper
2012-01-04 14:43 ` Cyril Hrubis
2012-01-25 18:26 ` Cyril Hrubis
2012-06-28 15:09 ` 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=4F02E1B9.2090603@imgtec.com \
--to=markos.chandras@imgtec.com \
--cc=ltp-list@lists.sourceforge.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