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:
9273ba5
)
branch b1_5
author
ericm
<ericm>
Mon, 27 Feb 2006 02:42:23 +0000
(
02:42
+0000)
committer
ericm
<ericm>
Mon, 27 Feb 2006 02:42:23 +0000
(
02:42
+0000)
- lustre/quota/Makefile.in somewhat get lost during merging from b_r_146
to b1_4. add it back.
lustre/quota/Makefile.in
[new file with mode: 0644]
patch
|
blob
diff --git a/lustre/quota/Makefile.in
b/lustre/quota/Makefile.in
new file mode 100644
(file)
index 0000000..
19a37ca
--- /dev/null
+++ b/
lustre/quota/Makefile.in
@@ -0,0
+1,10
@@
+MODULES := lquota
+MODULES += quotactl_test quotacheck_test
+
+lquota-objs := quota_check.o quota_context.o quota_ctl.o quota_interface.o
+lquota-objs += quota_master.o
+quotactl-objs := quotactl_test.o
+quotaccheck-objs := quotacheck_test.o
+
+@INCLUDE_RULES@
+