Re: Very strange behaviour of LFS and TMPFS
Patrick Welche <[email protected]> Mon, 19 Nov 2007 11:52:02 +0000
| Newsgroups | gmane.os.netbsd.help |
|---|---|
| Message-ID | <[email protected]> |
On Sun, Nov 18, 2007 at 09:59:28PM +0200, Aleksey Cheusov wrote: > > On Sat, Nov 17, 2007 at 10:05:35PM +0200, Aleksey Cheusov wrote: > >> > On Wed, Nov 14, 2007 at 08:30:25PM +0200, Aleksey Cheusov wrote: > >> > ... > >> >> 0 trtr>touch file0 > >> >> 0 trtr>make file3 > >> > ... > >> >> After toching file0, file3 is rebuilt NOT ALWAYS. Why? > >> > >> > How long do you wait between the "touch" and the "make"? > >> You mix message from testing LFS/TMPFS and "after touching..." message > >> that concerns EXT2FS only. > > > Actually, I mixed up touch and make... Does > > > make file3; sleep 5; touch file0; make file3 > > > always work? > > It always doesn't. OK, fair enough... make file3; sleep 5; touch file2; sleep 5; touch file1; sleep 5; touch file0; make file3 :-) Patrick