Changeset 3216
- Timestamp:
- May 6, 2014, 5:24:36 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.am
r3118 r3216 193 193 # pristine and updated. 194 194 svn-tag: check-version check-svn-diff 195 cd $(srcdir) && \ 195 196 $(SVN) copy $(STABLE_BRANCH) ^/tags/$(VERSION) \ 196 197 -m "tagging version $(VERSION)" … … 198 199 # create a stable-branch from trunk 199 200 svn-stable-branch: check-svn-diff all 201 cd $(srcdir) && \ 200 202 svn copy ^/trunk $(STABLE_BRANCH) \ 201 203 -m "New stable branch $(STABLE_VERSION)" \ 202 && svn co $(STABLE_BRANCH) $(srcdir)/../yat-$(STABLE_VERSION).x \ 203 && $(SVNDIGEST_COPY_CACHE) -v -r $(srcdir) \ 204 -t $(srcdir)/../yat-$(STABLE_VERSION).x 204 && svn co $(STABLE_BRANCH) ../yat-$(STABLE_VERSION).x \ 205 && $(SVNDIGEST_COPY_CACHE) -v -r . -t ../yat-$(STABLE_VERSION).x 205 206 206 207 include $(srcdir)/am/maintainer.am
Note: See TracChangeset
for help on using the changeset viewer.