image/x86: fix typo when building on Mac OS X (closes: #7303)
SVN-Revision: 21401
This commit is contained in:
		| @@ -86,7 +86,7 @@ ifneq ($(CONFIG_X86_GRUB_IMAGES),) | |||||||
|  else |  else | ||||||
|  |  | ||||||
|   define Image/Build/grub |   define Image/Build/grub | ||||||
| 	PADDING="$(CONFIG_TARGET_IMAGES_PAD)" PATH="$(TARGET_PATH)" NOGRUB=1 ./gen_image_x86.sh  | 	PADDING="$(CONFIG_TARGET_IMAGES_PAD)" PATH="$(TARGET_PATH)" NOGRUB=1 ./gen_image_x86.sh \ | ||||||
| 		$(BIN_DIR)/$(IMG_PREFIX)-combined-$(1).img \ | 		$(BIN_DIR)/$(IMG_PREFIX)-combined-$(1).img \ | ||||||
| 		$(CONFIG_TARGET_KERNEL_PARTSIZE) "" \ | 		$(CONFIG_TARGET_KERNEL_PARTSIZE) "" \ | ||||||
| 		$(CONFIG_TARGET_ROOTFS_PARTSIZE) $(KDIR)/root.$(1) | 		$(CONFIG_TARGET_ROOTFS_PARTSIZE) $(KDIR)/root.$(1) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Nicolas Thill
					Nicolas Thill