diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2005-10-17 12:24:08 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2005-10-17 12:24:08 +0000 |
commit | 15bee86fc3df92f0bbdf0a17eac3915965983396 (patch) | |
tree | 6a621c91d22f093f023a29c72252ea47ba9fb32a /obsolete-buildroot/sources/ltp-testsuite.patch | |
parent | 487c71693d31836144cd0a55ae73b76c64f71561 (diff) | |
download | mtk-20170518-15bee86fc3df92f0bbdf0a17eac3915965983396.zip mtk-20170518-15bee86fc3df92f0bbdf0a17eac3915965983396.tar.gz mtk-20170518-15bee86fc3df92f0bbdf0a17eac3915965983396.tar.bz2 |
removed the old directories, too.. cleanup is ready, yay
SVN-Revision: 2130
Diffstat (limited to 'obsolete-buildroot/sources/ltp-testsuite.patch')
-rw-r--r-- | obsolete-buildroot/sources/ltp-testsuite.patch | 59 |
1 files changed, 0 insertions, 59 deletions
diff --git a/obsolete-buildroot/sources/ltp-testsuite.patch b/obsolete-buildroot/sources/ltp-testsuite.patch deleted file mode 100644 index fed728e..0000000 --- a/obsolete-buildroot/sources/ltp-testsuite.patch +++ /dev/null @@ -1,59 +0,0 @@ ---- ltp-full-20031002/testcases/kernel/syscalls/fmtmsg/Makefile.orig 2003-10-02 19:18:10.000000000 -0600 -+++ ltp-full-20031002/testcases/kernel/syscalls/fmtmsg/Makefile 2003-10-02 19:18:32.000000000 -0600 -@@ -24,7 +24,7 @@ - LOADLIBES+= -L../../../../lib -lltp - - SRCS=$(wildcard *.c) --TARGETS=$(patsubst %.c,%,$(SRCS)) -+TARGETS=#$(patsubst %.c,%,$(SRCS)) - - all: $(TARGETS) - ---- ltp-full-20031002/testcases/kernel/syscalls/profil/Makefile.orig 2003-10-02 19:27:53.000000000 -0600 -+++ ltp-full-20031002/testcases/kernel/syscalls/profil/Makefile 2003-10-02 19:28:02.000000000 -0600 -@@ -23,7 +23,7 @@ - LOADLIBES+= -L../../../../lib -lltp - - SRCS=$(wildcard *.c) --TARGETS=$(patsubst %.c,%,$(SRCS)) -+TARGETS=#$(patsubst %.c,%,$(SRCS)) - - all: $(TARGETS) - ---- ltp-full-20031002/testcases/network/rpc/rpc01/Makefile.orig 2003-10-02 19:36:51.000000000 -0600 -+++ ltp-full-20031002/testcases/network/rpc/rpc01/Makefile 2003-10-02 19:37:03.000000000 -0600 -@@ -2,7 +2,7 @@ - LDLIBS += - - SRCS=$(wildcard *.c) --TARGETS=$(patsubst %.c,%,$(SRCS)) -+TARGETS=#$(patsubst %.c,%,$(SRCS)) - - all: $(TARGETS) - ---- ltp-full-20031002/tools/netpipe-2.4-ipv6/Makefile.orig 2003-11-07 16:41:39.000000000 -0700 -+++ ltp-full-20031002/tools/netpipe-2.4-ipv6/Makefile 2003-11-07 16:42:41.000000000 -0700 -@@ -10,7 +10,7 @@ - DRIV_OBJ = netpipe.o - INCLUDES = netpipe.h - # Default target is just TCP --TARGETS = NPtcp-ipv6 -+TARGETS = #NPtcp-ipv6 - # If you have TCP, MPI and PVM - #TARGETS = NPtcp NPmpi NPpvm - CFLAGS += -O -Wall -@@ -28,12 +28,12 @@ - targets: $(TARGETS) - - install: -- @ln -f NPtcp-ipv6 ../../testcases/bin -+ #@ln -f NPtcp-ipv6 ../../testcases/bin - # - # This section of the Makefile is for compiling the binaries - # - --TCP: NPtcp-ipv6 -+TCP: #NPtcp-ipv6 - @echo 'NPtcp has been built.' - - NPtcp-ipv6: NPtcp.o TCP.o |