Mercurial > audlegacy
changeset 1923:3643a4136f0f trunk
[svn] - only rm -f the build stamp if needed.
author | nenolod |
---|---|
date | Mon, 30 Oct 2006 14:03:15 -0800 |
parents | 29d90d3f9680 |
children | 08c20c4dc3b5 |
files | ChangeLog audacious/Makefile |
diffstat | 2 files changed, 9 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Mon Oct 30 14:01:32 2006 -0800 +++ b/ChangeLog Mon Oct 30 14:03:15 2006 -0800 @@ -1,3 +1,11 @@ +2006-10-30 22:01:32 +0000 William Pitcock <nenolod@nenolod.net> + revision [2801] + - add feedback when the build_stamp is generated. + + trunk/audacious/Makefile | 1 + + 1 file changed, 1 insertion(+) + + 2006-10-30 21:58:27 +0000 William Pitcock <nenolod@nenolod.net> revision [2799] - add a build-prehook to ensure that the build_stamp is fresh.
--- a/audacious/Makefile Mon Oct 30 14:01:32 2006 -0800 +++ b/audacious/Makefile Mon Oct 30 14:03:15 2006 -0800 @@ -79,7 +79,7 @@ desktopdir = $(datadir)/applications build-prehook: - if [ -d .svn ]; then \ + if [ -d .svn ] && [ -f build_stamp.c ]; then \ rm -f build_stamp.c; \ printf "%10s %-20s\n" RM build_stamp.c; \ fi