Skip to content
This repository has been archived by the owner on Nov 7, 2019. It is now read-only.

8204 Makefile changes in zfstest cannot cope with empty directories #402

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 5 additions & 1 deletion usr/src/test/Makefile.com
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ lint_SRCS:
$(LINT.c) $(SRCS) $(LDLIBS)

$(SUBDIRS): FRC
@cd $@; pwd; $(MAKE) $(TARGET)
@if [ -f $@/Makefile ]; then \
cd $@; pwd; $(MAKE) $(TARGET); \
else \
true; \
fi

FRC: