Subject: |
Re: Errors when running "make -sj clean" on windows-x64 in top-level of pvPackageCPP |
From: |
"Johnson, Andrew N." <[email protected]> |
To: |
"Rivers, Mark L." <[email protected]> |
Cc: |
EPICS core-talk <[email protected]> |
Date: |
Mon, 19 Sep 2016 11:57:21 +0000 |
You can use "make -sj host" to parallel-build just the host architecture (i.e. $EPICS_HOST_ARCH). The host target also exists in Base-3.15 BTW, but not in 3.14.
Integration will be better in EPICS 7.
- Andrew
--
Sent from my iPad
> On Sep 18, 2016, at 11:17 PM, Mark Rivers <[email protected]> wrote:
>
> It might be nice to have a top-level script that checks out the tags for each submodule for a given top-level release.
>
> I just found that it is not possible to issue this command at the top-level:
>
> make install.linux-x86
>
> That is a bit of a pain. I can use the -j option on linux-x86 and win32-x86-mingw-static, but not with win32-x86-mingw. I am cross-compiling the mingw builds. So I would like to run the first 2 architectures with -j and then the third architecture without -j. But I cannot do that.
>
> Thanks,
> Mark
>
> ________________________________________
> From: Johnson, Andrew N. [[email protected]]
> Sent: Sunday, September 18, 2016 10:12 PM
> To: Mark Rivers
> Cc: EPICS core-talk
> Subject: Re: Errors when running "make -sj clean" on windows-x64 in top-level of pvPackageCPP
>
>> What command do I issue in the top-level repository to ensure that all submodules are at the correct version for 4.6.0 of the top-level?
>
> You may be able to say
> git submodule update
> but I'm not sure if that always works. You can do
> git submodule status
> and you'll get a list of the states of the submodules and compare them with the contents of the documentation/git-versions file to be sure, but you might have to go into any submodule that is not correctly checked out and do a
> git checkout 4.2.2
> or similar depending on the tag to fix it.
>
> - Andrew
>
> --
> Sent from my iPad
>
- References:
- Errors when running "make -sj clean" on windows-x64 in top-level of pvPackageCPP Mark Rivers
- Re: Errors when running "make -sj clean" on windows-x64 in top-level of pvPackageCPP Johnson, Andrew N.
- RE: Errors when running "make -sj clean" on windows-x64 in top-level of pvPackageCPP Mark Rivers
- RE: Errors when running "make -sj clean" on windows-x64 in top-level of pvPackageCPP Mark Rivers
- RE: Errors when running "make -sj clean" on windows-x64 in top-level of pvPackageCPP Mark Rivers
- Re: Errors when running "make -sj clean" on windows-x64 in top-level of pvPackageCPP Johnson, Andrew N.
- RE: Errors when running "make -sj clean" on windows-x64 in top-level of pvPackageCPP Mark Rivers
- Navigate by Date:
- Prev:
RE: Errors when running "make -sj clean" on windows-x64 in top-level of pvPackageCPP Mark Rivers
- Next:
Time issues on Linux Ralph Lange
- Index:
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
<2016>
2017
2018
2019
2020
2021
2022
2023
- Navigate by Thread:
- Prev:
RE: Errors when running "make -sj clean" on windows-x64 in top-level of pvPackageCPP Mark Rivers
- Next:
Re: Errors when running "make -sj clean" on windows-x64 in top-level of pvPackageCPP Johnson, Andrew N.
- Index:
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
<2016>
2017
2018
2019
2020
2021
2022
2023
|