remove buildpkg and use Makefile to build individual packages.

This commit is contained in:
Donald Curtis 2012-07-21 15:45:55 -05:00
parent 70aa4693cb
commit 01fc0ccf26
2 changed files with 2 additions and 9 deletions

View file

@ -43,4 +43,5 @@ json: archive.json recipes.json
recipes/%: .FORCE
-rm -vf $(PKGDIR)/$(notdir $@)-*
@echo
./buildpkg $(notdir $@)
emacs --batch --no-site-file -l package-build.el --eval \
"(package-build-archive '$(notdir $@))"

View file

@ -1,8 +0,0 @@
#!/bin/sh
:;exec emacs --script "$0" "$@"
(add-to-list 'load-path (file-name-directory load-file-name))
(require 'package-build)
(mapc 'package-build-archive (mapcar 'intern argv))