configure: output project name and build directory
This commit is contained in:
parent
6078cb0977
commit
e8990199ef
@ -82,6 +82,12 @@ module Rscons
|
|||||||
#
|
#
|
||||||
# @return [void]
|
# @return [void]
|
||||||
def configure
|
def configure
|
||||||
|
if project_name = @script.project_name
|
||||||
|
Ansi.write($stdout, "Configuring ", :cyan, project_name, :reset, "...\n")
|
||||||
|
else
|
||||||
|
$stdout.puts "Configuring project..."
|
||||||
|
end
|
||||||
|
Ansi.write($stdout, "Setting build directory... ", :green, @build_dir, :reset, "\n")
|
||||||
rv = 0
|
rv = 0
|
||||||
co = ConfigureOp.new("#{@build_dir}/configure", @default_environment)
|
co = ConfigureOp.new("#{@build_dir}/configure", @default_environment)
|
||||||
begin
|
begin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user