aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2015-07-05 00:47:00 -0400
committerRob Austein <sra@hactrn.net>2015-07-05 00:47:00 -0400
commitde6d17659a4308b2313e633b0bf5f62946bbd741 (patch)
tree32c2500cf2967f05a5d482494a5847a926592d1e /Makefile
parent3101c2147524d485c505a0710d38ca19655a7016 (diff)
Rearrange tree to make filenames in source packages come out right.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index cf9c4f0..3bb1b21 100644
--- a/Makefile
+++ b/Makefile
@@ -87,13 +87,12 @@ sw:
cd sw; debuild -b -uc -us -aarmhf
rtl:
- cd rtl; $(call DCH,rtl,RTL bitstream)
- cd rtl; debuild -S -uc -us
- cd rtl; debuild -b -uc -us -aarmhf
+ cd core; $(call DCH,rtl,RTL bitstream)
+ cd core; debuild -S -uc -us
+ cd core; debuild -b -uc -us -aarmhf
reprepro: ${REPOSITORY}/conf/distributions ${REPOSITORY}/conf/options
for f in *.changes; do reprepro -b ${REPOSITORY} --ignore=wrongdistribution include ${CODENAME} $$f; done
- for f in *.dsc; do reprepro -b ${REPOSITORY} --ignore=wrongdistribution includedsc ${CODENAME} $$f; done
${REPOSITORY}/conf/distributions ${REPOSITORY}/conf/options:
install -D reprepro-conf/$(notdir $@) ${REPOSITORY}/conf/$(notdir $@)