* [Xenomai-core] [BUG] Missing DESTDIR?
@ 2006-01-26 10:46 Anders Blomdell
2006-01-26 11:14 ` Anders Blomdell
0 siblings, 1 reply; 2+ messages in thread
From: Anders Blomdell @ 2006-01-26 10:46 UTC (permalink / raw)
To: xenomai
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-01-26 11:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-26 10:46 [Xenomai-core] [BUG] Missing DESTDIR? Anders Blomdell
2006-01-26 11:14 ` Anders Blomdell
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.