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
f2afb81cc0
ceph
/
qa
/
Makefile
5 lines
83 B
Makefile
Raw
Normal View
History
Unescape
Escape
qa: move fs test binary into workunits dir so teuthology can build it Teuthology does a make in the workunits dir, so move this in there. Signed-off-by: Sage Weil <sage@inktank.com>
2013-07-05 18:16:08 +00:00
DIRS
=
workunits btrfs
qa: do not use automake for workunit makefiles Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
2011-06-14 19:53:33 +00:00
all
:
for
d in
$(
DIRS
)
;
do
(
cd
$$
d
;
$(
MAKE
)
all
)
;
done