lkml.org 
[lkml]   [2006]   [Sep]   [9]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
DateSat, 9 Sep 2006 10:16:18 +0200 (MEST)
FromJan Engelhardt <>
SubjectRe: [BUG/PATCH] make deb-pkg: optionally use fakeroot
>diff --git a/scripts/package/Makefile b/scripts/package/Makefile
>index 7c434e0..d77e21a 100644
>--- a/scripts/package/Makefile
>+++ b/scripts/package/Makefile
>@@ -72,7 +72,7 @@ # Deb target
> # ---------------------------------------------------------------------------
> deb-pkg: FORCE
> 	$(MAKE) KBUILD_SRC=
>-	$(CONFIG_SHELL) $(srctree)/scripts/package/builddeb
>+	$(FAKEROOT) $(CONFIG_SHELL) $(srctree)/scripts/package/builddeb

Why are distribution-specific things/objects/targets even included?



Jan Engelhardt
-- 
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2006-09-09 08:19    [from the cache]
©2003-2008