Adding new Logger instead of Ant's.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1502 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -42,6 +42,8 @@ public class CompressSection implements Section, FfsTypes{
|
||||
//
|
||||
List<Object> SectList = new ArrayList<Object>();
|
||||
|
||||
public static Object semaphore = new Object();
|
||||
|
||||
/**
|
||||
toBuffer
|
||||
|
||||
@ -85,6 +87,8 @@ public class CompressSection implements Section, FfsTypes{
|
||||
}
|
||||
Do.close();
|
||||
|
||||
|
||||
synchronized (semaphore) {
|
||||
//
|
||||
// Call compress
|
||||
//
|
||||
@ -144,6 +148,7 @@ public class CompressSection implements Section, FfsTypes{
|
||||
//
|
||||
//di.close();
|
||||
//compressOut.delete();
|
||||
}
|
||||
|
||||
}
|
||||
catch (Exception e){
|
||||
|
Reference in New Issue
Block a user