summaryrefslogtreecommitdiffstats
path: root/patches/ltp-full-20090131/ltp-full-20090131-remove-group-user-check.diff
blob: 293b8097acfdc26aec7addae6d058af6fbf648a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Subject: [patch] Disable the group and user test.
From: Juergen Beisert <j.beisert@pengutronix.de>

It makes no sense to check users and groups on the host system when the tests
are intended to run on a target.

TODO: Disable this test, when configure detects cross compiling

Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>

---
 Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: ltp-full-20090131/Makefile
===================================================================
--- ltp-full-20090131.orig/Makefile
+++ ltp-full-20090131/Makefile
@@ -36,7 +36,7 @@ install: all
 	@$(MAKE) -C doc/man1 install
 	@$(MAKE) -C doc/man3 install
 
-	@./IDcheck.sh
+#	@./IDcheck.sh
 
 libltp.a: config.h
 	@$(MAKE) -C lib $@