On Sat, Sep 13, 2003 at 04:17:16PM +0200, Geert Stappers wrote:
> Hello,
> 
> Running 'make clean' I was ask for password and again.
> I didn't known which password and why second time.
 I didn't known which password and why a second time.

> 
> It was the "tree_umount" target with block by AT-sign commands.
 It was the "tree_umount" target with commands blocked by AT-sign.

> 
> 
> The next patch tells more what is going on.
> 
> 
> Geert Stappers
> 
> 
> 
> Index: build/Makefile
> ===================================================================
> RCS file: /cvs/debian-boot/debian-installer/build/Makefile,v
> retrieving revision 1.198
> diff -u -r1.198 Makefile
> --- build/Makefile    22 Aug 2003 15:10:46 -0000      1.198
> +++ build/Makefile    13 Sep 2003 14:10:31 -0000
> @@ -109,9 +109,9 @@
>  
>  tree_umount:
>  ifndef USERDEVFS
> -     [EMAIL PROTECTED] [ -d $(TREE)/dev ] ; then sudo /bin/umount $(TREE)/dev 
> 2>/dev/null ; fi
> +     -if [ -d $(TREE)/dev ] ; then sudo /bin/umount $(TREE)/dev 2>/dev/null ; fi
>  endif
> -     [EMAIL PROTECTED] [ -d $(TREE)/proc ] ; then sudo /bin/umount $(TREE)/proc 
> 2>/dev/null ; fi
> +     -if [ -d $(TREE)/proc ] ; then sudo /bin/umount $(TREE)/proc 2>/dev/null ; fi
>  
>  demo: tree
>       $(MAKE) tree_mount


Who cares?

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to