[Cryptech-Commits] [user/sra/novena-releng] 01/01: Target for making whole enchilada.

git at cryptech.is git at cryptech.is
Tue Jul 7 03:49:46 UTC 2015


This is an automated email from the git hooks/post-receive script.

sra at hactrn.net pushed a commit to branch master
in repository user/sra/novena-releng.

commit 2aaf05e99a8d6e2515ee47722d3551a4ce0cc023
Author: Rob Austein <sra at hactrn.net>
Date:   Mon Jul 6 23:49:29 2015 -0400

    Target for making whole enchilada.
---
 Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index c7a54bc..f7129e3 100644
--- a/Makefile
+++ b/Makefile
@@ -83,6 +83,8 @@ UPLOAD_URI  := rsync://apt.cryptech.is/novena/
 
 all: init sw rtl
 
+enchilada: all reprepro upload
+
 init:
 	git submodule update --init --recursive
 
@@ -112,4 +114,4 @@ upload:
 	${RSYNC} --ignore-existing       ${REPOSITORY}/ ${UPLOAD_URI}
 	${RSYNC} --delete --delete-delay ${REPOSITORY}/ ${UPLOAD_URI}
 
-.PHONY: all init clean sw rtl reprepro upload
+.PHONY: all init clean sw rtl reprepro upload enchilada



More information about the Commits mailing list