diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-14 21:23:31 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-14 21:23:31 +0100 |
commit | c80761a85ee89d6804db695962e256e48849cf96 (patch) | |
tree | 33f949ec3569d45be8e1b15ea3dc9007d8ca8acc /mk/build.mk | |
parent | 6a93fa146ab8c42512f08143b187b032888d2454 (diff) | |
parent | f1590c8f1e959054b9426d923886246c2abec3c1 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'mk/build.mk')
-rw-r--r-- | mk/build.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mk/build.mk b/mk/build.mk index 75a1a914c..f5d62460f 100644 --- a/mk/build.mk +++ b/mk/build.mk @@ -28,8 +28,6 @@ DEFCONFIG= ADK_DEBUG=n \ ADK_PACKAGE_OPENJDK=n \ ADK_PACKAGE_OPENJDK7=n \ ADK_PACKAGE_CLASSPATH=n \ - ADK_PACKAGE_GPSD=n \ - ADK_PACKAGE_GPSD_CLIENTS=n \ ADK_PACKAGE_GRUB=n \ ADK_PACKAGE_BASE_FILES=y \ ADK_PACKAGE_CRYPTINIT=n \ @@ -616,6 +614,7 @@ bulkallmod: $(GMAKE) prereq && \ $(GMAKE) ARCH=$$arch SYSTEM=$$system LIBC=$$libc FS=archive allmodconfig; \ $(GMAKE) VERBOSE=1 all; if [ $$? -ne 0 ]; then echo $$system-$$libc >.exit; exit 1;fi; \ + $(GMAKE) cleantarget; \ rm .config; \ ) 2>&1 | tee $(TOPDIR)/bin/$${system}_$${arch}_$$libc/build.log; \ if [ -f .exit ]; then break;fi \ |