mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
Revised version of a patch for PR222 that works with my version of gmake.
llvm-svn: 11104
This commit is contained in:
parent
5aec717bde
commit
328ad5236f
8
Makefile
8
Makefile
@ -7,9 +7,14 @@
|
|||||||
#
|
#
|
||||||
##===----------------------------------------------------------------------===##
|
##===----------------------------------------------------------------------===##
|
||||||
LEVEL = .
|
LEVEL = .
|
||||||
DIRS = lib/Support utils lib tools runtime
|
DIRS = lib/Support utils lib tools
|
||||||
OPTIONAL_DIRS = projects
|
OPTIONAL_DIRS = projects
|
||||||
|
|
||||||
|
ifneq ($(MAKECMDGOALS),tools-only)
|
||||||
|
DIRS += runtime
|
||||||
|
endif
|
||||||
|
|
||||||
|
|
||||||
include $(LEVEL)/Makefile.common
|
include $(LEVEL)/Makefile.common
|
||||||
|
|
||||||
test :: all
|
test :: all
|
||||||
@ -22,7 +27,6 @@ distclean:: clean
|
|||||||
$(LEVEL)/config.log \
|
$(LEVEL)/config.log \
|
||||||
$(LEVEL)/TAGS
|
$(LEVEL)/TAGS
|
||||||
|
|
||||||
tools-only: DIRS = $(DIRS:runtime=)
|
|
||||||
tools-only: all
|
tools-only: all
|
||||||
|
|
||||||
configure: autoconf/configure.ac autoconf/aclocal.m4
|
configure: autoconf/configure.ac autoconf/aclocal.m4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user