On 4/22/20 11:55 PM, Wolf wrote: > On 2020-04-22 21:35:24 +0200, Tito wrote: >> out of curiosity what are the mount options of your building directory? > > I'm building in ~/devel/busybox, which is directly on root partition (I > do not have separate /home): > > + $ mount | grep ' / ' > /dev/mapper/storage-root on / type btrfs > (rw,noatime,ssd,space_cache,subvolid=5,subvol=/)
I suspected that you had noatime, could you try to change it to relatime? /dev/md3 on /home type ext4 (rw,relatime,stripe=256) > > > > I would also add that for example my own autoconf-based projects have no > issue tracking the dependencies and rebuild just changed files. If you > claim that just doing make should work, I will try experimenting on few Yes I have experienced it that way all this years, only the changed files are rebuild most of the times unless (if I recall correctly) you touch some upper level header files. > other machines I have access to in order to see if there is something > weird with my laptop. > > W. > Ciao, Tito
signature.asc
Description: OpenPGP digital signature
_______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
