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

Commit

Permalink
8204 Makefile changes in zfstest cannot cope with empty directories
Browse files Browse the repository at this point in the history
Reviewed by: Gordon Ross <gordon.w.ross@gmail.com>
Reviewed by: John Kennedy <john.kennedy@delphix.com>
Reviewed by: Robert Mustacchi <rm@joyent.com>

Closes #402
  • Loading branch information
Yuri Pankov authored and Prakash Surya committed Jun 13, 2017
1 parent 31b2d89 commit 857c709
Showing 1 changed file with 5 additions and 1 deletion.
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:

0 comments on commit 857c709

Please sign in to comment.