# # # patch "ChangeLog" # from [cd728dfa4d60e9bb98e3c4611834f84f360f8b64] # to [81542222ec20a0aa582eccbe6be54fd3101d65de] # # patch "Makefile.am" # from [82d8aa6ce9719b02edd849a4bc7f4e6856ed9de2] # to [ad1680df7c76acbdaef7ad40c4e32e01d89daf7f] # ============================================================ --- ChangeLog cd728dfa4d60e9bb98e3c4611834f84f360f8b64 +++ ChangeLog 81542222ec20a0aa582eccbe6be54fd3101d65de @@ -1,3 +1,8 @@ +2006-04-26 Nathaniel Smith + + * Makefile.am (package_full_revision_raw.txt): Pass --root to our + calls to mtn. + 2006-04-25 Nathaniel Smith * monotone.texi: Add Jeronimo to copyright holder list. ============================================================ --- Makefile.am 82d8aa6ce9719b02edd849a4bc7f4e6856ed9de2 +++ Makefile.am ad1680df7c76acbdaef7ad40c4e32e01d89daf7f @@ -534,8 +534,8 @@ # creates, and also make sure that the shell command exits # successfully; the rm -f ensures both REAL_BLDDIR=$$PWD/$(top_builddir); \ - (cd $(srcdir) && $$REAL_BLDDIR/mtn automate get_revision) 2>/dev/null >$@ \ - || (cd $(srcdir) && mtn automate get_revision) 2>/dev/null >$@ \ + (cd $(srcdir) && $$REAL_BLDDIR/mtn --root=. automate get_revision) 2>/dev/null >$@ \ + || (cd $(srcdir) && mtn --root=. automate get_revision) 2>/dev/null >$@ \ || rm -f $@ # See above comment -- the file this depends on may or may not exist. # This file, however, must always exist, so that 'make dist' can