[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    Re: icecream
From:       Oswald Buddenhagen <ossi () kde ! org>
Date:       2012-07-14 12:23:37
Message-ID: 20120714122337.GA3530 () ugly ! local
[Download RAW message or body]

On Fri, Jul 13, 2012 at 10:18:44PM +0200, Luboš Luňák wrote:
> SVN commit 1305557 by lunakl:
> 
> rebuild environment if the compiler changes
> 
> --- trunk/icecream/daemon/environment.cpp #1305556:1305557
> @@ -209,6 +209,60 @@
>      return envs;
>  }
>  
> +static void save_native_env_timestamp()
> +{
> +    struct stat st;
> +    if( stat( "/usr/bin/gcc", &st ) == 0 )
> +        gcc_bin_timestamp = st.st_mtime;
>
ehm, hardcoded compiler paths in the daemon? hello?
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic