RE: release.8 (4.3-RELEASE)

2001-07-19 Thread John Baldwin
On 18-Jul-01 Etienne de Bruin wrote: > But what does this accomplish in the contect of release.8 if our purpose is > to 'copy' all the binaries to the new mfsroot? All the binaries live in /stand. You have /stand/ls, /stand/sysinstall, etc. all as one big crunch file. The /bin and /sbin symlink

RE: release.8 (4.3-RELEASE)

2001-07-18 Thread Etienne de Bruin
But what does this accomplish in the contect of release.8 if our purpose is to 'copy' all the binaries to the new mfsroot? On 18-Jul-01 Etienne de Bruin wrote: > I was reading the Makefile in /usr/src/release and wondering about the > > for dir in bin sbin ; do \ > ln -sf /stand $$dir; \ > don

RE: release.8 (4.3-RELEASE)

2001-07-18 Thread John Baldwin
On 18-Jul-01 Etienne de Bruin wrote: > I was reading the Makefile in /usr/src/release and wondering about the > > for dir in bin sbin ; do \ > ln -sf /stand $$dir; \ > done > > part in release.8 - it is my understanding that all that is under /stand is > linked to files in $$dir. > > What do

release.8 (4.3-RELEASE)

2001-07-18 Thread Etienne de Bruin
I was reading the Makefile in /usr/src/release and wondering about the for dir in bin sbin ; do \ ln -sf /stand $$dir; \ done part in release.8 - it is my understanding that all that is under /stand is linked to files in $$dir. What does this accomplish? To Unsubscribe: send mail to [EMAIL