add a flag "IGNORE_ERRORS", which can be used to ignore build errors in packages
[openwrt.git] / package / base-files / Makefile
index 6e85bb9..1277de4 100644 (file)
@@ -138,7 +138,7 @@ define Package/base-files$(TARGET)/install
        $(if $(filter-out $(PLATFORM_DIR),$(PLATFORM_SUBDIR)), \
                if [ -d $(PLATFORM_SUBDIR)/base-files/. ]; then \
                        $(CP) $(PLATFORM_SUBDIR)/base-files/* $(1)/; \
-               fi \
+               fi; \
                if [ -d $(PLATFORM_SUBDIR)/base-files-$(PROFILE)/. ]; then \
                        $(CP) $(PLATFORM_SUBDIR)/base-files-$(PROFILE)/* $(1)/; \
                fi \
This page took 0.025124 seconds and 4 git commands to generate.