[Lsb-messages] /var/www/bzr/lsb/devel/build_env r2288: some manpage tweaks for lsbcc

Mats Wichmann mats at linuxfoundation.org
Mon Jul 28 16:52:05 UTC 2014


------------------------------------------------------------
revno: 2288
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: build_env
timestamp: Mon 2014-07-28 10:52:05 -0600
message:
  some manpage tweaks for lsbcc
modified:
  lsbdev-cc/lsbcc.1.in
  package/Makefile
-------------- next part --------------
=== modified file 'lsbdev-cc/lsbcc.1.in'
--- a/lsbdev-cc/lsbcc.1.in	2014-07-28 14:12:54 +0000
+++ b/lsbdev-cc/lsbcc.1.in	2014-07-28 16:52:05 +0000
@@ -68,8 +68,13 @@
 option will also display the output from --lsb-help.
 .TP 
 --lsb-version
-Display the LSB versions this tool can build for.
+Display the LSB versions this tool can build against
+(that is, valid arguments for --lsb-target-version).
 The default version is listed first.
+The output string can be parsed: the default
+version is the last word before the semicolon,
+while the comma-separated version list is the
+last word (and comes after the semicolon).
 .TP 
 --lsb-verbose
 The complete command line passed to either the C or C++ compiler
@@ -155,7 +160,8 @@
 Enable support for the optional/trial-use LSB modules listed.  
 Modules specified by this option are appended to the list specified
 by the LSB_MODULES environment variable, if any. For a list of modules
-supported in any LSB version, use 'lsbcc --lsb-target-version=ver --help'.
+supported in any LSB version, use 'lsbcc --lsb-target-version=ver --help'
+and look for the line comtaining "Known modules".
 .TP
 --lsb-use-default-linker
 Do not set dynamic linker to the LSB one.

=== modified file 'package/Makefile'
--- a/package/Makefile	2014-07-28 14:12:54 +0000
+++ b/package/Makefile	2014-07-28 16:52:05 +0000
@@ -50,7 +50,7 @@
 
 # We define this here instead of directly in the spec file as
 # we need to be able to work out what the produced rpm files will be called
-BUILDNO=1
+BUILDNO=2
 
 # Initialize LIB64 to proper value for 64-bit architectures
 export LIB64:=$(shell case `uname -m` in (ppc64 | s390x | x86_64) echo 64 ;; esac)



More information about the lsb-messages mailing list