diff options
author | jbj <devnull@localhost> | 2000-10-31 16:22:43 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2000-10-31 16:22:43 +0000 |
commit | edfbc6958ac14d095801ced4abf585aa74b2ad67 (patch) | |
tree | d72f780d47c68af878751dbeaf5ae6e829ef101c /doc | |
parent | ce1e8d26ec5c76550c59fa30b6e6787e21f866e0 (diff) | |
download | rpm-edfbc6958ac14d095801ced4abf585aa74b2ad67.tar.gz rpm-edfbc6958ac14d095801ced4abf585aa74b2ad67.tar.bz2 rpm-edfbc6958ac14d095801ced4abf585aa74b2ad67.zip |
Document that --target needs equal sign.
CVS patchset: 4235
CVS date: 2000/10/31 16:22:43
Diffstat (limited to 'doc')
-rw-r--r-- | doc/rpm.8 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -427,16 +427,16 @@ section on PGP SIGNATURES for configuration details. .IP "\fB\-\-buildroot \fI<dir>\fP" When building the package, override the BuildRoot tag with directory \fI<dir>\fP. -.IP "\fB\-\-target \fI<platform>\fP" +.IP "\fB\-\-target=\fI<platform>\fP" When building the package, interpret \fI<platform>\fP as \fBarch-vendor-os\fP and set the macros \fB_target\fP, \fB_target_arch\fP and \fB_target_os\fP accordingly. .IP "\fB\-\-buildarch \fI<arch>\fP" When building the package, set the architecture to \fI<arch>\fP. This option -has been obsoleted by \fB\-\-target\fI in RPM 3.0. +has been obsoleted by \fB\-\-target\fI in RPM 3.0 (and eliminated in RPM 4.0). .IP "\fB\-\-buildos \fI<os>\fP" When building the package, set the architecture to \fI<os>\fP. This option -has been obsoleted by \fB\-\-target\fI in RPM 3.0. +has been obsoleted by \fB\-\-target\fI in RPM 3.0 (and eliminated in RPM 4.0). .SH REBUILD AND RECOMPILE OPTIONS |