From 3cb10ef147b3cb842a31512119edd7da425afef5 Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Thu, 11 Dec 2014 15:28:56 -0500 Subject: [PATCH] Remove mentions of sundown. --- configure | 3 +-- mk/ctags.mk | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/configure b/configure index 70d6ba38a12..f14009b4654 100755 --- a/configure +++ b/configure @@ -988,8 +988,7 @@ do make_dir $t/rt/jemalloc for i in \ isaac sync test \ - arch/i386 arch/x86_64 arch/arm arch/mips \ - sundown/src sundown/html + arch/i386 arch/x86_64 arch/arm arch/mips do make_dir $t/rt/stage$s/$i done diff --git a/mk/ctags.mk b/mk/ctags.mk index 44a16d556be..39b1c4d4d59 100644 --- a/mk/ctags.mk +++ b/mk/ctags.mk @@ -16,7 +16,7 @@ .PHONY: TAGS.emacs TAGS.vi # This is using a blacklist approach, probably more durable than a whitelist. -# We exclude: external dependencies (llvm, rt/{msvc,sundown,vg}), +# We exclude: external dependencies (llvm, rt/{msvc,vg}), # tests (compiletest, test) and a couple of other things (rt/arch, etc) CTAGS_LOCATIONS=$(patsubst ${CFG_SRC_DIR}src/llvm,, \ $(patsubst ${CFG_SRC_DIR}src/compiletest,, \ @@ -25,7 +25,6 @@ CTAGS_LOCATIONS=$(patsubst ${CFG_SRC_DIR}src/llvm,, \ $(patsubst ${CFG_SRC_DIR}src/rt,, \ $(patsubst ${CFG_SRC_DIR}src/rt/arch,, \ $(patsubst ${CFG_SRC_DIR}src/rt/msvc,, \ - $(patsubst ${CFG_SRC_DIR}src/rt/sundown,, \ $(patsubst ${CFG_SRC_DIR}src/rt/vg,, \ $(wildcard ${CFG_SRC_DIR}src/*) $(wildcard ${CFG_SRC_DIR}src/rt/*) \ )))))))))