mirror of
https://github.com/boostorg/boost.git
synced 2025-04-09 06:50:31 +00:00
Ignore the .svn directory when installing TR1 headers.
[SVN r49318]
This commit is contained in:
parent
78dac9f155
commit
d7c2be5cf9
1 changed files with 1 additions and 1 deletions
2
Jamroot
2
Jamroot
|
@ -371,7 +371,7 @@ local headers =
|
|||
# see http://lists.boost.org/Archives/boost/2007/05/121430.php
|
||||
[ path.glob-tree $(BOOST_ROOT)/boost : *.hpp *.ipp *.h *.inc *.SUNWCCh : CVS .svn ]
|
||||
[ path.glob-tree $(BOOST_ROOT)/boost/compatibility/cpp_c_headers : c* : CVS .svn ]
|
||||
[ path.glob boost/tr1/tr1 : * : bcc32 sun CVS ]
|
||||
[ path.glob boost/tr1/tr1 : * : bcc32 sun CVS .svn ]
|
||||
;
|
||||
|
||||
# Complete install.
|
||||
|
|
Loading…
Add table
Reference in a new issue