Skip to content
Snippets Groups Projects
Commit ca8c6cf4 authored by ntfreak's avatar ntfreak
Browse files

- guess-rev.sh now works as expected when build_dir is not the same as src_dir

git-svn-id: svn://svn.berlios.de/openocd/trunk@1372 b42882b7-edfa-0310-969c-e2dbd0fdcd60
parent 2e160c6b
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,6 @@
REV=unknown
which svnversion > /dev/null 2>&1 && REV=`svnversion -n`
which svnversion > /dev/null 2>&1 && REV=`svnversion -n "$1"`
echo -n $REV
......@@ -21,7 +21,7 @@ openocd_CPPFLAGS = \
if RELEASE
openocd_CPPFLAGS += -DRELSTR=\"Release\" -DPKGBLDREV=\"\"
else
openocd_CPPFLAGS += -DRELSTR=\"svn:\" -DPKGBLDREV=\"`$(top_srcdir)/guess-rev.sh`\"
openocd_CPPFLAGS += -DRELSTR=\"svn:\" -DPKGBLDREV=\"`$(top_srcdir)/guess-rev.sh $(top_srcdir)`\"
endif
# add default CPPFLAGS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment