From: Anders Blomdell <anders.blomdell@domain.hid>
To: xenomai@xenomai.org
Subject: [Xenomai-core] [BUG] Missing DESTDIR?
Date: Thu, 26 Jan 2006 11:46:41 +0100 [thread overview]
Message-ID: <43D8A891.2030700@domain.hid> (raw)
in a lot of the Makefile.in files in 2.1-rc2 there are lines like:
test -z "$(somedir)" || $(mkdir_p) "$(DESTDIR)$(somedir)"
shouldn't they read:
test -z "$(DESTDIR)$(somedir)" || $(mkdir_p) "$(DESTDIR)$(somedir)"
Best regards
Anders Blomdell
next reply other threads:[~2006-01-26 10:46 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-01-26 10:46 Anders Blomdell [this message]
2006-01-26 11:14 ` [Xenomai-core] [BUG] Missing DESTDIR? Anders Blomdell
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=43D8A891.2030700@domain.hid \
--to=anders.blomdell@domain.hid \
--cc=xenomai@xenomai.org \
/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.