Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Mar 1997 03:30:14 +1100
From:      Bruce Evans <bde@zeta.org.au>
To:        current@freebsd.org
Subject:   union mounts seem to work
Message-ID:  <199703131630.DAA17833@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
I had few problems building part of the tree using union mounts:

	cd ~					# ~ happens to be nfs-mounted
	mkdir a
	mount -t union -o ro /usr/src ~/a	# /usr/src is also nfs-mounted
	mkdir /tmp/obj
	mount -t union /tmp/obj ~/a
	cd ~/a/bin
	export MAKEOBJDIRPREFIX=		# use objdir = curdir
	make					# failed, src dirs are owned
						# by root although they are
						# by bde in /usr/src, and they
						# were originally non-statable
	su
	make					# worked

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199703131630.DAA17833>