index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
qa
/
Makefile
blob: 05dc834adbdb3c234698965491b1c031a5896b7f (
plain
)
1
2
3
4
DIRS
=
workunits
all
:
for
d
in
$(
DIRS
)
;
do
(
cd
$$
d
;
$(
MAKE
)
all
)
;
done