Skip to content

Commit d71b0d0

Browse files
committed
Merge pull request #19754 from steveklabnik/remove_sundown
Remove sundown Reviewed-by: thestinger
2 parents 6335d8b + 3cb10ef commit d71b0d0

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

configure

+1-2
Original file line numberDiff line numberDiff line change
@@ -988,8 +988,7 @@ do
988988
make_dir $t/rt/jemalloc
989989
for i in \
990990
isaac sync test \
991-
arch/i386 arch/x86_64 arch/arm arch/mips \
992-
sundown/src sundown/html
991+
arch/i386 arch/x86_64 arch/arm arch/mips
993992
do
994993
make_dir $t/rt/stage$s/$i
995994
done

mk/ctags.mk

+1-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
.PHONY: TAGS.emacs TAGS.vi
1717

1818
# This is using a blacklist approach, probably more durable than a whitelist.
19-
# We exclude: external dependencies (llvm, rt/{msvc,sundown,vg}),
19+
# We exclude: external dependencies (llvm, rt/{msvc,vg}),
2020
# tests (compiletest, test) and a couple of other things (rt/arch, etc)
2121
CTAGS_LOCATIONS=$(patsubst ${CFG_SRC_DIR}src/llvm,, \
2222
$(patsubst ${CFG_SRC_DIR}src/compiletest,, \
@@ -25,7 +25,6 @@ CTAGS_LOCATIONS=$(patsubst ${CFG_SRC_DIR}src/llvm,, \
2525
$(patsubst ${CFG_SRC_DIR}src/rt,, \
2626
$(patsubst ${CFG_SRC_DIR}src/rt/arch,, \
2727
$(patsubst ${CFG_SRC_DIR}src/rt/msvc,, \
28-
$(patsubst ${CFG_SRC_DIR}src/rt/sundown,, \
2928
$(patsubst ${CFG_SRC_DIR}src/rt/vg,, \
3029
$(wildcard ${CFG_SRC_DIR}src/*) $(wildcard ${CFG_SRC_DIR}src/rt/*) \
3130
)))))))))

0 commit comments

Comments
 (0)