UnixPkg: Mark as deprecated (replaced by EmulatorPkg)

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13784 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jljusten
2012-10-05 07:05:54 +00:00
parent d3a24ff551
commit e2a013fa40
4 changed files with 11 additions and 0 deletions

View File

@@ -118,5 +118,6 @@ done
echo $PATH
echo `which build`
build -p $WORKSPACE/UnixPkg/UnixPkg.dsc -a IA32 -t $TARGET_TOOLS $NETWORK_SUPPORT -n 3 $1 $2 $3 $4 $5 $6 $7 $8
echo NOTE: UnixPkg is deprecated. Please see UnixPkg/Deprecated.txt for more information.
exit $?