diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-11-07 23:52:10 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-11-07 23:52:10 +0000 |
commit | b451d1dc680cf7dfb6a582892a5ed02a4d1fd2c9 (patch) | |
tree | 227d904404e7553a8f5638044fb9027bea9f4f4a /sources/ltp-testsuite.patch | |
parent | 383964a677109f4618890cbbc4613e9e3620d4a4 (diff) | |
download | buildroot-novena-b451d1dc680cf7dfb6a582892a5ed02a4d1fd2c9.tar.gz buildroot-novena-b451d1dc680cf7dfb6a582892a5ed02a4d1fd2c9.zip |
Update the ltp testsuite
Diffstat (limited to 'sources/ltp-testsuite.patch')
-rw-r--r-- | sources/ltp-testsuite.patch | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/sources/ltp-testsuite.patch b/sources/ltp-testsuite.patch index 689037556..d7c09b70c 100644 --- a/sources/ltp-testsuite.patch +++ b/sources/ltp-testsuite.patch @@ -42,8 +42,8 @@ all: $(TARGETS) ---- ltp-full-20031002/tools/netpipe-2.4-ipv6/Makefile.orig 2003-10-02 19:38:07.000000000 -0600 -+++ ltp-full-20031002/tools/netpipe-2.4-ipv6/Makefile 2003-10-02 19:38:38.000000000 -0600 +--- tools/netpipe-2.4-ipv6/Makefile.orig 2003-11-07 16:41:39.000000000 -0700 ++++ 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 @@ -53,3 +53,18 @@ # 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 |