From: "William Hubbs" <williamh@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/openrc:master commit in: mk/
Date: Sat, 5 Feb 2011 04:39:40 +0000 (UTC) [thread overview]
Message-ID: <a2e9cde737ede93502a80fe50e62b0aea50643dc.williamH@gentoo> (raw)
commit: a2e9cde737ede93502a80fe50e62b0aea50643dc
Author: William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 2 22:42:17 2011 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Sat Feb 5 04:28:57 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=a2e9cde7
remove BSD make code to handle including .depend
---
mk/depend-.mk | 2 --
mk/depend-gmake.mk | 3 ---
mk/depend.mk | 7 +------
3 files changed, 1 insertions(+), 11 deletions(-)
diff --git a/mk/depend-.mk b/mk/depend-.mk
deleted file mode 100644
index 9d13b52..0000000
--- a/mk/depend-.mk
+++ /dev/null
@@ -1,2 +0,0 @@
-# This space left intentionally blank because gmake does not load .depend
-# by default
diff --git a/mk/depend-gmake.mk b/mk/depend-gmake.mk
deleted file mode 100644
index 947843e..0000000
--- a/mk/depend-gmake.mk
+++ /dev/null
@@ -1,3 +0,0 @@
-# Tell gmake to include the optional dependency file.
-# This sucks, but I don't know any other way of portably making this work.
--include .depend
diff --git a/mk/depend.mk b/mk/depend.mk
index 067c1ef..44af378 100644
--- a/mk/depend.mk
+++ b/mk/depend.mk
@@ -10,9 +10,4 @@ IGNOREFILES+= .depend
depend: .depend extra_depend
-# Nasty hack. depend-.mk is a blank file, depend-gmake.mk has a gmake specific
-# command to optionally include .depend.
-# Someone should patch gmake to optionally include .depend if it exists.
-_INC_DEP= $(shell if ${MAKE} --version | grep -q "^GNU "; then \
- echo "gmake"; else echo ""; fi)
-include ${MK}/depend-${_INC_DEP}.mk
+-include .depend
next reply other threads:[~2011-02-05 4:59 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-05 4:39 William Hubbs [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-02-05 4:39 [gentoo-commits] proj/openrc:master commit in: mk/ William Hubbs
2011-04-01 22:36 William Hubbs
2011-05-28 16:02 Mike Frysinger
2012-08-31 19:47 William Hubbs
2012-08-31 21:57 William Hubbs
2013-02-23 23:20 William Hubbs
2013-02-24 3:38 William Hubbs
2014-07-16 18:14 William Hubbs
2014-10-26 18:24 William Hubbs
2014-12-07 23:19 William Hubbs
2014-12-08 15:50 William Hubbs
2015-02-18 18:48 William Hubbs
2015-03-22 3:55 William Hubbs
2015-03-24 19:45 William Hubbs
2015-04-30 19:50 William Hubbs
2015-05-01 15:15 William Hubbs
2016-06-13 22:55 William Hubbs
2016-07-13 22:03 William Hubbs
2017-01-04 23:23 William Hubbs
2017-01-04 23:23 William Hubbs
2017-05-30 21:25 William Hubbs
2018-03-12 2:43 William Hubbs
2018-03-13 23:16 William Hubbs
2018-03-13 23:16 William Hubbs
2018-03-14 15:46 William Hubbs
2018-03-14 18:08 William Hubbs
2018-05-07 23:21 William Hubbs
2018-05-11 20:40 William Hubbs
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=a2e9cde737ede93502a80fe50e62b0aea50643dc.williamH@gentoo \
--to=williamh@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox