Sfoglia il codice sorgente

imagebuilder: manifest function show stderr

This really simplifies debugging, if a package is not found or a feed is
not reachable, a proper stderr is printed. Currently it would only say
`_call_manifest` failed.

Signed-off-by: Paul Spooren <[email protected]>
Paul Spooren 7 anni fa
parent
commit
ad5c2897ec
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      target/imagebuilder/files/Makefile

+ 2 - 2
target/imagebuilder/files/Makefile

@@ -119,8 +119,8 @@ _call_image: staging_dir/host/.prereq-build
 _call_manifest: FORCE
 	rm -rf $(TARGET_DIR)
 	mkdir -p $(TARGET_DIR) $(BIN_DIR) $(TMP_DIR) $(DL_DIR)
-	$(MAKE) package_reload >/dev/null 2>/dev/null
-	$(MAKE) package_install >/dev/null 2>/dev/null
+	$(MAKE) package_reload >/dev/null
+	$(MAKE) package_install >/dev/null
 	$(OPKG) list-installed
 
 package_index: FORCE