Changeset 344 for branches/contrib/rules/functions.mk
- Timestamp:
- Sep 28, 2012, 2:49:04 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/contrib/rules/functions.mk
r2 r344 18 18 # Strip quotes 19 19 qstrip=$(strip $(subst ",,$(1))) 20 #") 20 21 # Get the SVN revision of something (always returns a number, 0 if absent) 22 get_svn_revision=$(shell svnversion $(1) | sed -e's/^\([0-9]*\).*$/\1/g' -e's/^$/0/g') 23
Note: See TracChangeset
for help on using the changeset viewer.