[Buildroot] svn commit: trunk/buildroot/package/liberation

Hamish Moffatt hamish at cloud.net.au
Tue Jan 13 00:28:21 UTC 2009


On Mon, Jan 12, 2009 at 12:40:48PM +0000, laird at uclibc.org wrote:
> -$(STAGING_DIR)/usr/share/fonts/.ttf: $(LIBERATION_DIR)/.unpacked
> +$(STAGING_DIR)/usr/share/fonts/LiberationMono-Bold.ttf: $(LIBERATION_DIR)/.unpacked
>  	-mkdir -p $(STAGING_DIR)/usr/share/fonts/liberation
>  	$(INSTALL) -m0644 $(LIBERATION_DIR)/*.ttf $(STAGING_DIR)/usr/share/fonts/liberation/
>  	touch -c $(STAGING_DIR)/usr/share/fonts/.ttf
>  
> -$(TARGET_DIR)/usr/share/fonts/LiberationMono-Bold.ttf: $(STAGING_DIR)/usr/share/fonts/.ttf
> +$(TARGET_DIR)/usr/share/fonts/LiberationMono-Bold.ttf: $(STAGING_DIR)/usr/share/fonts/LiberationMono-Bold.ttf
>  	-mkdir -p $(TARGET_DIR)/usr/share/fonts/liberation
>  	$(INSTALL) -m0644 $(LIBERATION_DIR)/*.ttf $(TARGET_DIR)/usr/share/fonts/liberation/
>  	touch -c $(TARGET_DIR)/usr/share/fonts/.ttf

What's the purpose of the .ttf file touched in the staging and target
dirs?

Why is the font installed into the staging dir at all?

thanks
Hamish
-- 
Hamish Moffatt VK3SB <hamish at debian.org> <hamish at cloud.net.au>



More information about the buildroot mailing list