File tree Expand file tree Collapse file tree 4 files changed +3
-15
lines changed Expand file tree Collapse file tree 4 files changed +3
-15
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,6 @@ refs/heads/try3: 9387340aab40a73e8424c48fd42f0c521a4875c0
14
14
refs/tags/release-0.3.1: 495bae036dfe5ec6ceafd3312b4dca48741e845b
15
15
refs/tags/release-0.4: e828ea2080499553b97dfe33b3f4d472b4562ad7
16
16
refs/tags/release-0.5: 7e3bcfbf21278251ee936ad53e92e9b719702d73
17
- refs/heads/auto: 9bfe296eb720e56803126a5c639b713f9032298b
17
+ refs/heads/auto: 858ca2e3c8ef0704fd333cd4a092976324538830
18
18
refs/heads/servo: af82457af293e2a842ba6b7759b70288da276167
19
19
refs/tags/release-0.6: b4ebcfa1812664df5e142f0134a5faea3918544c
Original file line number Diff line number Diff line change 561
561
| cut -d ' ' -f 2)
562
562
563
563
case $CFG_CLANG_VERSION in
564
- (3.0svn | 3.0 | 3.1* | 3.2* | 3.3* | 3.4 * )
564
+ (3.0svn | 3.0 | 3.1* | 3.2* | 3.3* )
565
565
step_msg " found ok version of CLANG: $CFG_CLANG_VERSION "
566
566
CFG_C_COMPILER=" clang"
567
567
;;
@@ -970,13 +970,6 @@ then
970
970
putvar CFG_CCACHE_CPP2
971
971
fi
972
972
973
- if [ ! -z " $CFG_ENABLE_CCACHE " ]
974
- then
975
- CFG_CCACHE_BASEDIR=${CFG_SRC_DIR}
976
- putvar CFG_CCACHE_BASEDIR
977
- fi
978
-
979
-
980
973
if [ ! -z $BAD_PANDOC ]
981
974
then
982
975
CFG_PANDOC=
Original file line number Diff line number Diff line change @@ -396,11 +396,6 @@ ifeq ($(CFG_CCACHE_CPP2),1)
396
396
export CCACHE_CPP
397
397
endif
398
398
399
- ifdef CFG_CCACHE_BASEDIR
400
- CCACHE_BASEDIR =$(CFG_CCACHE_BASEDIR )
401
- export CCACHE_BASEDIR
402
- endif
403
-
404
399
define CFG_MAKE_TOOLCHAIN
405
400
CFG_COMPILE_C_$(1 ) = $$(CC_$(1 ) ) \
406
401
$$(CFG_GCCISH_CFLAGS ) \
Original file line number Diff line number Diff line change @@ -666,7 +666,7 @@ TEST_GROUPS = \
666
666
perf \
667
667
debuginfo \
668
668
doc \
669
- $(foreach docname,$(DOC_TEST_NAMES ) ,$(docname ) ) \
669
+ $(foreach docname,$(DOC_TEST_NAMES ) ,doc- $(docname ) ) \
670
670
pretty \
671
671
pretty-rpass \
672
672
pretty-rpass-full \
You can’t perform that action at this time.
0 commit comments