# HG changeset patch # User nenolod # Date 1162245692 28800 # Node ID 29d90d3f9680ed9ec697264a18800a4d3e0fa9df # Parent 57e92364c3548c4b6bfb8de74098bed668772c96 [svn] - add feedback when the build_stamp is generated. diff -r 57e92364c354 -r 29d90d3f9680 ChangeLog --- a/ChangeLog Mon Oct 30 13:58:27 2006 -0800 +++ b/ChangeLog Mon Oct 30 14:01:32 2006 -0800 @@ -1,3 +1,11 @@ +2006-10-30 21:58:27 +0000 William Pitcock + revision [2799] + - add a build-prehook to ensure that the build_stamp is fresh. + + trunk/audacious/Makefile | 6 ++++++ + 1 file changed, 6 insertions(+) + + 2006-10-30 21:50:51 +0000 William Pitcock revision [2797] - oh, and use the right path too. diff -r 57e92364c354 -r 29d90d3f9680 audacious/Makefile --- a/audacious/Makefile Mon Oct 30 13:58:27 2006 -0800 +++ b/audacious/Makefile Mon Oct 30 14:01:32 2006 -0800 @@ -96,6 +96,7 @@ (cd ..; svnversion -n .); \ echo '";' \ ) > build_stamp.c; \ + printf "%10s %-20s\n" STAMP build_stamp.c; \ fi; audacious: $(OBJECTS) widgets/libwidgets.a