Polished the build tools' screen output to be in a more coherent form
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@916 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -854,16 +854,6 @@ Returns:
|
||||
Output_Flag = FALSE;
|
||||
Pad_Flag = FALSE;
|
||||
|
||||
//
|
||||
// Output the calling arguments
|
||||
//
|
||||
printf ("\n\n");
|
||||
for (Index = 0; Index < argc; Index++) {
|
||||
printf ("%s ", argv[Index]);
|
||||
}
|
||||
|
||||
printf ("\n\n");
|
||||
|
||||
if (argc < 5) {
|
||||
printf ("Not enough arguments\n");
|
||||
PrintGenDepexUsageInfo ();
|
||||
|
Reference in New Issue
Block a user