From xemacs-m  Mon Jan 13 03:44:41 1997
Received: from maes.esrin.esa.it (maes.esrin.esa.it [192.106.252.50])
          by xemacs.org (8.8.4/8.8.4) with SMTP
	  id DAA04702 for <xemacs-beta@xemacs.org>; Mon, 13 Jan 1997 03:44:35 -0600 (CST)
Received: from mail.esrin.esa.it (plod.esrin.esa.it) by maes.esrin.esa.it with SMTP id AA21577
  (5.65c/IDA-1.4.4 for <xemacs-beta@xemacs.org>); Mon, 13 Jan 1997 10:44:13 +0100
Received: from penelope.esa.it by mail.esrin.esa.it (4.1/SMI-4.1)
	id AA26085; Mon, 13 Jan 97 09:44:45 GMT
Date: Mon, 13 Jan 97 09:44:45 GMT
Message-Id: <9701130944.AA26085@mail.esrin.esa.it>
Received: by penelope.esa.it (4.1/SMI-4.1)
	id AA10897; Mon, 13 Jan 97 10:48:57 +0100
From: Simon Marshall <Simon.Marshall@esrin.esa.it>
To: XEmacs Beta <xemacs-beta@xemacs.org>
In-Reply-To: <199701130918.JAA00031@wrath.parallax.co.uk>
	(andyp@parallax.co.uk)
Subject: Re: patch wierdness?
Reply-To: Simon Marshall <Simon.Marshall@esrin.esa.it>

Andy> Trying to patch up from b7 -> b90, patch ended up putting loads of
Andy> new files in /tmp instead of in the source tree - is there a reason
Andy> for this?

I got this too, and also a failure patching the top-level Makefile (and
README).  Then `make beta' failed:

[...]
gcc -Demacs -DHAVE_CONFIG_H    -DSTDC_HEADERS -I. -I../src -I/home_rsps/simonm/Penelope/xemacs-beta/lib-src -I/home_rsps/simonm/Penelope/xemacs-beta/lib-src/../src      -g -pipe -I/usr/share/X11/X11R5-Solaris1/include    -I/home_rsps/simonm/Penelope/Slash/usr/include  -o gnuserv /home_rsps/simonm/Penelope/xemacs-beta/lib-src/gnuserv.c gnuslib.o -L/home_rsps/simonm/Penelope/Slash/usr/local/lib  -L/usr/share/X11/X11R5-Solaris1/lib    -lXau
make[1]: *** No rule to make target `/home_rsps/simonm/Penelope/xemacs-beta/lib-src/mmencode.c', needed by `mmencode'.  Stop.
make[1]: Leaving directory `/home_penelope/simon/xemacs-beta/lib-src'
make: *** [lib-src] Error 2

Maybe due to the Makefile patch failure, though it wasn't lib-src/Makefile...

