This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Patch: fix buglet in libcpp's config.status


>>>>> "Paolo" == Paolo Bonzini <paolo.bonzini@lu.unisi.ch> writes:

Paolo> This should be race free instead:
Paolo> +AC_CONFIG_COMMANDS([depdir], [$SHELL $ac_aux_dir/mkinstalldirs $DEPDIR],
Paolo> +			     [ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR])

Thanks, I will check this version in.

FWIW I don't think we can have a race with any supported setup.  As
far as I can see that would require running config.status twice, in
parallel, in the libcpp build directory.  Can that actually happen?

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]