• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/ltp-testsuite/ltp-testsuite.patch
"Steven J. Hill""Steven J. Hill" committed 6b2416e57c810 May 2007
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
diff -ur ltp-full-20061121/testcases/kernel/syscalls/fmtmsg/Makefile ltp-full-20061121-patched/testcases/kernel/syscalls/fmtmsg/Makefile
2
--- ltp-full-20061121/testcases/kernel/syscalls/fmtmsg/Makefile 2006-11-21 14:31:28.000000000 -0600
3
+++ ltp-full-20061121-patched/testcases/kernel/syscalls/fmtmsg/Makefile 2006-12-02 00:16:36.830948316 -0600
4
@@ -20,7 +20,7 @@
5
 LDLIBS += -L../../../../lib -lltp
6
 
7
 SRCS    = $(wildcard *.c)
8
-TARGETS = $(patsubst %.c,%,$(SRCS))
9
+TARGETS =#$(patsubst %.c,%,$(SRCS))
10
 
11
 all: $(TARGETS)
12
 
13
diff -ur ltp-full-20061121/testcases/kernel/syscalls/getcontext/Makefile ltp-full-20061121-patched/testcases/kernel/syscalls/getcontext/Makefile
14
--- ltp-full-20061121/testcases/kernel/syscalls/getcontext/Makefile 2006-11-21 14:31:27.000000000 -0600
15
+++ ltp-full-20061121-patched/testcases/kernel/syscalls/getcontext/Makefile 2006-12-02 00:16:50.072004501 -0600
16
@@ -20,7 +20,7 @@
17
 LDLIBS += -L../../../../lib -lltp
18
 
19
 SRCS    = $(wildcard *.c)
20
-TARGETS = $(patsubst %.c,%,$(SRCS))
21
+TARGETS =#$(patsubst %.c,%,$(SRCS))
22
 
23
 all: $(TARGETS)
24
 
25
diff -ur ltp-full-20061121/testcases/kernel/syscalls/profil/Makefile ltp-full-20061121-patched/testcases/kernel/syscalls/profil/Makefile
26
--- ltp-full-20061121/testcases/kernel/syscalls/profil/Makefile 2006-11-21 14:31:28.000000000 -0600
27
+++ ltp-full-20061121-patched/testcases/kernel/syscalls/profil/Makefile 2006-12-02 00:17:03.301059744 -0600
28
@@ -20,7 +20,7 @@
29
 LDLIBS += -L../../../../lib -lltp
30
 
31
 SRCS    = $(wildcard *.c)
32
-TARGETS = $(patsubst %.c,%,$(SRCS))
33
+TARGETS =#$(patsubst %.c,%,$(SRCS))
34
 
35
 all: $(TARGETS)
36
 
37
diff -ur ltp-full-20061121/testcases/kernel/syscalls/pselect/Makefile ltp-full-20061121-patched/testcases/kernel/syscalls/pselect/Makefile
38
--- ltp-full-20061121/testcases/kernel/syscalls/pselect/Makefile    2006-11-21 14:31:29.000000000 -0600
39
+++ ltp-full-20061121-patched/testcases/kernel/syscalls/pselect/Makefile    2006-12-02 00:17:14.661965984 -0600
40
@@ -20,7 +20,7 @@
41
 LDLIBS += -L../../../../lib -lltp
42
 
43
 SRCS    = $(wildcard *.c)
44
-TARGETS = $(patsubst %.c,%,$(SRCS))
45
+TARGETS =#$(patsubst %.c,%,$(SRCS))
46
 
47
 all: $(TARGETS)
48
 
49
diff -ur ltp-full-20061121/testcases/kernel/syscalls/swapon/swapon02.c ltp-full-20061121-patched/testcases/kernel/syscalls/swapon/swapon02.c
50
--- ltp-full-20061121/testcases/kernel/syscalls/swapon/swapon02.c   2006-11-21 14:31:29.000000000 -0600
51
+++ ltp-full-20061121-patched/testcases/kernel/syscalls/swapon/swapon02.c   2006-12-02 00:18:12.422573631 -0600
52
@@ -85,9 +85,7 @@
53
 #include <sys/wait.h>
54
 #include <sys/stat.h>
55
 #include <sys/swap.h>
56
-#ifdef OLDER_DISTRO_RELEASE
57
-#include <linux/swap.h>
58
-#endif
59
+#define MAX_SWAPFILES 32
60
 #include <fcntl.h>
61
 #include <pwd.h>
62
 #include <string.h>
63
@@ -96,10 +94,6 @@
64
 #include "test.h"
65
 #include "usctest.h"
66
 
67
-#ifndef OLDER_DISTRO_RELEASE
68
-#define MAX_SWAPFILES 32 
69
-#endif
70
-
71
 static void setup();
72
 static void cleanup();
73
 static int setup01();
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.