index
:
ceph
debian
progress-linux
upstream
debian 12 backports-extras: ceph
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
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