search for: symfile

Displaying 2 results from an estimated 2 matches for "symfile".

Did you mean: sumfile
2014 Mar 26
1
How would I make dir2 a copy of dir1 w/hardlinks for the files?
...2 dirs in it "a/" and "b/". dir b/ has a file in it 'file' dir a has a relative symlink to that file: Ishtar:/tmp> ll dir total 0 drwxrwxr-x 2 20 Mar 26 10:51 a/ drwxrwxr-x 2 17 Mar 26 10:49 b/ Ishtar:/tmp> ll dir/{a,b} dir/a: total 0 lrwxrwxrwx 1 9 Mar 26 10:51 symfile -> ../b/file dir/b: total 0 -rw-rw-r-- 1 0 Mar 26 10:49 file --- What I want is to create a new dir, 'dir2/' with 'file' being hardlink'ed between the two (since it's identical). I am not seeing how one would do this in rsync? I keep ending up with 'file' be...
2007 Dec 03
3
[PATCH] Add Visual Studio 2008 Prject files
On 12/3/07, Erik de Castro Lopo <mle+la@mega-nerd.com> wrote: > I just checked and there is nothing needed in configure.ac. > > In the Makefile.am that creates the shared library you need to add > "-no-undefined" to the LDFLAGS variable like this: > > libspeex_la_LDFLAGS = -no-undefined @WHATEVER_WAS_THERE_BEFORE@ Which symbols will it export? I think default