X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=Tools%2FSource%2FGenBuild%2Forg%2Ftianocore%2Fbuild%2Fglobal%2FOnDependency.java;h=4177b50466c043d06b7b726286662583eae75c2c;hp=ba388a100086a7be64b0ebe037a7daec53ed0c73;hb=391dbbb1c00daefe78e7e44499d048943ca866ae;hpb=196ad8d77c4a256e6a9b432541d688d2f40f4614 diff --git a/Tools/Source/GenBuild/org/tianocore/build/global/OnDependency.java b/Tools/Source/GenBuild/org/tianocore/build/global/OnDependency.java index ba388a1000..4177b50466 100644 --- a/Tools/Source/GenBuild/org/tianocore/build/global/OnDependency.java +++ b/Tools/Source/GenBuild/org/tianocore/build/global/OnDependency.java @@ -90,7 +90,7 @@ public class OnDependency extends Task { } else { File srcFile = new File(srcFileName); if (!srcFile.exists()) { - throw new BuildException(srcFileName + " doesn't exist !!!"); + throw new BuildException("Source File name: " + srcFileName + " doesn't exist!!!"); } srcTimeStamp = srcFile.lastModified(); timeStampCache.put(srcFileName, new Long(srcTimeStamp));