aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2015-12-21 04:39:36 -0500
committerRob Austein <sra@hactrn.net>2015-12-21 04:39:36 -0500
commit8daafcd56cb16324af5f1cc06304f343f6b3627a (patch)
treef32615d750a74bad7eda529098809f2813677eb7 /Makefile
parent07682854f37e4953e2f8bf0ba093ce95ffd4695a (diff)
Clean up awful patch kludge and pull in updated sw/libhal/.gitignore
so automated build won't leave a mess.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 962b209..024667e 100644
--- a/Makefile
+++ b/Makefile
@@ -121,7 +121,7 @@ meta:
cd meta; $(call DCH, , meta package)
cd meta; debuild -S -uc -us
cd meta; debuild -b -uc -us -aarmhf
-
+
reprepro: ${REPOSITORY}/conf/distributions ${REPOSITORY}/conf/options
umask ${REPO_UMASK}; for f in *.changes; do reprepro -b ${REPOSITORY} include ${CODENAME} $$f; done