On Fri, 2009-02-20 at 15:46 -0300, Higor Aparecido Vieira Alves wrote: > Hi Team, > > This patch fix CFLAGS and LDFLAGS in aio02 Makefile, now it will append > the value of these envar in the Makefile values. >
Thanks. Regards-- Subrata > --- ltp_cvs/testcases/kernel/io/aio/aio02/Makefile 2009-01-28 > 04:43:09.000000000 -0200 > +++ ltp/testcases/kernel/io/aio/aio02/Makefile 2009-02-19 > 16:35:16.000000000 -0300 > @@ -5,8 +5,8 @@ > HARNESS_SRCS:=main.c > # io_queue.c > > -CFLAGS=--static -Wall -g -O -I../../../../../include -Wall > -LDFLAGS=-L../../../../../lib -lltp $(AIO_LIBS) > +CFLAGS+=--static -Wall -g -O -I../../../../../include -Wall > +LDFLAGS+=-L../../../../../lib -lltp $(AIO_LIBS) > #-lpthread -lrt > all: $(PROGS) > > Thanks, > > > ------------------------------------------------------------------------------ > Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA > -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise > -Strategies to boost innovation and cut costs with open source participation > -Receive a $600 discount off the registration fee with the source code: SFAD > http://p.sf.net/sfu/XcvMzF8H > _______________________________________________ Ltp-list mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ltp-list ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
