search for: relative_lnfil

Displaying 1 result from an estimated 1 matches for "relative_lnfil".

Did you mean: relative_lnfiles
2005 Aug 08
0
[PATCH] put xenstore headers in linux-public
...; #include "xenbus_comms.h" #define streq(a, b) (strcmp((a), (b)) == 0) diff -r 0229efe8ffe4 linux-2.6-xen-sparse/mkbuildtree --- a/linux-2.6-xen-sparse/mkbuildtree Mon Aug 8 18:43:57 2005 +++ b/linux-2.6-xen-sparse/mkbuildtree Mon Aug 8 15:15:06 2005 @@ -74,6 +74,25 @@ ) } +# relative_lnfiles <target_dir> <target_files> +# Creates a tree of symlinks in the current working directory that mirror +# <target_files> in <target_dir>. <target_dir> should be relative to the current +# working directory. Symlinks in <target_dir> are ignored. Source-control f...