lkml.org 
[lkml]   [2020]   [Feb]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[BUG] distclean gets confused by cp -sfR
Date
If you copy a dirty linux dir as a tree of symlinks and then "make distclean" in
the copy, most of the .o files get skipped.

$ cd linux; make defconfig; make -j $(nproc); cd ..
$ cp -sfR $PWD/linux boing
$ cd boing
$ make distclean
$ find . -name '*.o' | wc
892 892 20017

Reproduced in commit gb19e8c684703 on x86-64 (devuan ascii).

\
 
 \ /
  Last update: 2020-02-16 12:54    [W:0.022 / U:0.040 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site