On Mon, 2007-01-15 at 14:17 -0800, Nishanth Aravamudan wrote:
> As part of the addition of a helper binary for determining the hugetlbfs
> mount point, I forgot to make sure that the helper targets get installed
> when requested by make install. Fix that. Compile- and run-time tested
> by Steve Fox.
> 
> Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]>
> 
> diff --git a/tests/Makefile b/tests/Makefile
> index 7cd823a..90904c3 100644
> --- a/tests/Makefile
> +++ b/tests/Makefile
> @@ -153,6 +153,7 @@ obj32/install:
>       $(INSTALL) -d $(DESTDIR)$(INST_TESTSDIR32)
>       $(INSTALL) -d $(DESTDIR)$(INST_TESTSDIR32)/obj32
>       $(INSTALL) -m 755 $(TESTS:%=obj32/%) $(DESTDIR)$(INST_TESTSDIR32)/obj32
> +     $(INSTALL) -m 755 $(HELPERS:%=obj32/%) 
> $(DESTDIR)$(INST_TESTSDIR32)/obj32
>       $(INSTALL) -m 755 run_tests.sh $(DESTDIR)$(INST_TESTSDIR32)
> 
>  obj64/install:
> @@ -160,6 +161,7 @@ obj64/install:
>       $(INSTALL) -d $(DESTDIR)$(INST_TESTSDIR64)
>       $(INSTALL) -d $(DESTDIR)$(INST_TESTSDIR64)/obj64
>       $(INSTALL) -m 755 $(TESTS:%=obj64/%) $(DESTDIR)$(INST_TESTSDIR64)/obj64
> +     $(INSTALL) -m 755 $(HELPERS:%=obj64/%) 
> $(DESTDIR)$(INST_TESTSDIR64)/obj64
>       $(INSTALL) -m 755 $(TESTS_64:%=obj64/%) 
> $(DESTDIR)$(INST_TESTSDIR64)/obj64
>       $(INSTALL) -m 755 run_tests.sh $(DESTDIR)$(INST_TESTSDIR64)
> 
> 

Acked-by: Steve Fox <[EMAIL PROTECTED]>

-- 

Steve Fox
IBM Linux Technology Center


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Libhugetlbfs-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libhugetlbfs-devel

Reply via email to