mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 00:52:16 +00:00
Fix example gcc initialization.
Patch from Daniel James. [SVN r26342]
This commit is contained in:
@@ -26,7 +26,7 @@ binary-indep:
|
||||
|
||||
(tar --exclude make --exclude CVS -cpf - example/* ) | ( cd `pwd`/debian/tmp/usr/share/doc/boost-build && tar xpf - )
|
||||
|
||||
sed 's/# using gcc/using gcc/' user-config.jam > `pwd`/debian/tmp/etc/site-config.jam
|
||||
sed 's/# using gcc ;/using gcc ;/' user-config.jam > `pwd`/debian/tmp/etc/site-config.jam
|
||||
|
||||
# dh_install
|
||||
# dh_installmenu
|
||||
|
||||
@@ -20,7 +20,7 @@ import toolset : using ;
|
||||
# using gcc ;
|
||||
|
||||
# Configure specific gcc version, giving alternative name to use
|
||||
# using gcc : 3.2 g++-3.2 ;
|
||||
# using gcc : 3.2 : g++-3.2 ;
|
||||
|
||||
# MSVC configuration
|
||||
|
||||
|
||||
Reference in New Issue
Block a user