mirror of
https://github.com/ceph/ceph
synced 2025-02-15 23:07:55 +00:00
From: Yan, Zheng <yan.zheng@intel.com> Simple reproducer for #5453, modified to run for a finite number of iterations. Signed-off-by: Sage Weil <sage@inktank.com>
5 lines
86 B
Makefile
5 lines
86 B
Makefile
DIRS= workunits btrfs fs
|
|
|
|
all:
|
|
for d in $(DIRS) ; do ( cd $$d ; $(MAKE) all ) ; done
|