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

Allan Clark allanc at chickenandporn.com
Mon Jul 23 12:35:38 UTC 2007


On 7/23/07, ulf at uclibc.org <ulf at uclibc.org> wrote:
> Author: ulf
> Date: 2007-07-23 05:40:43 -0700 (Mon, 23 Jul 2007)
> New Revision: 19229
>
> Log:
> Cleanup of mplayer package
>
> [...]
>
>  $(MPLAYER_DIR)/$(MPLAYER_BINARY): $(MPLAYER_DIR)/.configured
>         $(MAKE) -C $(MPLAYER_DIR)
> -       @touch -c $@
> +       touch -c $@
>
>  $(TARGET_DIR)/$(MPLAYER_TARGET_BINARY): $(MPLAYER_DIR)/$(MPLAYER_BINARY)
>         $(INSTALL) -m 0755 -D $(MPLAYER_DIR)/$(MPLAYER_BINARY) $(TARGET_DIR)/$(MPLAYER_TARGET_BINARY)
>         -$(STRIP) --strip-unneeded $(TARGET_DIR)/$(MPLAYER_TARGET_BINARY)
> -       @touch -c $@
> +       touch -c $@

I don't see the logic for these last two touch commands.  Sure "-c"
says "do not create", but they seem unnecessary.

Allan



More information about the buildroot mailing list