[PATCH] libdisk: do not install libdisk.a

View: New views
2 Messages — Rating Filter:   Alert me  

[PATCH] libdisk: do not install libdisk.a

by Christoph Hellwig :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Since xfsprogs 3.0 libdisk is intended to be private to xfsprogs and we do
not install the headers anymore.  But we kept installing the static library,
which doesn't make sense.

Signed-off-by: Christoph Hellwig <hch@...>

Index: xfsprogs-dev/libdisk/Makefile
===================================================================
--- xfsprogs-dev.orig/libdisk/Makefile 2009-10-30 13:12:03.000000000 +0000
+++ xfsprogs-dev/libdisk/Makefile 2009-10-30 13:12:08.000000000 +0000
@@ -27,6 +27,5 @@ include $(BUILDRULES)
 install: default
 
 install-dev: default
- $(INSTALL_LTLIB_STATIC)
 
 install-qa: install-dev

_______________________________________________
xfs mailing list
xfs@...
http://oss.sgi.com/mailman/listinfo/xfs

Re: [PATCH] libdisk: do not install libdisk.a

by Eric Sandeen-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Christoph Hellwig wrote:
> Since xfsprogs 3.0 libdisk is intended to be private to xfsprogs and we do
> not install the headers anymore.  But we kept installing the static library,
> which doesn't make sense.
>
> Signed-off-by: Christoph Hellwig <hch@...>

Reviewed-by: Eric Sandeen <sandeen@...>

>
> Index: xfsprogs-dev/libdisk/Makefile
> ===================================================================
> --- xfsprogs-dev.orig/libdisk/Makefile 2009-10-30 13:12:03.000000000 +0000
> +++ xfsprogs-dev/libdisk/Makefile 2009-10-30 13:12:08.000000000 +0000
> @@ -27,6 +27,5 @@ include $(BUILDRULES)
>  install: default
>  
>  install-dev: default
> - $(INSTALL_LTLIB_STATIC)
>  
>  install-qa: install-dev
>
> _______________________________________________
> xfs mailing list
> xfs@...
> http://oss.sgi.com/mailman/listinfo/xfs
>

_______________________________________________
xfs mailing list
xfs@...
http://oss.sgi.com/mailman/listinfo/xfs