aboutsummaryrefslogtreecommitdiff
path: root/sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-06-08 09:04:27 -0300
committerEuAndreh <eu@euandre.org>2021-06-08 09:04:27 -0300
commit091e65bcdce6f1a36516498c7fdf1d4562732998 (patch)
treee511fe249da6810fe71704fc9b02efefb963732f /sh
parentsh/fake-symlinks.sh: Remove enforce_uniform_readme function (diff)
downloaddotfiles-091e65bcdce6f1a36516498c7fdf1d4562732998.tar.gz
dotfiles-091e65bcdce6f1a36516498c7fdf1d4562732998.tar.xz
sh/fake-symlinks.sh: Remove $ENABLE_C and $C_PROJECT variables
Diffstat (limited to 'sh')
-rw-r--r--sh/fake-symlinks.sh18
1 files changed, 0 insertions, 18 deletions
diff --git a/sh/fake-symlinks.sh b/sh/fake-symlinks.sh
index 584de4ae..3a0b3e5b 100644
--- a/sh/fake-symlinks.sh
+++ b/sh/fake-symlinks.sh
@@ -118,12 +118,6 @@ ln_env() {
else
ENABLE_GUILE=
fi
-
- if [ -n "${C_PROJECT[$PROJECT]}" ]; then
- ENABLE_C=1
- else
- ENABLE_C=
- fi
}
ln_init() {
@@ -182,10 +176,6 @@ ln_ci() {
ln_simple_makefile() {
sed_if_not Makefile
-
- if [ -n "$ENABLE_C" ]; then
- cp_all aux/assert-clang-format.sh
- fi
}
enforce_uniform_manpages() {
@@ -293,14 +283,6 @@ declare -A GUILE_PROJECTS=(
[songbooks]=1
)
-declare -A C_PROJECT=(
- [remembering]=1
- [gluilo]=1
- [konformigado]=1
- [libedn]=1
- [fallible]=1
-)
-
ln_all() {
LN_FN="$1"
shift