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:
@@ -1257,7 +1257,7 @@ my $vars = read_files_list($files);
|
|||||||
|
|
||||||
if (!$only_msvs) {
|
if (!$only_msvs) {
|
||||||
if (call_upmake("$Bin/bakefiles/files.bkl", \&update_bakefile_0, $vars)) {
|
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};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -53,7 +53,7 @@ my $vars = read_files_list($files);
|
|||||||
|
|
||||||
if (!$only_msvs) {
|
if (!$only_msvs) {
|
||||||
if (call_upmake("$Bin/bakefiles/files.bkl", \&update_bakefile_0, $vars)) {
|
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};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user