VirtualBox

儲存庫 kBuild 的更動 2714


忽略:
時間撮記:
2013-12-6 下午05:40:31 (11 年 以前)
作者:
bird
訊息:

dir.c: Always read the whole directory to prevent trouble on Windows and OS/2 with rebuild and other cleanup operations that tries to remove stuff. (STATUS_DELETE_PENDING, ++)

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/kmk/dir.c

    r2702 r2714  
    702702# endif
    703703  int rehash = 0;
     704#endif
     705#ifdef KMK
     706  int ret = 0;
    704707#endif
    705708
     
    894897      if (filename != 0 && dirfile_key.name == filename)
    895898#endif
     899#ifdef KMK
     900        ret = 1; /* Cache the whole dir. Prevents trouble on windows and os2 during 'rebuild'. */
     901#else
    896902        return 1;
     903#endif
    897904    }
    898905
     
    905912      dir->dirstream = 0;
    906913    }
     914#ifdef KMK
     915  return ret;
     916#else
    907917  return 0;
     918#endif
    908919}
    909920
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette