emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ELPA-diffs] /srv/bzr/emacs/elpa r335: * Makefile: Refresh changelogs be


From: Stefan Monnier
Subject: [ELPA-diffs] /srv/bzr/emacs/elpa r335: * Makefile: Refresh changelogs before copying `packages'.
Date: Thu, 10 Jan 2013 08:40:29 -0500
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 335
committer: Stefan Monnier <address@hidden>
branch nick: elpa
timestamp: Thu 2013-01-10 08:40:29 -0500
message:
  * Makefile: Refresh changelogs before copying `packages'.
modified:
  Makefile
=== modified file 'Makefile'
--- a/Makefile  2012-11-29 17:21:45 +0000
+++ b/Makefile  2013-01-10 13:40:29 +0000
@@ -5,7 +5,7 @@
 ARCHIVE_TMP=archive-tmp
 SITE_DIR=site
 
-.PHONY: archive-tmp process-archive archive-full org-fetch clean all do-it
+.PHONY: archive-tmp changelogs process-archive archive-full org-fetch clean 
all do-it
 
 ## Set up the source files for direct usage, by pointing
 ## `package-directory-list' to the site/ directory.
@@ -23,17 +23,19 @@
 archive: archive-tmp
        $(MAKE) $(MFLAGS) process-archive
 
-archive-tmp: packages
+archive-tmp: packages changelogs
        -rm -r $(ARCHIVE_TMP)
        mkdir -p $(ARCHIVE_TMP)
        cp -a packages/. $(ARCHIVE_TMP)/packages
 
-process-archive:
-       # First, refresh the ChangeLog files.  This needs to be done in
-       # the source tree, because it needs the Bzr data!
+# Refresh the ChangeLog files.  This needs to be done in
+# the source tree, because it needs the Bzr data!
+changelogs:
        cd packages; \
        $(EMACS) -batch -l $(CURDIR)/admin/archive-contents.el \
                        -f batch-prepare-packages
+
+process-archive:
        # FIXME, we could probably speed this up significantly with
        # rules like "%.tar: ../%/ChangeLog" so we only rebuild the packages
        # that have indeed changed.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]