Files
nixpkgs/pkgs/os-specific/linux/kernel
Tuomas Tynkkynen 29b84841d2 kernel: Reduce peak disk usage during build
Since commit f620b1b693, the build directory is located inside the
source directory. Thus, the `cp -dpR` copies gigabytes worth of .o files
only to be deleted later on when we trim all non-essential files from
`$dev/lib/modules/${modDirVersion}/source/` thus causing a significant
amount of wasted I/O and peak disk usage.

As `cp` doesn't come with a `--exclude` flag, use rsync. And throw out
the Documentation folder while at it.
2018-07-24 23:36:06 +03:00
..
2018-07-09 20:11:10 -04:00
2018-07-24 23:36:05 +03:00
2018-07-22 22:42:13 -04:00
2018-07-22 22:42:24 -04:00
2018-07-22 22:42:37 -04:00
2018-07-22 22:42:54 -04:00
2018-05-02 16:09:12 +09:00
2018-07-22 22:43:14 -04:00
2018-07-18 23:25:20 -04:00