[721] in NetBSD-Development
Further changes for "make install" into AFS
daemon@ATHENA.MIT.EDU (ghudson@MIT.EDU)
Wed Apr 19 18:39:46 1995
From: ghudson@MIT.EDU
Date: Wed, 19 Apr 1995 18:38:52 -0400
To: netbsd-dev@MIT.EDU
Some makefiles break on the second install, because they try to
overwrite read-only files (using shell redirection) without removing
them first. I've corrected this in the following Makefiles:
share/me/Makefile
share/tmac/Makefile
games/boggle/Makefile
These should also be checked in. I haven't yet gotten "make
distribution" to work (unfortunately, "make install" breaks the
paradigm of Makefiles and doesn't allow you to continue where you left
off, and I haven't been successful at having it work all in one
sitting yet), but at least "make install" in the top-level directory
ought to work at this point.