зеркало из https://github.com/mozilla/gecko-dev.git
Resolves bug 191221, by adding dynamic versioning for Solaris.
This commit is contained in:
Родитель
ccf0277131
Коммит
390576ed9e
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2002 Sun Microsystems, Inc. All rights reserved.
|
||||
# Use is subject to license terms.
|
||||
#
|
||||
#ident "$Id: Makefile.com,v 1.3 2002/11/17 17:26:51 kirk.erickson%sun.com Exp $"
|
||||
#ident "$Id: Makefile.com,v 1.4 2003/02/10 18:18:52 kirk.erickson%sun.com Exp $"
|
||||
#
|
||||
|
||||
MACH = $(shell mach)
|
||||
|
@ -20,8 +20,8 @@ FILES = $(DATAFILES) pkginfo
|
|||
|
||||
PACKAGE = $(shell basename `pwd`)
|
||||
|
||||
PRODUCT_VERSION = 3.3.2
|
||||
PRODUCT_NAME = NSS_3_3_2_RTM
|
||||
PRODUCT_VERSION = $(shell grep NSS_VERSION $(CORE_DEPTH)/../dist/public/nss/nss.h \
|
||||
| sed -e 's/"$$//' -e 's/.*"//' -e 's/ .*//'`)
|
||||
|
||||
LN = /usr/bin/ln
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче