public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/netifrc:master commit in: mk/
Date: Sun, 14 Jan 2024 04:47:28 +0000 (UTC)	[thread overview]
Message-ID: <1705207645.a058cb072fcd8f2874513e4ca58f92482e2a191b.sam@OpenRC> (raw)

commit:     a058cb072fcd8f2874513e4ca58f92482e2a191b
Author:     Matoro Mahri <matoro_gentoo <AT> matoro <DOT> tk>
AuthorDate: Sat Jan 13 05:14:01 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 14 04:47:25 2024 +0000
URL:        https://gitweb.gentoo.org/proj/netifrc.git/commit/?id=a058cb07

mk/os.mk: don't use OS env var for overriding

If you want to override the OS or OS-detect command you can still use
_OS and _OS_SH, but OS is too common of an environment variable to
listen for.

Closes: https://bugs.gentoo.org/906171
Signed-off-by: Matoro Mahri <matoro_gentoo <AT> matoro.tk>
Closes: https://github.com/gentoo/netifrc/pull/52
Signed-off-by: Sam James <sam <AT> gentoo.org>

 mk/os.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mk/os.mk b/mk/os.mk
index c306f05..cf089e7 100644
--- a/mk/os.mk
+++ b/mk/os.mk
@@ -5,7 +5,7 @@
 
 _OS_SH=		uname -s
 _OS:= 		$(shell ${_OS_SH})
-OS?= 		${_OS}
+OS= 		${_OS}
 include ${MK}/os-${OS}.mk
 
 RC_LIB=		/$(LIBNAME)/rc


             reply	other threads:[~2024-01-14  4:47 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-14  4:47 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-04-17  4:37 [gentoo-commits] proj/netifrc:master commit in: mk/ Sam James
2023-04-17  4:37 Sam James
2019-04-21  5:34 Robin H. Johnson

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=1705207645.a058cb072fcd8f2874513e4ca58f92482e2a191b.sam@OpenRC \
    --to=sam@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