[Buildroot] [PATCH 31/39] mtd-utils: fix dependency on host package

Peter Korsgaard jacmet at uclibc.org
Wed Dec 16 15:39:39 UTC 2009


>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni at free-electrons.com> writes:

  Thomas> -$(MKFS_JFFS2): $(MTD_HOST_DIR)/.unpacked $(STAMP_DIR)/host_lzo_installed
 Thomas> +$(MKFS_JFFS2): $(MTD_HOST_DIR)/.unpacked host-lzo
 Thomas>  	CC="$(HOSTCC)" CROSS= LDFLAGS=-L$(HOST_DIR)/usr/lib \
 Thomas>  		$(MAKE) CFLAGS='-I$(HOST_DIR)/usr/include -I./include' \

Same issue as libusb. Having real targets (E.G. where work is done)
depend on phony targets is in general a no-no.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list