mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-06-17 14:19:17 -05:00
final adjustments for devkitARM release 41
This commit is contained in:
parent
c9b0f0a993
commit
89fa563280
|
|
@ -1,18 +1,18 @@
|
|||
#!/bin/bash
|
||||
#---------------------------------------------------------------------------------
|
||||
# Build scripts for
|
||||
# devkitARM release 40
|
||||
# devkitARM release 41
|
||||
# devkitPPC release 26
|
||||
# devkitPSP release 17
|
||||
#---------------------------------------------------------------------------------
|
||||
|
||||
if [ 1 -eq 1 ] ; then
|
||||
if [ 0 -eq 1 ] ; then
|
||||
echo "Currently in release cycle, proceed with caution, do not report problems, do not ask for support."
|
||||
echo "Please use the latest release buildscripts unless advised otherwise by devkitPro staff."
|
||||
echo "http://sourceforge.net/projects/devkitpro/files/buildscripts/"
|
||||
echo
|
||||
echo "The scripts in svn are quite often dependent on things which currently only exist on developer"
|
||||
echo "machines. This is not a bug, use stable releases."
|
||||
echo "The scripts in the git repository are quite often dependent on things which currently only exist"
|
||||
echo "on developer machines. This is not a bug, use stable releases."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user