forked from len0rd/rockbox
Pass VERSION to *all* make invocations in release scripts
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31166 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
790be2de32
commit
d0731064c8
3 changed files with 6 additions and 6 deletions
|
|
@ -62,7 +62,7 @@ sub buildit {
|
|||
`$c`;
|
||||
|
||||
print "Run 'make voice'\n" if($verbose);
|
||||
print `make voice 2>/dev/null`;
|
||||
print `make voice VERSION=$version 2>/dev/null`;
|
||||
}
|
||||
|
||||
# run make in tools first to make sure they're up-to-date
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue