diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-09-11 00:57:00 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-09-11 00:57:00 +0000 |
commit | b3037be6632c561b040899e37486c88a414eaa66 (patch) | |
tree | 500a7faffdc10af7411846884d9331a8bc3fe506 | |
parent | Let the generated Makefiles install the perl modules. (diff) |
Note that you need /usr/lib/aout/c++rt0.o for package building. It's not
included in bindist or any of the compat*dists.
Notes
Notes:
svn path=/head/; revision=21646
-rw-r--r-- | Tools/portbuild/3/bindist/README | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/Tools/portbuild/3/bindist/README b/Tools/portbuild/3/bindist/README index f4885f80967f..034e60fcff69 100644 --- a/Tools/portbuild/3/bindist/README +++ b/Tools/portbuild/3/bindist/README @@ -1,16 +1,21 @@ (1) Copy the following files to under the "files" subdirectory: - Copy the following files from a running 3.1 system: + Copy the following files from a running 3-stable system: /dev/{bpf0,kmem,lkm,mem,null,stderr,stdin,stdout,tty,zero} /dev/fd/[0-9] /etc/resolv.conf - Copy the following files from a very recent 3.1 system: + Copy the following files from a running 3-stable system or a + 2.2-stable system. In the latter case, it will be in /usr/lib. + + /usr/lib/aout/c++rt0.o + + Copy the following files from a very recent 3-stable system: /usr/libexec/ld-elf.so.1 - Copy the following files from a very recent 3.1 system or source tree: + Copy the following files from a very recent 3-stable system or source tree: /usr/share/info/dir |