Here is a version of this patch rerecorded to avoid conflict with unstable. TWB posted a lot of good-sounding suggestions about how to improve the GNUmakefile with respect to this feature, but I didn't really understand them all and -- I'm sorry -- I don't want to take the time to do so now.

Regards,

Zooko

Sun Oct 26 08:56:19 MDT 2008  Eric Kow <[EMAIL PROTECTED]>
  * Rename DARCS_OBJS_P and GHCFLAGS_P
  from   DARCS_P_OBJS and GHC_PROF_FLAGS

Thu Nov 13 10:50:08 MST 2008  [EMAIL PROTECTED]
  * on "make darcs-snapshot" make a copy of the executable in a directory named 
"snapshots" and named with its version number including patch count

New patches:

[Rename DARCS_OBJS_P and GHCFLAGS_P
Eric Kow <[EMAIL PROTECTED]>**20081026145619
 from   DARCS_P_OBJS and GHC_PROF_FLAGS
] replace ./GNUmakefile [A-Za-z_0-9] DARCS_P_OBJS DARCS_OBJS_P
replace ./GNUmakefile [A-Za-z_0-9] GHC_PROF_FLAGS GHCFLAGS_P
replace ./autoconf.mk.in [A-Za-z_0-9] GHC_PROF_FLAGS GHCFLAGS_P
[on "make darcs-snapshot" make a copy of the executable in a directory named 
"snapshots" and named with its version number including patch count
[EMAIL PROTECTED]
 Ignore-this: 75ddfaf921e1e84ddf86cd1fef8cb77e
] hunk ./GNUmakefile 228
 
 DARCS_VERSION_WITH_PATCHES=$(shell sed -e 's/ (//' -e 's/ patches)//' -e 's/+ 
/+/' release/STATE)
 darcs-nightly: darcs release/STATE
-       ln -sf darcs darcs-$(DARCS_VERSION_WITH_PATCHES)
+       mkdir -p snapshots
+       cp darcs snapshots/darcs-$(DARCS_VERSION_WITH_PATCHES)
 
 dist: darcs $(PREDIST_COPY_FILES)
        REPO_PATH="$$PWD" ./darcs dist --dist-name darcs-$(DARCS_VERSION)
hunk ./GNUmakefile 543
        rm -f doc/manual/darcs.ps doc/manual/darcs.pdf 
doc/manual/patch-theory.pdf src/Autoconf.lhs darcs.idv
        rm -f src/ThisVersion.lhs tools/cgi/README tools/cgi/darcs.cgi 
tools/cgi/cgi.conf
        rm -f config.command
+       rm -rf snapshots
 
 maintainer-clean: distclean
        @echo 'This command is intended for maintainers to use; it'
replace ./GNUmakefile [A-Za-z_0-9\-\.] darcs-nightly darcs-snapshot

Context:

[TAG stable 2008-11-10
Eric Kow <[EMAIL PROTECTED]>**20081110161651
 Ignore-this: ba3add5706d09ef8faa99a8040bdac6f
] 
Patch bundle hash:
d65b1c9853230a1f80767dd1ab5c2b7facff1f06
_______________________________________________
darcs-users mailing list
darcs-users@darcs.net
http://lists.osuosl.org/mailman/listinfo/darcs-users

Reply via email to