emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] feature/integrated-elpa 679fde7 17/23: Fix include in make


From: Phillip Lord
Subject: [Emacs-diffs] feature/integrated-elpa 679fde7 17/23: Fix include in makefile
Date: Fri, 16 Sep 2016 20:34:16 +0000 (UTC)

branch: feature/integrated-elpa
commit 679fde7fb50105bbc965d88ff0f57bb676a3e562
Author: Phillip Lord <address@hidden>
Commit: Phillip Lord <address@hidden>

    Fix include in makefile
---
 packages/Makefile.in    |    2 +-
 packages/gnumakefile.mk |   16 ----------------
 2 files changed, 1 insertion(+), 17 deletions(-)

diff --git a/packages/Makefile.in b/packages/Makefile.in
index e944de8..528bb8d 100644
--- a/packages/Makefile.in
+++ b/packages/Makefile.in
@@ -16,7 +16,7 @@ check-maybe: check-packages
 
 WRITE_LOG = > $@ 2>&1 || { stat=ERROR; cat $@; }; echo $$stat: $@
 
-gnumakefile-inc.mk: ./admin/package-makefile.el
+makefile-inc.mk: ./admin/package-makefile.el
        $(EMACS) --batch --load admin/package-makefile.el \
                --funcall package-makefile
 
diff --git a/packages/gnumakefile.mk b/packages/gnumakefile.mk
deleted file mode 100644
index eba54fc..0000000
--- a/packages/gnumakefile.mk
+++ /dev/null
@@ -1,16 +0,0 @@
-core/example/example.log: core/example/example-pkg.el
-       @$(EMACS) --batch --load admin/assess-discover.el \
-               --eval '(assess-discover-run-and-exit-batch-dir 
"core/example")' \
-               $(WRITE_LOG)
-
-
-core/example:
-       test ! -f core/example/example.log || mv ./core/example/example.log 
./core/example/example.log~
-       $(MAKE) core/example/example.log WRITE_LOG=
-
-example: core/example
-
-.PHONY: core/example example
-
-
-check-packages: core/example/example.log



reply via email to

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