From b5639eb194e70d2659748d1d7eeb9b704e80876a Mon Sep 17 00:00:00 2001 From: Phillip Lord Date: Thu, 8 Mar 2018 19:03:58 +0000 Subject: [PATCH] More still --- .gitignore | 7 ------- elpa/Makefile.in | 9 ++++++--- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 24dafc84860..d3712b0d6cf 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/elpa/Makefile.in b/elpa/Makefile.in index 411370aee27..756d9a3ee86 100644 --- a/elpa/Makefile.in +++ b/elpa/Makefile.in @@ -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 -- 2.39.5