security/nss/pkg/solaris/Makefile.com

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

     1 #
     2 # Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
     3 # Use is subject to license terms.
     4 #
     5 # This Source Code Form is subject to the terms of the Mozilla Public
     6 # License, v. 2.0. If a copy of the MPL was not distributed with this
     7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
     8 #
    10 MACH = $(shell mach)
    12 PUBLISH_ROOT = $(DIST)
    13 ifeq ($(CORE_DEPTH),../../..)
    14 ROOT = ROOT
    15 else
    16 ROOT = $(subst ../../../,,$(CORE_DEPTH))/ROOT
    17 endif
    19 PKGARCHIVE = $(PUBLISH_ROOT)/pkgarchive
    20 DATAFILES = copyright
    21 FILES = $(DATAFILES) pkginfo prototype
    23 PACKAGE = $(shell basename `pwd`)
    25 PRODUCT_VERSION = $(shell grep NSS_VERSION $(CORE_DEPTH)/../dist/public/nss/nss.h \
    26 	| head -1 \
    27 	| sed -e 's/[^"]*"//' -e 's/".*//' -e 's/ .*//')
    29 LN = /usr/bin/ln
    30 CP = /usr/bin/cp
    32 CLOBBERFILES = $(FILES)
    34 include $(CORE_DEPTH)/coreconf/config.mk
    35 include $(CORE_DEPTH)/coreconf/rules.mk
    37 # vim: ft=make

mercurial