summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Ringle <jon@ringle.org>2011-05-23 14:50:27 -0400
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-05-23 22:08:40 +0200
commitcd4f5978c140de4999d3f4cef5bd460c987e46c8 (patch)
tree3b99e5762632839d60c8761e5521394becabc123
parent941883e5e9d39478d9c7e86a948b5a91eb5f27d1 (diff)
downloadptxdist-cd4f5978c140de4999d3f4cef5bd460c987e46c8.tar.gz
ptxdist-cd4f5978c140de4999d3f4cef5bd460c987e46c8.tar.xz
lsof: set LSOF_USER=none
Building lsof breaks when $USER is domain\user. Setting LSOF_USER=none will disable the use of LSOF_USER, which isn't really needed anyway. Signed-off-by: Jon Ringle <jon@ringle.org> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/lsof.make1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/lsof.make b/rules/lsof.make
index ce5f94f81..67594ecdf 100644
--- a/rules/lsof.make
+++ b/rules/lsof.make
@@ -45,6 +45,7 @@ LSOF_ENV := \
LSOF_MAKEVARS := \
$(CROSS_ENV_CC) \
+ LSOF_USER=none \
DEBUG=-O2
#