Colorfull / cocoboot2

Automatically exported from code.google.com/p/cocoboot2
1 stars 0 forks source link

Cygwin - Make Clean - Never Ends - Had to Interrupt #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Cocoboot2 Revision 12.
2. make clean never ends
3. rm command has path name '/home/beretta/C/cocoboot2/..' which is the wrong 
directory path in command instead of '/home/root/cocoboot2/..'.
4. Partial beratta directory structure present in '../Cocoboot2' after make 
clean is interrupted.

What is the expected output? 
make clean to end normally

What do you see instead?
A portion of make clean repeating itself.  See below.

Please use labels and text to provide additional information.

-----------------------------
root@DS1 ~/cocoboot2
$ make clean
cd tools; make clean
make[1]: Entering directory `/home/root/cocoboot2/tools'
cd bfc; make clean
make[2]: Entering directory `/home/root/cocoboot2/tools/bfc'
rm -f *~ /home/beretta/C/cocoboot2/build/tools/bfc
make[2]: Leaving directory `/home/root/cocoboot2/tools/bfc'
cd idiff; make clean
make[2]: Entering directory `/home/root/cocoboot2/tools/idiff'
rm -f idiff /home/beretta/C/cocoboot2/build/tools/idiff
make[2]: Leaving directory `/home/root/cocoboot2/tools/idiff'
cd rofs; make clean
make[2]: Entering directory `/home/root/cocoboot2/tools/rofs'
rm -f *# *~ /home/beretta/C/cocoboot2/build/tools/rofs
make[2]: Leaving directory `/home/root/cocoboot2/tools/rofs'
cd slz; make clean
make[2]: Entering directory `/home/root/cocoboot2/tools/slz'
rm -f *~ /home/beretta/C/cocoboot2/build/tools/slz
make[2]: Leaving directory `/home/root/cocoboot2/tools/slz'
make[1]: Leaving directory `/home/root/cocoboot2/tools'
cd images; make clean
make[1]: Entering directory `/home/root/cocoboot2/images'
rm -f /home/beretta/C/cocoboot2/build/images/*.dif 
/home/beretta/C/cocoboot2/build/images/decb.rom
make[1]: Leaving directory `/home/root/cocoboot2/images'
cd src; make clean
make[1]: Entering directory `/home/root/cocoboot2/src'
cd /home/beretta/C/cocoboot2/build/images; rm -f base.img boot.img bpb.img 
dw2dsk.cas dw2dsk.fi dw2dsk.img dw2dsk.slz dw2dsk.wav forth.img forth.slz 
hdbutil.fi os9.fi run.img run.slz setup.fi
/bin/sh: line 0: cd: /home/beretta/C/cocoboot2/build/images: No such file or 
directory
cd /home/beretta/C/cocoboot2/build/listings; rm -f *.ls
/bin/sh: line 0: cd: /home/beretta/C/cocoboot2/build/listings: No such file or 
directory
rm -f /home/beretta/C/cocoboot2/build/cocoboot.dsk
cd os9; make clean
/bin/sh: line 0: cd: os9: No such file or directory
make[2]: Entering directory `/home/root/cocoboot2/src'
cd /home/beretta/C/cocoboot2/build/images; rm -f base.img boot.img bpb.img 
dw2dsk.cas dw2dsk.fi dw2dsk.img dw2dsk.slz dw2dsk.wav forth.img forth.slz 
hdbutil.fi os9.fi run.img run.slz setup.fi
/bin/sh: line 0: cd: /home/beretta/C/cocoboot2/build/images: No such file or 
directory
cd /home/beretta/C/cocoboot2/build/listings; rm -f *.ls
/bin/sh: line 0: cd: /home/beretta/C/cocoboot2/build/listings: No such file or 
directory
rm -f /home/beretta/C/cocoboot2/build/cocoboot.dsk
cd os9; make clean
/bin/sh: line 0: cd: os9: No such file or directory
make[3]: Entering directory `/home/root/cocoboot2/src'
cd /home/beretta/C/cocoboot2/build/images; rm -f base.img boot.img bpb.img 
dw2dsk.cas dw2dsk.fi dw2dsk.img dw2dsk.slz dw2dsk.wav forth.img forth.slz 
hdbutil.fi os9.fi run.img run.slz setup.fi
/bin/sh: line 0: cd: /home/beretta/C/cocoboot2/build/images: No such file or 
directory
cd /home/beretta/C/cocoboot2/build/listings; rm -f *.ls
/bin/sh: line 0: cd: /home/beretta/C/cocoboot2/build/listings: No such file or 
directory
rm -f /home/beretta/C/cocoboot2/build/cocoboot.dsk
cd os9; make clean
/bin/sh: line 0: cd: os9: No such file or directory
make[4]: Entering directory `/home/root/cocoboot2/src'
cd /home/beretta/C/cocoboot2/build/images; rm -f base.img boot.img bpb.img 
dw2dsk.cas dw2dsk.fi dw2dsk.img dw2dsk.slz dw2dsk.wav forth.img forth.slz 
hdbutil.fi os9.fi run.img run.slz setup.fi
/bin/sh: line 0: cd: /home/beretta/C/cocoboot2/build/images: No such file or 
directory
cd /home/beretta/C/cocoboot2/build/listings; rm -f *.ls
/bin/sh: line 0: cd: /home/beretta/C/cocoboot2/build/listings: No such file or 
directory
Makefile:125: recipe for target `clean' failed
make[4]: *** [clean] Interrupt
Makefile:125: recipe for target `clean' failed
make[3]: *** [clean] Interrupt
Makefile:125: recipe for target `clean' failed
make[2]: *** [clean] Interrupt
Makefile:125: recipe for target `clean' failed
make[1]: *** [clean] Interrupt
Makefile:46: recipe for target `clean' failed
make: *** [clean] Interrupt

root@DS1 ~/cocoboot2
$
-----------------------------

Original issue reported on code.google.com by computer...@gmail.com on 13 Sep 2013 at 9:22

GoogleCodeExporter commented 9 years ago
See issue 4.

Original comment by berett...@gmail.com on 13 Sep 2013 at 2:05