|
@@ -28,8 +28,6 @@ DEFCONFIG= ADK_DEBUG=n \
|
|
ADK_PACKAGE_OPENJDK=n \
|
|
ADK_PACKAGE_OPENJDK=n \
|
|
ADK_PACKAGE_OPENJDK7=n \
|
|
ADK_PACKAGE_OPENJDK7=n \
|
|
ADK_PACKAGE_CLASSPATH=n \
|
|
ADK_PACKAGE_CLASSPATH=n \
|
|
- ADK_PACKAGE_GPSD=n \
|
|
|
|
- ADK_PACKAGE_GPSD_CLIENTS=n \
|
|
|
|
ADK_PACKAGE_GRUB=n \
|
|
ADK_PACKAGE_GRUB=n \
|
|
ADK_PACKAGE_BASE_FILES=y \
|
|
ADK_PACKAGE_BASE_FILES=y \
|
|
ADK_PACKAGE_CRYPTINIT=n \
|
|
ADK_PACKAGE_CRYPTINIT=n \
|
|
@@ -616,6 +614,7 @@ bulkallmod:
|
|
$(GMAKE) prereq && \
|
|
$(GMAKE) prereq && \
|
|
$(GMAKE) ARCH=$$arch SYSTEM=$$system LIBC=$$libc FS=archive allmodconfig; \
|
|
$(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) VERBOSE=1 all; if [ $$? -ne 0 ]; then echo $$system-$$libc >.exit; exit 1;fi; \
|
|
|
|
+ $(GMAKE) cleantarget; \
|
|
rm .config; \
|
|
rm .config; \
|
|
) 2>&1 | tee $(TOPDIR)/bin/$${system}_$${arch}_$$libc/build.log; \
|
|
) 2>&1 | tee $(TOPDIR)/bin/$${system}_$${arch}_$$libc/build.log; \
|
|
if [ -f .exit ]; then break;fi \
|
|
if [ -f .exit ]; then break;fi \
|