Em Tue, Oct 16, 2012 at 02:33:36AM +0300, Irina Tirdea escreveu:
> @@ -838,7 +840,11 @@ $(OUTPUT)builtin-help.o: builtin-help.c 
> $(OUTPUT)common-cmds.h $(OUTPUT)PERF-CFL
>       $(QUIET_CC)$(CC) -o $@ -c $(ALL_CFLAGS) \
>               '-DPERF_HTML_PATH="$(htmldir_SQ)"' \
>               '-DPERF_MAN_PATH="$(mandir_SQ)"' \
> -             '-DPERF_INFO_PATH="$(infodir_SQ)"' $<
> +             '-DPERF_INFO_PATH="$(infodir_SQ)"' \
> +             '-DPERF_SHELL_PATH="$(PERF_SHELL_PATH)"' $<
> +
> +$(OUTPUT)builtin-script.o: builtin-script.c $(OUTPUT)PERF-CFLAGS
> +     $(QUIET_CC)$(CC) -o $@ -c $(ALL_CFLAGS) 
> -DPERF_SHELL_PATH='"$(PERF_SHELL_PATH)"' $<

Same question as for TMP, why not make it available for all files?

- Arnaldo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to