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:
9444358
)
Fix osc Makefile to link ll_pack.c (module osc.o should not depend on ost.o).
author
uid34591
<uid34591>
Fri, 5 Jul 2002 21:23:03 +0000
(21:23 +0000)
committer
uid34591
<uid34591>
Fri, 5 Jul 2002 21:23:03 +0000
(21:23 +0000)
Remove old cruft.
lustre/osc/Makefile.am
patch
|
blob
|
history
diff --git
a/lustre/osc/Makefile.am
b/lustre/osc/Makefile.am
index
769b5dd
..
4fd645b
100644
(file)
--- a/
lustre/osc/Makefile.am
+++ b/
lustre/osc/Makefile.am
@@
-10,7
+10,7
@@
modulefs_DATA = osc.o
EXTRA_PROGRAMS = osc
LINX= obd_pack.c ll_pack.c
-osc_SOURCES =
obd_pack.c osc_request.c # super.c rw.c file.c dir.c sysctl.c super.c namei.c symlink.c
+osc_SOURCES =
osc_request.c $(LINX)
obd_pack.c:
test -e obd_pack.c || ln -sf $(top_srcdir)/lib/obd_pack.c