diff options
author | Joakim Plate <elupus@ecce.se> | 2011-10-15 14:38:55 +0200 |
---|---|---|
committer | Joakim Plate <elupus@ecce.se> | 2011-10-15 14:48:48 +0200 |
commit | 3f3d2284e11c88f019897c5457cb6fdd901729ed (patch) | |
tree | b10be319cc9c02b4ea6c8d01d659cd03805524ee /Makefile.in | |
parent | d9388c51d4b51f3182ad32a0738cf849d56ac023 (diff) |
added: echo on a completed successfull build of xbmc
Diffstat (limited to 'Makefile.in')
-rwxr-xr-x | Makefile.in | 3 |
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 |