linux.370 hints: validate sysconf GDBPATH
With sys/unix/hints/linux.370, if GDBPATH doesn't exist, comment out the GDBPATH line in sysconf during 'make install' or 'make update'. [ macOS apparently uses sys/unix/hints/macosx.sh to do its sysconf manipulation, so there is no corresponding change for sys/unix/hints/macOS.370 ] Closes #1477
This commit is contained in:
@@ -440,6 +440,8 @@ update: $(PRECHECK) $(GAME) recover $(VARDAT) spec_levs sys/unix/sysconf
|
||||
touch $(VARDIR)/perm $(VARDIR)/record
|
||||
# sysconf, but only if it does not exist
|
||||
true; $(SYSCONFENSURE)
|
||||
# other steps from hints file
|
||||
true; $(POSTUPDATE)
|
||||
# and a reminder
|
||||
@echo You may also want to install the man pages via the doc Makefile.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user