[Lsb-messages] /var/www/bzr/lsb/devel/build_env r2102: ugh, dropped a piece during previous change

Mats Wichmann mats at linuxfoundation.org
Sun Mar 17 13:06:20 UTC 2013


------------------------------------------------------------
revno: 2102
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: build_env
timestamp: Sun 2013-03-17 07:06:20 -0600
message:
  ugh, dropped a piece during previous change
modified:
  lsbdev-runner/Makefile
  package/Makefile
-------------- next part --------------
=== modified file 'lsbdev-runner/Makefile'
--- a/lsbdev-runner/Makefile	2013-03-17 12:54:30 +0000
+++ b/lsbdev-runner/Makefile	2013-03-17 13:06:20 +0000
@@ -6,7 +6,7 @@
 # lsbrun specifially has to be linked with native compiler,
 # so avoid using $(CC) which may be set to lsbcc
 LINK = cc
-lsbrun: 
+lsbrun: lsbrun.o
 	$(LINK) $(LDFLAGS) lsbrun.o -o lsbrun
 
 install: lsbrun

=== modified file 'package/Makefile'
--- a/package/Makefile	2013-03-17 12:54:30 +0000
+++ b/package/Makefile	2013-03-17 13:06:20 +0000
@@ -46,7 +46,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
-RPM_PACKAGE_RELEASE=3
+RPM_PACKAGE_RELEASE=4
 
 # 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