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

twice a password



Hello,

Running 'make clean' I was ask for password and again.
I didn't known which password and why second time.

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


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
-	-@if [ -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
-	-@if [ -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

Attachment: pgpWPoFd8Krct.pgp
Description: PGP signature


Reply to: