From 8daafcd56cb16324af5f1cc06304f343f6b3627a Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Mon, 21 Dec 2015 04:39:36 -0500 Subject: Clean up awful patch kludge and pull in updated sw/libhal/.gitignore so automated build won't leave a mess. --- Makefile | 2 +- core/Makefile | 7 ------- core/patches/01-config-cores.patch | 27 --------------------------- sw/libhal | 2 +- 4 files changed, 2 insertions(+), 36 deletions(-) delete mode 100644 core/patches/01-config-cores.patch 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 diff --git a/core/Makefile b/core/Makefile index b6dc3ff..1866dd1 100644 --- a/core/Makefile +++ b/core/Makefile @@ -37,15 +37,8 @@ BUILD_DIR := platform/novena/eim/build WORD_SIZE := $(shell python -c 'from struct import pack; print len(pack("L", 0)) * 8') -# This business of patching files that are under revision control -# because we can't be bothered to generate a proper configuration file -# is kind of nasty. - all: - patch -p1 --forward