Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02308cf
)
merge from HEAD: 20030115
author
ericm
<ericm>
Thu, 15 Jan 2004 10:25:29 +0000
(10:25 +0000)
committer
ericm
<ericm>
Thu, 15 Jan 2004 10:25:29 +0000
(10:25 +0000)
lustre/liblustre/genlib.sh
patch
|
blob
|
history
diff --git
a/lustre/liblustre/genlib.sh
b/lustre/liblustre/genlib.sh
index
fed3051
..
2ceec0f
100755
(executable)
--- a/
lustre/liblustre/genlib.sh
+++ b/
lustre/liblustre/genlib.sh
@@
-39,7
+39,7
@@
sysio_tmp=$CWD/sysio_tmp_`date +%s`
build_sysio_obj_list() {
_objs=`$AR -t $1`
mkdir -p $sysio_tmp
- $AR $1
+ $AR
-x
$1
mv $_objs $sysio_tmp
for _lib in $_objs; do
ALL_OBJS=$ALL_OBJS"$sysio_tmp/$_lib ";