search for: subsubdir

Displaying 7 results from an estimated 7 matches for "subsubdir".

2009 Apr 11
0
sudo make check fails on OSX
...PASS 00-hello PASS acls PASS backup ----- batch-mode log follows Testing for symlinks using 'test -h' sending incremental file list created directory /usr/local/src/rsync/testtmp/batch-mode/chk ./ empty filelist nolf nolf-symlink -> nolf text dir/ dir/text dir/subdir/ dir/subdir/subsubdir/ dir/subdir/subsubdir/etc-ltr-list dir/subdir/subsubdir2/ dir/subdir/subsubdir2/bin-lt-list emptydir/ sent 1,666,681 bytes received 171 bytes 3,333,704.00 bytes/sec total size is 1,665,905 speedup is 1.00 sending incremental file list created directory /usr/local/src/rsync/testtmp/batch-mode/to...
2008 May 06
3
DO NOT REPLY [Bug 5440] New: 'relative' test fails on SunOs 5.8
...st >f+++++++++ down/3/deep/nolf cL+++++++++ down/3/deep/nolf-symlink -> nolf >f+++++++++ down/3/deep/text cd+++++++++ down/3/deep/dir/ >f+++++++++ down/3/deep/dir/text cd+++++++++ down/3/deep/dir/subdir/ >f+++++++++ down/3/deep/dir/subdir/foobar.baz cd+++++++++ down/3/deep/dir/subdir/subsubdir/ >f+++++++++ down/3/deep/dir/subdir/subsubdir/etc-ltr-list cd+++++++++ down/3/deep/dir/subdir/subsubdir2/ >f+++++++++ down/3/deep/dir/subdir/subsubdir2/bin-lt-list cd+++++++++ down/3/deep/emptydir/ -n Test basic relative: Running: "/src/rsync-3.0.2/rsync -avR ./down/3/deep "/src/r...
2003 Feb 22
1
rsync ported to BeOS-bone
...hands log follows Testing for symlinks using 'test -h' Test basic operation: Running: "/boot/home/devel/rsync-2.5.6/rsync -av /boot/home/devel/rsync-2.5.6/testtmp.hands/from/ /boot/home/devel/rsync-2.5.6/testtmp.hands/to" building file list ... done ./ dir/ dir/subdir/ dir/subdir/subsubdir/ dir/subdir/subsubdir/etc-ltr-list dir/subdir/subsubdir2/ dir/subdir/subsubdir2/bin-lt-list dir/text empty emptydir/ filelist nolf nolf-symlink -> nolf text Kill Thread ------------- check how the files compare with diff: /bin/diff: /boot/home/devel/rsync-2.5.6/testtmp.hands/to/./dir/text: No s...
2007 Nov 02
0
build/test problems with rsync-3.0.0pre4
..."/scr/needa/koenig/rsync-3.0.0pre4-1/ARENA/32/testtmp/hands/from/" "/scr/needa/koenig/rsync-3.0.0pre4-1/ARENA/32/testtmp/hands/to"" sending incremental file list ../ empty filelist nolf nolf-symlink -> nolf text dir/ dir/text dir/subdir/ dir/subdir/foobar.baz dir/subdir/subsubdir/ dir/subdir/subsubdir/etc-ltr-list dir/subdir/subsubdir2/ dir/subdir/subsubdir2/bin-lt-list emptydir/ sent 1492996 bytes received 191 bytes 995458.00 bytes/sec total size is 1492170 speedup is 1.00 ------------- check how the directory listings compare with diff: No differences encountered ---...
2004 Aug 18
1
[LLVMdev] JIT API example (fibonacci)
...the entire directories under a "small examples" directory? You're right. The simples way to do this would be to have: projects/ SmallExamples/ ModuleMaker/ HowToUseTheJIT/ FibBuilder/ etc. Each subsubdir would have a makefile and a .cpp file. -Chris > Chris Lattner wrote: > > > On Tue, 17 Aug 2004, Reid Spencer wrote: > > > > > >>That's pretty cute actually. Do you want this "brilliant" :) example in the cvs > >>repository? I'd be happy...
2004 Aug 17
0
[LLVMdev] JIT API example (fibonacci)
On second thought, the makefiles don't (easily) allow this do they? You can only build one program per directory. Were you suggesting that you wanted me to move the entire directories under a "small examples" directory? Reid. Chris Lattner wrote: > On Tue, 17 Aug 2004, Reid Spencer wrote: > > >>That's pretty cute actually. Do you want this
2004 Aug 17
5
[LLVMdev] JIT API example (fibonacci)
On Tue, 17 Aug 2004, Reid Spencer wrote: > That's pretty cute actually. Do you want this "brilliant" :) example in the cvs > repository? I'd be happy to put it in. Here's an idea: how about we take the ModuleMaker, Valery's previous example, and this one and put them all in one "small examples" project? -Chris > Valery A.Khamenya wrote: > >