Sfoglia il codice sorgente

do not build GRUB 2

Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
Thorsten Glaser 13 anni fa
parent
commit
8ae4c3eff5
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      target/x86/Makefile

+ 1 - 1
target/x86/Makefile

@@ -38,7 +38,7 @@ ifeq ($(ADK_HARDWARE_QEMU_X86),y)
 endif
 endif
 ifeq ($(FS),usb)
-imageinstall: tools-compile $(BIN_DIR)/$(ROOTFSTARBALL)
+imageinstall: $(BIN_DIR)/$(ROOTFSTARBALL)
 	@echo "The RootFS tarball is: $(BIN_DIR)/$(ROOTFSTARBALL)"
 	@echo "To install everything to USB use scripts/install.sh"
 endif