Changeset 549
- Timestamp:
- Jan 7, 2008, 3:25:55 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Makefile.am
r543 r549 57 57 if test -s "subversion_info.h.diff"; then \ 58 58 mv subversion_info.h.tmp subversion_info.h; \ 59 $(ECHO)creating subversion_info.h; \59 echo creating subversion_info.h; \ 60 60 fi; \ 61 61 rm -f subversion_info.h.tmp subversion_info.h.diff ; … … 63 63 64 64 subversion_info.h.tmp: FORCE 65 @ $(ECHO)'// svn_version.h generated from svn_version.h.in.' > $@ ;\65 @echo '// svn_version.h generated from svn_version.h.in.' > $@ ;\ 66 66 revision=`$(SVNVERSION) $(top_srcdir)` ;\ 67 68 $(SED)-e 's/sub_2_svn_revision/'$$revision'/g' \67 year=`svn info $(top_srcdir)| sed -n 's/.*Date: \(.*\)-..-.*/\1/p'`;\ 68 sed -e 's/sub_2_svn_revision/'$$revision'/g' \ 69 69 -e 's/sub_2_svn_year/'$$year'/g' subversion_info.h.in >> $@ ; 70 70 endif
Note: See TracChangeset
for help on using the changeset viewer.