[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: cvs commit to debian-installer/build by goswin



goswin@debian.org wrote:
> Update of /cvs/debian-boot/debian-installer/build
> In directory gluck:/tmp/cvs-serv10426
> 
> Modified Files:
>       Tag: mrvn
> 	Makefile 
> Log Message:
> restrict mklibs to the initrd-tree in question
> 
> 
> Index: Makefile
> ===================================================================
> RCS file: /cvs/debian-boot/debian-installer/build/Makefile,v
> retrieving revision 1.219.2.8
> retrieving revision 1.219.2.9
> diff -u -d -r1.219.2.8 -r1.219.2.9
> --- Makefile	16 Oct 2003 02:18:52 -0000	1.219.2.8
> +++ Makefile	16 Oct 2003 02:31:49 -0000	1.219.2.9
> @@ -431,7 +431,7 @@
>  
>  	# Library reduction.
>  	mkdir -p $(INITRD_TREE)/lib
> -	$(MKLIBS) -v -d $(INITRD_TREE)/lib --root=$(INITRD_TREE) `find $(TEMP) -type f -perm +0111 -o -name '*.so'`
> +	$(MKLIBS) -v -d $(INITRD_TREE)/lib --root=$(INITRD_TREE) `find $(INITRD_TREE) -type f -perm +0111 -o -name '*.so'`
>  
>  	# Add missing symlinks for libraries
>  	# (Needed for mklibs.py)

This is broken. The symbols in driver floppies must be included in the
library reduction step.

-- 
see shy jo

Attachment: signature.asc
Description: Digital signature


Reply to: