]> git.proxmox.com Git - mirror_edk2.git/commitdiff
UnixPkg: Mark as deprecated (replaced by EmulatorPkg)
authorjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 5 Oct 2012 07:05:54 +0000 (07:05 +0000)
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 5 Oct 2012 07:05:54 +0000 (07:05 +0000)
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

UnixPkg/Deprecated.txt [new file with mode: 0644]
UnixPkg/build.sh
UnixPkg/build64.sh
UnixPkg/readme.txt

diff --git a/UnixPkg/Deprecated.txt b/UnixPkg/Deprecated.txt
new file mode 100644 (file)
index 0000000..5ffad5f
--- /dev/null
@@ -0,0 +1,5 @@
+UnixPkg is deprecated.
+
+The same functionality is supported using the EmulatorPkg.
+Please see EmulatorPkg/README for more information about EmulatorPkg.
+
index 2498914e1c8b9d3af9e5ba3d0e0c20896d637524..5d3d8a5e527b76d6f7bb6bb58ac3020230869a6f 100755 (executable)
@@ -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 $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 $?
 
 exit $?
 
index e524faf2938d004ba07532101fd3c5deeb52a393..7f2206f3fc4b6bb454736ade8840d65dd6e83eaa 100755 (executable)
@@ -124,5 +124,6 @@ echo `which build`
 build -p $WORKSPACE/UnixPkg/UnixPkgX64.dsc      -a X64 -t $TARGET_TOOLS -D SEC_ONLY -n 3 $1 $2 $3 $4 $5 $6 $7 $8  modules
 build -p $WORKSPACE/UnixPkg/UnixPkgX64.dsc      -a X64 -t $UNIXPKG_TOOLS $NETWORK_SUPPORT -n 3 $1 $2 $3 $4 $5 $6 $7 $8
 cp $WORKSPACE/Build/UnixX64/DEBUG_"$TARGET_TOOLS"/X64/SecMain $WORKSPACE/Build/UnixX64/DEBUG_"$UNIXPKG_TOOLS"/X64
 build -p $WORKSPACE/UnixPkg/UnixPkgX64.dsc      -a X64 -t $TARGET_TOOLS -D SEC_ONLY -n 3 $1 $2 $3 $4 $5 $6 $7 $8  modules
 build -p $WORKSPACE/UnixPkg/UnixPkgX64.dsc      -a X64 -t $UNIXPKG_TOOLS $NETWORK_SUPPORT -n 3 $1 $2 $3 $4 $5 $6 $7 $8
 cp $WORKSPACE/Build/UnixX64/DEBUG_"$TARGET_TOOLS"/X64/SecMain $WORKSPACE/Build/UnixX64/DEBUG_"$UNIXPKG_TOOLS"/X64
+echo NOTE: UnixPkg is deprecated. Please see UnixPkg/Deprecated.txt for more information.
 exit $?
 
 exit $?
 
index f28d626f9c9880a0bb78a608931d9a842e608bc5..4166306d27ada8600757c390a6366b00a01d860e 100644 (file)
@@ -1,3 +1,7 @@
+Deprecation Notice
+==================
+UnixPkg is deprecated. Please see UnixPkg/Deprecated.txt for more information.
+
 Unix Simulation Platform
 ========================
 
 Unix Simulation Platform
 ========================