Hi Bart, On Sat, Aug 23, 2003 at 08:47:33PM +0100, Bart Oldeman wrote: > On Sat, 23 Aug 2003, Ryan Underwood wrote: > > > The problem is that when debian/rules install target calls the install > > target for DOSEMU, MAKELEVEL is 1, not zero, so abs_top_builddir is not > > set, and Makefile.main's install target tries to rm -rf /tmp (!). > > Looks like Debian fixed that: > http://cvs.debian.org/debian-installer/build/Makefile > http://cvs.debian.org/debian-installer/build/Makefile.diff?r1=1.154&r2=1.155
Well, that particular patch looks like it is for the debian-installer package which is not related to DOSEMU. However, I can use the same trick in my build script. I'm mainly curious why this only started happening in 1.1.5.7 -- I built 1.1.5.6 and previous with no modifications or extra pain needed. > This particular trick is documented in the GNU make documentation so > I would like to avoid to change Makefile.conf.in. Ok, I will do that. -- Ryan Underwood, <nemesis at icequake.net>, icq=10317253 - To unsubscribe from this list: send the line "unsubscribe linux-msdos" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
