nixpkgs/pkgs/os-specific
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
..
bsd netbsd.compat: fix build with musl (#41537) 2018-06-16 23:25:10 -04:00
darwin pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
gnu treewide: remove forceSystem 2018-07-05 15:47:10 -04:00
linux kernel: Reduce peak disk usage during build 2018-07-24 23:36:06 +03:00
windows Merge pull request #43890 from matthewbauer/mingw-fixes 2018-07-21 17:04:20 -04:00