[sldev] Heads up - we're working on CMake

Dale Glass dale at daleglass.net
Fri Nov 30 14:52:18 PST 2007


On Friday 30 November 2007 23:07:56 Mike Monkowski wrote:
> If I understand this right (and there's a good chance I don't) there is
> one (or more) files in each directory of the build tree, and I wouldn't
> be surprised if they all had the same name, so you wouldn't know where
> to put them.  I'm guessing it would require a hierarchical zip file,
> which takes a little longer to put together than just typing a sentence.

Sure it can be done in a sentence. Here you go:

$ find . -name files.lst | zip -@ files.zip
  adding: llui/files.lst (deflated 70%)
  adding: test/files.lst (deflated 74%)
  adding: llprimitive/files.lst (deflated 61%)
  adding: llvfs/files.lst (deflated 54%)
  adding: llxml/files.lst (deflated 45%)
  adding: llcommon/files.lst (deflated 75%)
  adding: llaudio/files.lst (deflated 61%)
  adding: llimage/files.lst (deflated 68%)
  adding: llmedia/files.lst (deflated 64%)
  adding: llinventory/files.lst (deflated 67%)
  adding: lscript/files.lst (deflated 81%)
  adding: llmessage/files.lst (deflated 79%)
  adding: llcharacter/files.lst (deflated 75%)
  adding: llrender/files.lst (deflated 50%)
  adding: newview/files.lst (deflated 79%)
  adding: llwindow/files.lst (deflated 53%)
  adding: llmath/files.lst (deflated 71%)
  adding: llimagej2coj/files.lst (deflated 23%)
  adding: linux_crash_logger/files.lst (deflated 31%)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
Url : http://lists.secondlife.com/pipermail/sldev/attachments/20071130/91e72910/attachment.pgp


More information about the SLDev mailing list