This website requires JavaScript.
Explore
Help
Sign In
RepoMirrors
/
ceph
mirror of
https://github.com/ceph/ceph
Watch
1
Star
0
Fork
You've already forked ceph
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
479366a584
ceph
/
qa
/
workunits
/
Makefile
5 lines
81 B
Makefile
Raw
Blame
History
DIRS
=
direct_io fs
all
:
for
d in
$(
DIRS
)
;
do
(
cd
$$
d
;
$(
MAKE
)
all
)
;
done
Reference in New Issue
View Git Blame
Copy Permalink