aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2022-02-10 13:18:18 +0000
committerRon Yorston <rmy@pobox.com>2022-02-10 13:43:54 +0000
commite6238530e486d3c4bfe5cab7df5545869ab139ad (patch)
tree685297ca4d627d96f025f01491f162cdb392e54a /docs
parent104fd2e186db21df3e93ed5a4db9a7623b70d46f (diff)
downloadbusybox-w32-e6238530e486d3c4bfe5cab7df5545869ab139ad.tar.gz
busybox-w32-e6238530e486d3c4bfe5cab7df5545869ab139ad.tar.bz2
busybox-w32-e6238530e486d3c4bfe5cab7df5545869ab139ad.zip
cpio: code shrink with !FEATURE_EXTRA_FILE_DATA
The new --renumber-inodes option won't work if FEATURE_EXTRA_FILE_DATA is disabled. Don't allow it to be selected in that case. In fact, if FEATURE_EXTRA_FILE_DATA is disabled all the code to handle hardlinks can be #ifdef'ed out. The new --ignore-devno option need do nothing if FEATURE_EXTRA_FILE_DATA is disabled, as in that case the device ids will already be zero. It can still be selected, cpio will just always behave as though the option was provided on the command line. This doesn't affect the size of the default build.
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions