lkml.org 
[lkml]   [2003]   [Jul]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Subjectbuild from RO source tree?
From
Date
Is there a make option for building from a read-only kernel source,
possibly by doing a pre-pass to create a mess of symlinks?

Something like

(chdir $readonly_sourceroot && find . -type d ) \
| xargs -n5 mkdir
(chdir $readonly_sourceroot && find . -type f ) \
| xargs -i ln -s $readonly_sourceroot/{} {}
make


but as a configure option of some kind.









--
David Nicol, independent consultant, contractor, and food service worker

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:46    [W:0.900 / U:1.876 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site