Date: Sat, 10 Jun 2006 05:54:23 -0700 From: Colin Percival <cperciva@freebsd.org> To: FreeBSD Current <freebsd-current@freebsd.org> Subject: /usr/obj and releases Message-ID: <448AC0FF.5060804@freebsd.org>
next in thread | raw e-mail | index | archive | help
In src/etc/mtree/BSD.usr.dist, it says that /usr/obj should exist:
41 obj nochange
However, in src/release/Makefile, the doTARBALL specifically avoids
putting /usr/obj into a tarball, with the result that it will not
be extracted during release installation:
1114 tar --exclude CVS --exclude obj --exclude BOOTMFS -cf - ${ARG} | \
^^^^^^^^^^^^^
This discrepancy has existed since March 1995, so I'm guessing that
it isn't a mistake -- but can someone explain the reason for this?
Colin Percival
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?448AC0FF.5060804>
