mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 21:55:39 +08:00
Comment out test targets; they don't work on Linux because test/Makefile uses
a bunch of BSD-isms. llvm-svn: 108027
This commit is contained in:
@@ -66,14 +66,14 @@ $(RecursiveTargets)::
|
||||
fi
|
||||
endif
|
||||
|
||||
test::
|
||||
@ $(MAKE) -C test
|
||||
#test::
|
||||
# @ $(MAKE) -C test
|
||||
|
||||
report::
|
||||
@ $(MAKE) -C test report
|
||||
#report::
|
||||
# @ $(MAKE) -C test report
|
||||
|
||||
clean::
|
||||
@ $(MAKE) -C test clean
|
||||
#clean::
|
||||
# @ $(MAKE) -C test clean
|
||||
|
||||
tags::
|
||||
$(Verb) etags `find . -type f -name '*.h' -or -name '*.cpp' | \
|
||||
|
||||
Reference in New Issue
Block a user