OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1449-g9e29a20
Gerrit Code Review
gerrit@openafs.org
Fri, 29 Jul 2011 14:14:13 -0700 (PDT)
The following commit has been merged in the master branch:
commit 9e29a20df7cca05472825f57ed553780ac901520
Author: Garrett Wollman <wollman@csail.mit.edu>
Date: Mon Jul 25 00:50:54 2011 -0400
libuafs: don't use a GNU-only feature in a common makefile
$(shell ...) is a GNU Make proprietary feature and shouldn't be used
OS-independent makefiles. There is no need to use it here; command
substitution in the shell is good enough.
Change-Id: I511108dab0770e772005b3f4a851713d1ee5a83e
Reviewed-on: http://gerrit.openafs.org/5093
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
src/libuafs/Makefile.common.in | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
--
OpenAFS Master Repository