On Wed, Nov 14, 2001 at 02:38:23PM +0100, Martin Gasbichler wrote:
>
> >>>>> "Chad" == Chad Dougherty <chad@stalphonsos.com> writes:
>
> Chad> On Wed, Nov 14, 2001 at 09:09:14AM +0100, Martin Gasbichler wrote:
> >>
> >> >>>>> "Tom" == Tom Ivar Helbekkmo <tih+nr@kpnQwest.no> writes:
> >>
> Tom> Noticed during the build of scsh 0.6 (fetched this morning using CVS):
> Tom> - The 'make' invoked by the "autogen.sh" script has to be GNU make, or
> Tom> it will fail at the 'make build/initial.image' stage.
> >>
> >> Okay, I will add this to the CVS_README file.
> >>
>
> Chad> I sent a patch to the Makefile.in file about a week ago to allow it to
> Chad> build with the BSD make, for example. I'll attach my diff again here.
>
> As this patch breaks GNU make I could not merge it into the repository.
>
I can appreciate that. But can you leave those other lines in there commented
out with a note about what they're for? Kinda like the stanza that's in
there currently:
# If make barfs on this include line, just comment it out. It's only
# really needed if you want to build the linker or rebuild initial.image.
#include $(srcdir)/build/filenames.make
#
#NetBSD make wants to see this instead:
.include "$(srcdir)/build/filenames.make"
-Chad
|