aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorJoakim Plate <elupus@ecce.se>2011-10-15 14:38:55 +0200
committerJoakim Plate <elupus@ecce.se>2011-10-15 14:48:48 +0200
commit3f3d2284e11c88f019897c5457cb6fdd901729ed (patch)
treeb10be319cc9c02b4ea6c8d01d659cd03805524ee /Makefile.in
parentd9388c51d4b51f3182ad32a0738cf849d56ac023 (diff)
added: echo on a completed successfull build of xbmc
Diffstat (limited to 'Makefile.in')
-rwxr-xr-xMakefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 6870e82cb6..f7a0505fc8 100755
--- a/Makefile.in
+++ b/Makefile.in
@@ -260,6 +260,9 @@ DISTCLEAN_FILES=config.h config.log config.status tools/Linux/xbmc.sh \
system/libcpluff-@ARCH@.so
all : Makefile externals xbmc.bin xbmc-xrandr skins
+ @echo '-----------------------'
+ @echo 'XBMC built successfully'
+ @echo '-----------------------'
include Makefile.include