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 > This is only a problem when using the debian build system (which also > uses make) -- a standalone build doesn't do it. > > Changing ifeq (1,${MAKELEVEL}) works for debuild, but is a hack. using unset MAKELEVEL; make in the (Debian) top level makefile should work too. This particular trick is documented in the GNU make documentation so I would like to avoid to change Makefile.conf.in. Bart - 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
