This website requires JavaScript.
Explore
Help
Sign In
RepoMirrors
/
ceph
Watch
1
Star
0
Fork
0
You've already forked ceph
mirror of
https://github.com/ceph/ceph
synced
2024-12-12 22:46:21 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
main
ceph
/
qa
/
Makefile
5 lines
77 B
Makefile
Raw
Permalink
Normal View
History
Unescape
Escape
os: remove unused btrfs_ioctl.h and tests remove unused header whose GPL license was potentially problematic Fixes: https://tracker.ceph.com/issues/68083 Signed-off-by: Casey Bodley <cbodley@redhat.com>
2024-09-17 14:00:26 +00:00
DIRS
=
workunits
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
Reference in New Issue
Copy Permalink