From c3463e77d2d7453e15c703a15df6e44745c7b6b4 Mon Sep 17 00:00:00 2001 From: Marcus Comstedt Date: Fri, 29 Apr 2011 22:25:09 +0200 Subject: 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. --- backends/platform/dc/dreamcast.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'backends/platform/dc') diff --git a/backends/platform/dc/dreamcast.mk b/backends/platform/dc/dreamcast.mk index 8651a2936c..666e03eece 100644 --- a/backends/platform/dc/dreamcast.mk +++ b/backends/platform/dc/dreamcast.mk @@ -35,3 +35,7 @@ ip.txt : $(srcdir)/backends/platform/dc/ip.txt.in ver="V$(VER_MAJOR).$(VER_MINOR).$(VER_PATCH)"; fi; \ 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/ -- cgit v1.2.3