diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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 $@) |