diff options
author | jbj <devnull@localhost> | 2001-07-13 13:44:26 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-07-13 13:44:26 +0000 |
commit | cfa46ad5cb7ecc5de6bdbea733fd454749ed15bc (patch) | |
tree | 947bcf2956bf0099b1c9a8dece673c9bde391ab0 /platform.in | |
parent | 81de17180f1b870e2bc4ade50814f46ae9d6bf9d (diff) | |
download | librpm-tizen-cfa46ad5cb7ecc5de6bdbea733fd454749ed15bc.tar.gz librpm-tizen-cfa46ad5cb7ecc5de6bdbea733fd454749ed15bc.tar.bz2 librpm-tizen-cfa46ad5cb7ecc5de6bdbea733fd454749ed15bc.zip |
- fix: scope multi-mode options like --nodeps correctly (#48825).
CVS patchset: 4940
CVS date: 2001/07/13 13:44:26
Diffstat (limited to 'platform.in')
-rw-r--r-- | platform.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/platform.in b/platform.in index 31bf5c66d..6493e4e63 100644 --- a/platform.in +++ b/platform.in @@ -72,8 +72,8 @@ infodir=%{?buildroot:%{buildroot}}%{_infodir} \\\ install -%_smp_mflags %([ -z "$RPM_BUILD_NCPUS" ] \ - && RPM_BUILD_NCPUS="`/usr/bin/getconf _NPROCESSORS_ONLN`"; \ +%_smp_mflags %([ -z "$RPM_BUILD_NCPUS" ] \\\ + && RPM_BUILD_NCPUS="`/usr/bin/getconf _NPROCESSORS_ONLN`"; \\\ [ "$RPM_BUILD_NCPUS" -gt 1 ] && echo "-j${RPM_BUILD_NCPUS}") @MULTILIBSTART@ |