|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
[patch] Fix selinux makefileFix a bug in the selinux testsuite makefile, pointed out by David
Howells. Signed-off-by: Stephen Smalley <sds@...> --- Index: ltp/testcases/kernel/security/selinux-testsuite/tests/Makefile =================================================================== RCS file: /cvsroot/ltp/ltp/testcases/kernel/security/selinux-testsuite/tests/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- ltp/testcases/kernel/security/selinux-testsuite/tests/Makefile 8 Nov 2005 16:49:33 -0000 1.2 +++ ltp/testcases/kernel/security/selinux-testsuite/tests/Makefile 3 Jul 2008 13:14:49 -0000 @@ -7,7 +7,7 @@ done install: all - mkdir -p ../../../../bin ; \ + mkdir -p ../../../../bin ; @set -e; for i in $(SUBDIRS); do \ $(MAKE) -C $$i install; \ done -- Stephen Smalley National Security Agency ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ Ltp-list mailing list Ltp-list@... https://lists.sourceforge.net/lists/listinfo/ltp-list |
|
|
Re: [patch] Fix selinux makefileOn Thu, 2008-07-03 at 12:36 -0400, Stephen Smalley wrote:
> Fix a bug in the selinux testsuite makefile, pointed out by David > Howells. > > Signed-off-by: Stephen Smalley <sds@...> Thanks Stephen. This Subtle Change is Applied. Regards-- Subrata > > --- > > Index: ltp/testcases/kernel/security/selinux-testsuite/tests/Makefile > =================================================================== > RCS file: /cvsroot/ltp/ltp/testcases/kernel/security/selinux-testsuite/tests/Makefile,v > retrieving revision 1.2 > diff -u -r1.2 Makefile > --- ltp/testcases/kernel/security/selinux-testsuite/tests/Makefile 8 Nov 2005 16:49:33 -0000 1.2 > +++ ltp/testcases/kernel/security/selinux-testsuite/tests/Makefile 3 Jul 2008 13:14:49 -0000 > @@ -7,7 +7,7 @@ > done > > install: all > - mkdir -p ../../../../bin ; \ > + mkdir -p ../../../../bin ; > @set -e; for i in $(SUBDIRS); do \ > $(MAKE) -C $$i install; \ > done > ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ Ltp-list mailing list Ltp-list@... https://lists.sourceforge.net/lists/listinfo/ltp-list |
|
|
Re: [patch] Fix selinux makefileStephen Smalley <sds@...> wrote:
> - mkdir -p ../../../../bin ; \ > + mkdir -p ../../../../bin ; > @set -e; for i in $(SUBDIRS); do \ It occurs to me that the semicolon after the mkdir is redundant now. David ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ Ltp-list mailing list Ltp-list@... https://lists.sourceforge.net/lists/listinfo/ltp-list |
| Free Forum Powered by Nabble | Forum Help |