OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1631-g136704f
Gerrit Code Review
gerrit@openafs.org
Sun, 11 Sep 2011 05:42:17 -0700 (PDT)
The following commit has been merged in the master branch:
commit 136704fa648e5050941ed2a279cd9225b5e0ee68
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Sun Sep 11 12:35:18 2011 +0100
Darwin: Actually stop the kernel build
At the moment, all of the kernel build lines end with "; true", which
means that the build will always continue, regardless of whether
creating an individual object file succeeds or not. The 'true' is there
to gobble up the name of the source file which the common build
infrastructure adds to the end of the command line.
Instead of using '; true', use '&& true', so that if one of the C
compiler commands, or the lipo, fails, we get told about it, before
we try to link the missing objects.
Change-Id: I11c14e6aa12188e3de044f900b3df8c8ffe5df13
Reviewed-on: http://gerrit.openafs.org/5391
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
Tested-by: Derrick Brashear <shadow@dementix.org>
src/libafs/MakefileProto.DARWIN.in | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
--
OpenAFS Master Repository