Mercurial > audlegacy
comparison audacious/Makefile @ 1986:e75d0ae4fcb9 trunk
[svn] Avoid chdir .. when creating the SVN build stamp. This way we get a valid stamp when compiling from an ebuild.
author | chainsaw |
---|---|
date | Sun, 19 Nov 2006 06:40:10 -0800 |
parents | 9963dcd51cbb |
children | 327bc75fb21a |
comparison
equal
deleted
inserted
replaced
1985:73e33049bc35 | 1986:e75d0ae4fcb9 |
---|---|
92 echo ' * This auto-generated file must not be included in SVN; but must'; \ | 92 echo ' * This auto-generated file must not be included in SVN; but must'; \ |
93 echo ' * be included in release tarballs.'; \ | 93 echo ' * be included in release tarballs.'; \ |
94 echo ' */'; \ | 94 echo ' */'; \ |
95 echo '#include <glib.h>'; \ | 95 echo '#include <glib.h>'; \ |
96 echo -n 'const gchar *svn_stamp = "'; \ | 96 echo -n 'const gchar *svn_stamp = "'; \ |
97 (cd ..; svnversion -n .); \ | 97 (svnversion -n .); \ |
98 echo '";' \ | 98 echo '";' \ |
99 ) > build_stamp.c; \ | 99 ) > build_stamp.c; \ |
100 printf "%10s %-20s\n" STAMP build_stamp.c; \ | 100 printf "%10s %-20s\n" STAMP build_stamp.c; \ |
101 fi; | 101 fi; |
102 | 102 |