From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sog-mx-2.v43.ch3.sourceforge.com ([172.29.43.192] helo=mx.sourceforge.net) by sfs-ml-3.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1YQBvm-0001z2-2A for ltp-list@lists.sourceforge.net; Tue, 24 Feb 2015 09:37:30 +0000 Date: Tue, 24 Feb 2015 10:36:46 +0100 From: Cyril Hrubis Message-ID: <20150224093646.GA32083@rei> References: <1423212090-24164-1-git-send-email-gux.fnst@cn.fujitsu.com> <1423212090-24164-3-git-send-email-gux.fnst@cn.fujitsu.com> <20150209141705.GB7605@rei.suse.de> <54DC3837.8050300@cn.fujitsu.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <54DC3837.8050300@cn.fujitsu.com> Subject: Re: [LTP] [PATCH v2 3/6] power_management: install lib/sched_mc.py into testcases/bin directory List-Id: Linux Test Project General Discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ltp-list-bounces@lists.sourceforge.net To: "gux.fnst" Cc: ltp-list@lists.sourceforge.net Hi! > >> testcases/kernel/power_management/Makefile | 10 ++++----- > >> .../kernel/power_management/cpu_consolidation.py | 2 -- > >> testcases/kernel/power_management/ilb_test.py | 2 -- > >> testcases/kernel/power_management/lib/Makefile | 25 ++++++++++++++++++++++ > >> testcases/kernel/power_management/sched_domain.py | 2 -- > >> 5 files changed, 29 insertions(+), 12 deletions(-) > >> create mode 100644 testcases/kernel/power_management/lib/Makefile > > > > Before we install all files into the common bin directory we have to > > prefix all of them with reasonable prefix. What about prefixing these > > with 'pm_'? > > > > The files in testcases/kernel/power_management are installed into the > common bin directory originally, only one file "sched_domain.py" in > testcases/kernel/power_management/lib/ is installed into a separate > bin/lib directory. Does we prefix all files in testcases/kernel/power_management > with "pm_"? or only sched_domain.py? The most important part is to prefix the files that go to the common bin directory in order to avoid conflicts. But I would like to have a common prefix for all the binaries and scripts that get installed. -- Cyril Hrubis chrubis@suse.cz ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Ltp-list mailing list Ltp-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ltp-list