mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-02 07:32:52 +00:00
Remove all recursive check support from Makefile.rules
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18470 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e539a2baff
commit
672d71dcb6
@ -20,7 +20,7 @@
|
|||||||
# Define the various target sets
|
# Define the various target sets
|
||||||
#--------------------------------------------------------------------
|
#--------------------------------------------------------------------
|
||||||
RecursiveTargets := all clean clean-all install uninstall install-bytecode
|
RecursiveTargets := all clean clean-all install uninstall install-bytecode
|
||||||
LocalTargets := all-local clean-local clean-all-local check-local \
|
LocalTargets := all-local clean-local clean-all-local \
|
||||||
install-local printvars uninstall-local \
|
install-local printvars uninstall-local \
|
||||||
install-bytecode-local
|
install-bytecode-local
|
||||||
TopLevelTargets := dist dist-check dist-clean tags dist-gzip dist-bzip2 \
|
TopLevelTargets := dist dist-check dist-clean tags dist-gzip dist-bzip2 \
|
||||||
@ -131,12 +131,10 @@ endif
|
|||||||
$(UserTargets):: $(PreConditions)
|
$(UserTargets):: $(PreConditions)
|
||||||
|
|
||||||
all:: all-local
|
all:: all-local
|
||||||
check:: check-local
|
|
||||||
clean:: clean-local
|
clean:: clean-local
|
||||||
clean-all:: clean-local clean-all-local
|
clean-all:: clean-local clean-all-local
|
||||||
install:: install-local
|
install:: install-local
|
||||||
uninstall:: uninstall-local
|
uninstall:: uninstall-local
|
||||||
check-local:: all-local
|
|
||||||
install-local:: all-local
|
install-local:: all-local
|
||||||
install-bytecode:: install-bytecode-local
|
install-bytecode:: install-bytecode-local
|
||||||
|
|
||||||
@ -1075,7 +1073,7 @@ dist dist-check dist-clean dist-gzip dist-bzip2 dist-zip ::
|
|||||||
DistCheckTop :=
|
DistCheckTop :=
|
||||||
else
|
else
|
||||||
|
|
||||||
DistCheckTop := check
|
DistCheckTop :=
|
||||||
|
|
||||||
#------------------------------------------------------------------------
|
#------------------------------------------------------------------------
|
||||||
# Prevent catastrophic remove
|
# Prevent catastrophic remove
|
||||||
|
Loading…
Reference in New Issue
Block a user