]> git.eshelyaron.com Git - emacs.git/commitdiff
More still
authorPhillip Lord <phillip.lord@russet.org.uk>
Thu, 8 Mar 2018 19:03:58 +0000 (19:03 +0000)
committerPhillip Lord <phillip.lord@russet.org.uk>
Thu, 8 Mar 2018 19:03:58 +0000 (19:03 +0000)
.gitignore
elpa/Makefile.in

index 24dafc84860dbc0bd7102440cac480ddb91d204a..d3712b0d6cf521058a54797b9a25da7a2eb26b69 100644 (file)
@@ -278,10 +278,3 @@ nt/emacs.rc
 nt/emacsclient.rc
 src/gdb.ini
 /var/
-
-/elpa/repo/
-/elpa/working/
-/lisp/elpa
-/test/lisp/elpa
-!/lisp/elpa/.keep
-!/test/lisp/elpa/.keep
\ No newline at end of file
index 411370aee270f8e312511dd4b54273c4acb4ea68..756d9a3ee8645e9dfa6a5db68f741874052f81de 100644 (file)
@@ -1,12 +1,15 @@
+ensure-dir:
+       -mkdir working
+       -mkdir ../lisp/elpa
+       -mkdir ../test/lisp/elpa
+
 repo:
        git clone --mirror https://git.savannah.gnu.org/git/emacs/elpa.git repo
 
-repo-update:
+repo-update: repo
        cd repo;git fetch --all
 
 pabbrev:
        - mkdir pabbrev
        cd repo;git archive d28cf8632d2691dc93afbb28500126242d37961c | tar xv --directory ../pabbrev
        cp pabbrev/pabbrev.el ../lisp/elpa/
-
-.PHONY: pabbrev