forked from OSchip/llvm-project
Pass given flags on to recursive sub-makes.
llvm-svn: 13616
This commit is contained in:
parent
e716bafbc8
commit
3e810058a7
|
@ -402,7 +402,7 @@ all install clean test bytecode stripped-bytecode install-bytecode::
|
|||
$(MKDIR) $$dir; \
|
||||
cp $(SourceDir)/$$dir/Makefile $$dir/Makefile; \
|
||||
fi; \
|
||||
($(MAKE) -C $$dir $@) || exit 1; \
|
||||
($(MAKE) -C $$dir $@ $(MFLAGS)) || exit 1; \
|
||||
done
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue