Subversion Repositories OpenARM Single-board Computer

Rev

Rev 152 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 152 Rev 153
Line 15... Line 15...
15
# This program is distributed in the hope that it will be useful,
15
# This program is distributed in the hope that it will be useful,
16
# but WITHOUT ANY WARRANTY; without even the implied warranty of
16
# but WITHOUT ANY WARRANTY; without even the implied warranty of
17
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18
# GNU General Public License for more details.
18
# GNU General Public License for more details.
19
19
-
 
20
# that vars are passed by makefiles, if anything else is needed let me know
-
 
21
-
 
22
echo $ITEMS
-
 
23
echo $TOPDIR
-
 
24
echo $SYMDIR
-
 
25
# symdir is resources/<SUBDIR> 
-
 
26
# and ITEMS are .sym files
-
 
27
-
 
28
exit;
-
 
29
20
# This is an evil hack
30
# This is an evil hack
21
pwd="$PWD"
31
pwd="$PWD"
22
pwd=${pwd%"working"*}
32
pwd=${pwd%"working"*}
23
pwd+="working/scripts/"
33
pwd+="working/scripts/"
24
cd $pwd
34
cd $pwd
25
35
-
 
36
26
if [ -n "$1" ] && [ "$1" == "update" ]
37
if [ -n "$1" ] && [ "$1" == "update" ]
27
then
38
then
28
    OPTIONS+="-mmin -1"
39
    OPTIONS+="-mmin -1"
29
fi
40
fi
30
41