mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-20 18:56:04 +00:00
Pass given flags on to recursive sub-makes.
llvm-svn: 13616
This commit is contained in:
parent
5ce001e6a8
commit
0b21d7eec3
@ -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…
x
Reference in New Issue
Block a user