Linux Foundation Collaborative Projects
index
:
stor4nfv
master
stable/fraser
stable/gambia
stable/hunter
stable/iruya
Grokmirror user
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ceph
/
qa
/
workunits
/
Makefile
blob: f75f5dfd4a5e25c97878c1ccaf06e53a0d7bfc08 (
plain
)
1
2
3
4
DIRS
=
direct_io fs
all
:
for
d in
$(
DIRS
)
;
do
(
cd
$$
d
;
$(
MAKE
)
all
)
;
done