Как грохнуть?
Добавлено: 2009-04-29 10:05:23
после сборки мира в DESTDIR хочется этот дестдир грохнуть, но часть файлов удалить система не дает, типа /bin/rcp или там /var/empty
как быть?
как быть?
И один в поле воин, если он по-русски скроен
https://forum.lissyara.su/
в рукописи вроде было написаноLMik писал(а):как быть?
Это чтоль24.7.6 Remove /usr/obj
As parts of the system are rebuilt they are placed in directories which (by default) go under /usr/obj. The directories shadow those under /usr/src.
You can speed up the make buildworld process, and possibly save yourself some dependency headaches by removing this directory as well.
Some files below /usr/obj may have the immutable flag set (see chflags(1) for more information) which must be removed first.
# cd /usr/obj
# chflags -R noschg *
# rm -rf *