mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-30 17:33:24 +00:00
'make check' at the top level shouldn't recurse through the sourcedirs
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18463 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
44cb1b3e07
commit
7dc02825dc
@ -19,7 +19,7 @@
|
||||
#--------------------------------------------------------------------
|
||||
# Define the various target sets
|
||||
#--------------------------------------------------------------------
|
||||
RecursiveTargets := all clean clean-all check install uninstall install-bytecode
|
||||
RecursiveTargets := all clean clean-all install uninstall install-bytecode
|
||||
LocalTargets := all-local clean-local clean-all-local check-local \
|
||||
install-local printvars uninstall-local \
|
||||
install-bytecode-local
|
||||
@ -394,7 +394,6 @@ SubDirs += $(PARALLEL_DIRS)
|
||||
all :: $(addsuffix /.makeall ,$(PARALLEL_DIRS))
|
||||
clean :: $(addsuffix /.makeclean ,$(PARALLEL_DIRS))
|
||||
clean-all:: $(addsuffix /.makeclean-all,$(PARALLEL_DIRS))
|
||||
check :: $(addsuffix /.makecheck ,$(PARALLEL_DIRS))
|
||||
install :: $(addsuffix /.makeinstall ,$(PARALLEL_DIRS))
|
||||
uninstall:: $(addsuffix /.makeuninstall,$(PARALLEL_DIRS))
|
||||
install-bytecode :: $(addsuffix /.makeinstall-bytecode,$(PARALLEL_DIRS))
|
||||
|
Loading…
Reference in New Issue
Block a user