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
- Replies:
- Re: Errors when running "make -sj clean" on windows-x64 in top-level of pvPackageCPP Johnson, Andrew N.
- 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.
- Navigate by Date:
- Prev:
Re: Errors when running "make -sj clean" on windows-x64 in top-level of pvPackageCPP Johnson, Andrew N.
- 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
- Navigate by Thread:
- Prev:
Re: Errors when running "make -sj clean" on windows-x64 in top-level of pvPackageCPP Johnson, Andrew N.
- 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
|