Changeset 2862 for trunk/src/kmk


Ignore:
Timestamp:
Sep 2, 2016, 4:39:56 AM (9 years ago)
Author:
bird
Message:

updates

Location:
trunk/src/kmk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/dir-nt-bird.c

    r2861 r2862  
    504504void dir_cache_invalid_missing(void)
    505505{
    506     kFsCacheInvalidateMissing(g_pFsCache);
    507 }
    508 
     506    kFsCacheInvalidateAll(g_pFsCache);
     507}
     508
  • trunk/src/kmk/job.c

    r2861 r2862  
    686686              if (job_counter)
    687687                --job_counter;
    688 
    689 # if defined(KMK) && defined(KBUILD_OS_WINDOWS)
    690               /* Invalidate negative directory cache entries now that a
    691                  job has completed and possibly created new files that
    692                  was missing earlier. */
    693               extern void dir_cache_invalid_missing(void);
    694               dir_cache_invalid_missing ();
    695 # endif
    696688            }
    697689          else
  • trunk/src/kmk/w32/subproc/sub_proc.c

    r2846 r2862  
    269269                 */
    270270#ifdef KMK
     271                /* Invalidate negative directory cache entries now that a
     272                   job has completed and possibly created new files that
     273                   was missing earlier. */
     274                extern void dir_cache_invalid_missing(void);
     275                dir_cache_invalid_missing();
     276
    271277                if (pproc->enmType == kRegular) {
    272278                    (void)process_file_io_private(pproc, FALSE);
Note: See TracChangeset for help on using the changeset viewer.