On Wednesday, October 02, 2013 03:55:50 PM Joe MacDonald wrote:
> The double-quotes around $^ in INSTALL_BIN_MACRO prevented it from being
> used to install more than a single binary to INSTALL_BIN_DIR at a time.
> 
> Signed-off-by: Joe MacDonald <j...@deserted.net>
> ---
>  macros.mk |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

As we discussed earlier, I'm not going to apply the rest of the patches in 
this series right now, but I do like this patch so I'm going to go ahead and 
apply it - thanks!

> diff --git a/macros.mk b/macros.mk
> index 9c62fa7..15529f6 100644
> --- a/macros.mk
> +++ b/macros.mk
> @@ -181,7 +181,7 @@ INSTALL_BIN_MACRO += \
>               $(INSTALL) -o $(INSTALL_OWNER) -g $(INSTALL_GROUP) \
>                       -d "$(INSTALL_BIN_DIR)"; \
>               $(INSTALL) -o $(INSTALL_OWNER) -g $(INSTALL_GROUP) -m 0755 \
> -                     "$^" "$(INSTALL_BIN_DIR)";
> +                     $^ "$(INSTALL_BIN_DIR)";
> 
>  ifeq ($(V),0)
>       INSTALL_PC_MACRO = \

-- 
paul moore
security and virtualization @ redhat


------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk
_______________________________________________
libseccomp-discuss mailing list
libseccomp-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libseccomp-discuss

Reply via email to