Mercurial > audlegacy
changeset 1921:57e92364c354 trunk
[svn] - add a build-prehook to ensure that the build_stamp is fresh.
author | nenolod |
---|---|
date | Mon, 30 Oct 2006 13:58:27 -0800 |
parents | 5f725038476d |
children | 29d90d3f9680 |
files | ChangeLog audacious/Makefile |
diffstat | 2 files changed, 14 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <nenolod@nenolod.net> + 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 <nenolod@nenolod.net> revision [2795] - yes, lets waste extra space because OMK decides to break on installing a variant.
--- 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 \ ( \