Output the message about bakefile_gen by default in upmake
This message shouldn't be given only when --verbose is given, it's useful as a reminder and you shouldn't have to remember to give a special option to get this reminder.
This commit is contained in:
parent
9a75103d9a
commit
d7fbf1f820
BIN
build/upmake
BIN
build/upmake
Binary file not shown.
@ -53,7 +53,7 @@ my $vars = read_files_list($files);
|
||||
|
||||
if (!$only_msvs) {
|
||||
if (call_upmake("$Bin/bakefiles/files.bkl", \&update_bakefile_0, $vars)) {
|
||||
print qq{Don't forget to run "bakefile_gen -b wx.bkl".\n} if $verbose;
|
||||
print qq{Don't forget to run "bakefile_gen -b wx.bkl".\n};
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user