# HG changeset patch # User nenolod # Date 1162245507 28800 # Node ID 57e92364c3548c4b6bfb8de74098bed668772c96 # Parent 5f725038476d636acacb4f2323b219592eafe790 [svn] - add a build-prehook to ensure that the build_stamp is fresh. diff -r 5f725038476d -r 57e92364c354 ChangeLog --- a/ChangeLog Mon Oct 30 13:50:51 2006 -0800 +++ b/ChangeLog Mon Oct 30 13:58:27 2006 -0800 @@ -1,3 +1,11 @@ +2006-10-30 21:50:51 +0000 William Pitcock + revision [2797] + - oh, and use the right path too. + + trunk/skins/Classic/Makefile | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + + 2006-10-30 21:50:18 +0000 William Pitcock revision [2795] - yes, lets waste extra space because OMK decides to break on installing a variant. diff -r 5f725038476d -r 57e92364c354 audacious/Makefile --- a/audacious/Makefile Mon Oct 30 13:50:51 2006 -0800 +++ b/audacious/Makefile Mon Oct 30 13:58:27 2006 -0800 @@ -78,6 +78,12 @@ desktop_DATA = audacious.desktop desktopdir = $(datadir)/applications +build-prehook: + if [ -d .svn ]; then \ + rm -f build_stamp.c; \ + printf "%10s %-20s\n" RM build_stamp.c; \ + fi + build_stamp.c: if [ -d .svn ] || [ ! -f build_stamp.c ]; then \ ( \