All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bart Oldeman <bartoldeman@users.sourceforge.net>
To: Ryan Underwood <nemesis-lists@icequake.net>
Cc: linux-msdos@vger.kernel.org
Subject: Re: dosemu 1.1.5.7 (was Re: dosemu 1.1.5.6)
Date: Sat, 23 Aug 2003 20:47:33 +0100 (BST)	[thread overview]
Message-ID: <Pine.LNX.4.44.0308232038420.3225-100000@enm-bo-lt.localdomain> (raw)
In-Reply-To: <20030823175833.GM6464@dbz.icequake.net>

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


  reply	other threads:[~2003-08-23 19:47 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-20 16:33 dosemu 1.1.5.6 Bart Oldeman
2003-07-21  5:13 ` Grigory Batalov
2003-07-25 18:15 ` Eemeli Kantola
2003-08-22 23:10   ` dosemu 1.1.5.7 (was Re: dosemu 1.1.5.6) Bart Oldeman
2003-08-23  7:21     ` Eemeli Kantola
2003-08-23 17:58     ` Ryan Underwood
2003-08-23 19:47       ` Bart Oldeman [this message]
2003-08-23 21:59         ` Ryan Underwood
2003-08-23 22:17           ` Bart Oldeman
2003-08-23 22:36             ` Ryan Underwood

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.LNX.4.44.0308232038420.3225-100000@enm-bo-lt.localdomain \
    --to=bartoldeman@users.sourceforge.net \
    --cc=linux-msdos@vger.kernel.org \
    --cc=nemesis-lists@icequake.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.