This website works better with JavaScript.
Home
Help
Register
Sign In
jim
/
openocd
Watch
0
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
26
Wiki
Activity
Browse Source
- 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
tags/v0.2.0
ntfreak
14 years ago
parent
2e160c6bad
commit
ca8c6cf430
2 changed files
with
2 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
guess-rev.sh
+1
-1
src/Makefile.am
+ 1
- 2
guess-rev.sh
View File
@@ -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
+ 1
- 1
src/Makefile.am
View File
@@ -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
Write
Preview
Loading…
Cancel
Save