aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2022-07-20 11:19:09 -0500
committerCalvin Rose <calsrose@gmail.com>2022-07-20 11:19:09 -0500
commit684d2d63f4aaf0c1266e2cd2e037f3140f65cce1 (patch)
tree9ccd8d12d100e41676928aec19e4ee944c46edd5 /Makefile
parentFix build warnings on Linux GCC version 12.1.0 x64 (diff)
Emphasize the ldconfig error is expected.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9ee523f9..d6a4b3ed 100644
--- a/Makefile
+++ b/Makefile
@@ -300,7 +300,7 @@ install: $(JANET_TARGET) $(JANET_LIBRARY) $(JANET_STATIC_LIBRARY) build/janet.pc
cp janet.1 '$(DESTDIR)$(JANET_MANPATH)'
mkdir -p '$(DESTDIR)$(JANET_PKG_CONFIG_PATH)'
cp build/janet.pc '$(DESTDIR)$(JANET_PKG_CONFIG_PATH)/janet.pc'
- [ -z '$(DESTDIR)' ] && $(LDCONFIG) || true
+ [ -z '$(DESTDIR)' ] && $(LDCONFIG) || echo "You can ignore this error for non-Linux systems or local installs"
install-jpm-git: $(JANET_TARGET)
mkdir -p build