First pass at a hints-based build system to augment (not replace) the existing

build system.

Anyone who wants to do a build from sys/unix and doesn't want to figure this
out just needs to do:
	sh setup.sh hints/unix
instead of:
	sh setup.sh
and then continue on as usual.

New files:
sys/unix/NewInstall.unx - the new directions
sys/unix/hints/* - the hints files.  There will be more later.
sys/unix/mkmkfile.sh - helper for setup.sh

Summary of changes:
see NewInstall.unx for info on the new build system
introduction of various preprocessor symbols to turn options off that
 are defaulted on historically
comment out nethackrc (and similar) entries that still use the old symbol
 syntax.
commenting out of Makefile.* lines that now come from hints/unix
GAMEDIR is replaced with HACKDIR so the Makefiles and the C source agree.
  Note that I have NOT changed the docs and/or Makefiles for be, msdos, os2,
  vms, or winnt.  If port maintainers don't then I will, but I can't test
  those ports.
nethack.sh now handles the font path automatically
This commit is contained in:
keni
2007-12-13 20:17:11 +00:00
parent 6e41d8e973
commit 59e64a1d40
17 changed files with 251 additions and 111 deletions

View File

@@ -25,10 +25,10 @@
in Files, which should be in the top directory.)
2. Your Makefiles may still be in sys/unix with tags on the end of them.
If so, run "sh setup.sh" in that directory to distribute the Makefiles
to places they can do their work. (If later official patches change
these Makefiles, setup.sh should be rerun to make sure you use the
current copies.)
If so, run "sh setup.sh hints/unix" in that directory to
distribute the Makefiles to places they can do their work. (If
later official patches change these Makefiles, setup.sh should
be rerun to make sure you use the current copies.)
3. Go to the include subdirectory and edit config.h according to the
comments to match your system and desired set of features. Similarly
@@ -56,7 +56,7 @@
7. Go back to the top directory and edit that Makefile, explaining where
you want everything to be installed.
Make sure that you follow the comments about setting GAMEDIR -- the
Make sure that you follow the comments about setting HACKDIR -- the
installation process will wipe out the contents of the directory you
point it at, under the assumption that it's debris from an old version
of NetHack. If this is not the case, you'll want to install somewhere
@@ -80,7 +80,7 @@
8. Read doc/recover.man or doc/recover.txt to learn how to use the recover
program. The recover program can be used in case of a crash to recover
a game that was in progress. The recover command is installed in the
GAMEDIR by default.
HACKDIR by default.
Notes: