Re: reverse dependency order?

2016-05-17 Thread Tim Landscheidt
Dan Nicolaescu wrote some time ago: > I've run into situations where given: > foo: a b c > and "b" was missing a dependency on "a". > The above did not fail with parallel make for years because "a" finished > fast, before "b" actually needed to use it's result. > It might be interesting to ha

Re: Regarding Installation of gromacs 454

2016-05-17 Thread Paul Smith
On Wed, 2016-05-18 at 10:04 +0900, Rakesh Mishra wrote: > in order to install gromacs 454 in opensuse os on linux. but it is > creating the problem at the cmake step. How can install this gromacs > version. This list is for bugs with GNU make.  If you're having problems with cmake, you should cont

Regarding Installation of gromacs 454

2016-05-17 Thread Rakesh Mishra
Dear sir/ma,am I am following the steps given at the gromacs site as below tar xfz gromacs-4.5.4.tar.gz cd gromacs-4.5.4 mkdir build cd build cmake .. -DGMX_BUILD_OWN_FFTW=ON -DREGRESSIONTEST_DOWNLOAD=ON make make check sudo make install source /usr/local/gromacs/bin/GMXRC in order to install gr

[bug #47913] newlines lost with $(foreach)

2016-05-17 Thread Paul D. Smith
Follow-up Comment #6, bug #47913 (project make): Markup in Savannah is described here, at least: https://savannah.gnu.org/cookbook/?func=detailitem&item_id=125 Generally you want to use / ___ Reply to this item at:

[bug #47942] Random crash during compile time

2016-05-17 Thread Eli Zaretskii
Update of bug #47942 (project make): Status:None => Fixed Assigned to:None => eliz Open/Closed:Open => Closed Fixed Release:

[bug #47913] newlines lost with $(foreach)

2016-05-17 Thread Oliver Kiddle
Follow-up Comment #5, bug #47913 (project make): Using subst to replace newlines with some other character works fine and I'm happy with that as a solution. Thanks. I prefer that to the MAKE_DEPS macro because it is backwards compatible with the individual Makefiles (they span a large number of pr

[bug #47942] Random crash during compile time

2016-05-17 Thread Hossein
URL: Summary: Random crash during compile time Project: make Submitted by: hboyafzar Submitted on: Tue 17 May 2016 09:25:07 AM GMT Severity: 3 - Normal Item Group: Bug