2
0
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:
Vladimir Prus
2004-11-29 07:29:19 +00:00
parent 7eb16fce02
commit 8219864207
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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