|
From: <ro...@us...> - 2002-12-30 20:08:53
|
Update of /cvsroot/ltp/ltp/testcases/kernel/syscalls/creat In directory sc8-pr-cvs1:/tmp/cvs-serv7897 Modified Files: Makefile Log Message: Added ported test by Airong Zhang <zh...@us...> Index: Makefile =================================================================== RCS file: /cvsroot/ltp/ltp/testcases/kernel/syscalls/creat/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Makefile 7 Feb 2002 01:32:02 -0000 1.3 --- Makefile 30 Dec 2002 20:08:47 -0000 1.4 *************** *** 21,25 **** # description : make(1) description file for the send(2) tests. # ########################################################################### ! CFLAGS+= -I../../../../include LOADLIBES+= -L../../../../lib -lltp -L.. -ltestsuite --- 21,25 ---- # description : make(1) description file for the send(2) tests. # ########################################################################### ! CFLAGS+= -I../../../../include -Wall -g LOADLIBES+= -L../../../../lib -lltp -L.. -ltestsuite |