[Pkg-virtualbox-commits] [kbuild] 02/05: New upstream version 0.1.9998svn3100+dfsg

Gianfranco Costamagna locutusofborg at moszumanska.debian.org
Fri Oct 20 09:55:00 UTC 2017


This is an automated email from the git hooks/post-receive script.

locutusofborg pushed a commit to branch master
in repository kbuild.

commit bc52fd709dc5fcce2a2a58f668c91199cb55f2a0
Author: Gianfranco Costamagna <locutusofborg at debian.org>
Date:   Fri Oct 20 11:54:07 2017 +0200

    New upstream version 0.1.9998svn3100+dfsg
---
 kBuild/env.sh    | 10 +++++++++-
 src/kmk/incdep.c |  4 ++--
 2 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/kBuild/env.sh b/kBuild/env.sh
index 7be6315..83590ef 100755
--- a/kBuild/env.sh
+++ b/kBuild/env.sh
@@ -1,5 +1,5 @@
 #!/bin/sh
-# $Id: env.sh 3062 2017-09-30 11:26:21Z bird $
+# $Id: env.sh 3099 2017-10-20 09:49:02Z bird $
 ## @file
 # Environment setup script.
 #
@@ -264,6 +264,14 @@ if test -z "$KBUILD_HOST"; then
             KBUILD_HOST=freebsd
             ;;
 
+        GNU/kFreeBSD)
+            KBUILD_HOST=gnukfbsd
+            ;;
+
+        GNU/kNetBSD|GNU/NetBSD)
+            KBUILD_HOST=gnuknbsd
+            ;;
+
         Haiku)
             KBUILD_HOST=haiku
             ;;
diff --git a/src/kmk/incdep.c b/src/kmk/incdep.c
index 17e46a7..e9b372b 100644
--- a/src/kmk/incdep.c
+++ b/src/kmk/incdep.c
@@ -1,5 +1,5 @@
 #ifdef CONFIG_WITH_INCLUDEDEP
-/* $Id: incdep.c 2869 2016-09-04 13:48:28Z bird $ */
+/* $Id: incdep.c 3100 2017-10-20 09:49:58Z bird $ */
 /** @file
  * incdep - Simple dependency files.
  */
@@ -678,7 +678,7 @@ incdep_are_threads_enabled (void)
   if (getenv ("KMK_THREADS_ENABLED"))
     return 1;
 
-#if defined (__gnu_linux__) || defined (__linux__)
+#if defined (__gnu_linux__) || defined (__linux__) || defined(__GLIBC__)
   /* Try detect fakeroot. */
   if (getenv ("FAKEROOTKEY")
    || getenv ("FAKEROOTUID")

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-virtualbox/kbuild.git



More information about the Pkg-virtualbox-commits mailing list