tweak
This commit is contained in:
parent
12ef8bbd67
commit
4eb95fdda8
@ -106,7 +106,7 @@ MINORVERSION = $(shell awk '/^%define revision/ { print $$3 }' < procps.spec)
|
|||||||
# Note: LIBVERSION may be less than $(VERSION).$(SUBVERSION).$(MINORVERSION)
|
# Note: LIBVERSION may be less than $(VERSION).$(SUBVERSION).$(MINORVERSION)
|
||||||
# LIBVERSION is only set to current $(VERSION).$(SUBVERSION).$(MINORVERSION)
|
# LIBVERSION is only set to current $(VERSION).$(SUBVERSION).$(MINORVERSION)
|
||||||
# when an incompatible change is made in libproc.
|
# when an incompatible change is made in libproc.
|
||||||
LIBVERSION = 3.0.0
|
LIBVERSION = 3.0.1
|
||||||
ifdef MINORVERSION
|
ifdef MINORVERSION
|
||||||
LIBPROCPASS = SHARED=$(SHARED) SHLIBDIR=$(SHLIBDIR) VERSION=$(VERSION) SUBVERSION=$(SUBVERSION) MINORVERSION=$(MINORVERSION) LIBVERSION=$(LIBVERSION)
|
LIBPROCPASS = SHARED=$(SHARED) SHLIBDIR=$(SHLIBDIR) VERSION=$(VERSION) SUBVERSION=$(SUBVERSION) MINORVERSION=$(MINORVERSION) LIBVERSION=$(LIBVERSION)
|
||||||
else
|
else
|
||||||
|
4
README
4
README
@ -12,8 +12,8 @@ INSTALLATION
|
|||||||
named t, v, and p to ensure the correct libproc
|
named t, v, and p to ensure the correct libproc
|
||||||
is used during your testing.
|
is used during your testing.
|
||||||
|
|
||||||
In case the fancy stuff gives you trouble, you may
|
In case the fancy stuff gives you trouble, you may use
|
||||||
use the previous Makefile: make -f Makefile.noam
|
the previous Makefile: "make -f Makefile.noam install"
|
||||||
|
|
||||||
BUG REPORTS
|
BUG REPORTS
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user