Changeset 3216


Ignore:
Timestamp:
May 6, 2014, 5:24:36 AM (9 years ago)
Author:
Peter
Message:

fix svn targets so they work also in VPATH (alias doesn't work outside wc)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.am

    r3118 r3216  
    193193# pristine and updated.
    194194svn-tag: check-version check-svn-diff
     195  cd $(srcdir) && \
    195196  $(SVN) copy $(STABLE_BRANCH) ^/tags/$(VERSION) \
    196197  -m "tagging version $(VERSION)"
     
    198199# create a stable-branch from trunk
    199200svn-stable-branch: check-svn-diff all
     201  cd $(srcdir) && \
    200202  svn copy ^/trunk $(STABLE_BRANCH) \
    201203  -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
    205206
    206207include $(srcdir)/am/maintainer.am
Note: See TracChangeset for help on using the changeset viewer.