All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH] Makefile fix for 'createfile.c' build in network/tcp_cmds/echo
@ 2010-03-02 21:17 Maxin John
  2010-03-03  5:05 ` Rishikesh K Rajak
  2010-03-03  9:21 ` Garrett Cooper
  0 siblings, 2 replies; 3+ messages in thread
From: Maxin John @ 2010-03-02 21:17 UTC (permalink / raw)
  To: ltp-list

[-- Attachment #1: Type: text/plain, Size: 305 bytes --]

Hi,

I have observed that the 'createfile.c' in
testcases/network/tcp_cmds/echo directory is not getting compiled and
installed during the LTP build. The "echo_createfile.patch" makes the
necessary changes in the Makefile.

Signed-off-by: Maxin B. John <maxin.john@gmail.com>

Best Regards,
Maxin B. John

[-- Attachment #2: echo_createfile.patch --]
[-- Type: text/x-patch, Size: 492 bytes --]

diff -uNr ltp-full-20100228-orig/testcases/network/tcp_cmds/echo/Makefile ltp-full-20100228/testcases/network/tcp_cmds/echo/Makefile
--- ltp-full-20100228-orig/testcases/network/tcp_cmds/echo/Makefile	2010-03-01 20:28:29.000000000 +0530
+++ ltp-full-20100228/testcases/network/tcp_cmds/echo/Makefile	2010-03-03 02:26:40.000000000 +0530
@@ -28,7 +28,7 @@
 
 INSTALL_TARGETS		:= echo01
 
-MAKE_TARGETS		:= echoes echoes6
+MAKE_TARGETS		:= echoes echoes6 createfile
 
 %6: CPPFLAGS += -DINET6
 

[-- Attachment #3: Type: text/plain, Size: 345 bytes --]

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev

[-- Attachment #4: Type: text/plain, Size: 155 bytes --]

_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-03-03  9:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-02 21:17 [LTP] [PATCH] Makefile fix for 'createfile.c' build in network/tcp_cmds/echo Maxin John
2010-03-03  5:05 ` Rishikesh K Rajak
2010-03-03  9:21 ` Garrett Cooper

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.