change sys/unix bits and doc
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
# Makefile for NetHack's utility programs.
|
||||
# NetHack 3.7 Makefile.utl $NHDT-Date: 1693334279 2023/08/29 18:37:59 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.68 $
|
||||
# NetHack 5.0 Makefile.utl $NHDT-Date: 1693334279 2023/08/29 18:37:59 $ $NHDT-Branch: NetHack-5.0 $:$NHDT-Revision: 1.68 $
|
||||
# Copyright (c) 2018 by Robert Patrick Rankin
|
||||
# NetHack may be freely redistributed. See license for details.
|
||||
|
||||
#
|
||||
# Note: as of nethack 3.7, 'lev_comp' and 'dgn_comp' are no longer present
|
||||
# Note: as of NetHack 5.0, 'lev_comp' and 'dgn_comp' are no longer present
|
||||
# so use of yacc and lex to build them is no longer required.
|
||||
#
|
||||
|
||||
@@ -23,7 +23,7 @@ NHSROOT=..
|
||||
# execute things like 'foo.o')
|
||||
# MAKE = make
|
||||
|
||||
# NetHack 3.7 began introducing C99 code.
|
||||
# NetHack 5.0 began introducing C99 code.
|
||||
#
|
||||
# If your compiler needs an appropriate switch to accept C99 code.
|
||||
# CSTD = -std=c99
|
||||
@@ -612,10 +612,10 @@ tags: $(UTILSRCS)
|
||||
@ctags -tw $(UTILSRCS)
|
||||
|
||||
# note: 3.6 copied tile.h from win/share/ to include/ and if someone
|
||||
# switches branches from 3.6 to 3.7 without executing 'make spotless'
|
||||
# switches branches from 3.6 to 5.0 without executing 'make spotless'
|
||||
# first, the old tile.h sticks around and gets found during compile
|
||||
# instead of current one; various tile utilities won't build in that
|
||||
# mis-configuration so allow 'make clean' and 'make spotless' in 3.7
|
||||
# mis-configuration so allow 'make clean' and 'make spotless' in 5.0
|
||||
# to fix things up by deleting the out of date file (if present)
|
||||
clean-fixup:
|
||||
-rm -f ../include/tile.h
|
||||
|
||||
Reference in New Issue
Block a user