DC: Create a "dcdist" target for buildbot
The "dcdist" target creates the directory dcdist/scummvm and copies relevant files from the nightly build into it. This is is they do not have to be enumerated in the buildbot configuration.
This commit is contained in:
parent
22c74bf23e
commit
c3463e77d2
1 changed files with 4 additions and 0 deletions
|
@ -35,3 +35,7 @@ ip.txt : $(srcdir)/backends/platform/dc/ip.txt.in
|
||||||
ver="V$(VER_MAJOR).$(VER_MINOR).$(VER_PATCH)"; fi; \
|
ver="V$(VER_MAJOR).$(VER_MINOR).$(VER_PATCH)"; fi; \
|
||||||
sed -e 's/[@]VERSION[@]/'"$$ver"/ -e 's/[@]DATE[@]/$(shell date '+%Y%m%d')/' < $< > $@
|
sed -e 's/[@]VERSION[@]/'"$$ver"/ -e 's/[@]DATE[@]/$(shell date '+%Y%m%d')/' < $< > $@
|
||||||
|
|
||||||
|
|
||||||
|
dcdist : dist
|
||||||
|
mkdir -p dcdist/scummvm
|
||||||
|
cp scummvm.elf SCUMMVM.BIN IP.BIN *.PLG dcdist/scummvm/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue