ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/boost.spec
(Generate patch)

Comparing COMP/CMSDIST/boost.spec (file contents):
Revision 1.6 by eulisse, Wed Apr 12 08:58:41 2006 UTC vs.
Revision 1.7 by eulisse, Thu Apr 13 23:35:14 2006 UTC

# Line 28 | Line 28 | case $(uname) in Darwin ) so=dylib ;; *
28   mkdir -p %i/lib/debug
29   (cd bin/boost; find libs -path "libs/*/debug/*.$so" -exec cp {} %i/lib/debug \;)
30   (cd bin/boost; find libs -path "libs/*/release/*.$so" -exec cp {} %i/lib \;)
31 < find boost -name '*.h' -o -name '*.hpp' -print |
31 > find boost -name '*.[hi]*' -print |
32    while read f; do
33      mkdir -p %i/include/$(dirname $f)
34      install -c $f %i/include/$f

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines