nsprpub/pkg/solaris/Makefile-devl.com

Wed, 31 Dec 2014 07:53:36 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:53:36 +0100
branch
TOR_BUG_3246
changeset 5
4ab42b5ab56c
permissions
-rwxr-xr-x

Correct small whitespace inconsistency, lost while renaming variables.

     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 #
     9 #ident	"$Id$"
    10 #
    12 MACH = $(shell mach)
    14 PUBLISH_ROOT = $(DIST)
    15 ifeq ($(MOD_DEPTH),../..)
    16 ROOT = ROOT
    17 else
    18 ROOT = $(subst ../../,,$(MOD_DEPTH))/ROOT
    19 endif
    21 PKGARCHIVE = $(dist_prefix)/pkgarchive
    22 DATAFILES = copyright
    23 FILES = $(DATAFILES) pkginfo
    25 PACKAGE = $(shell basename `pwd`)
    27 PRODUCT_VERSION = "$(MOD_VERSION).$(MOD_MINOR).$(MOD_PATCH)$(MOD_BETA)"
    28 LN = /usr/bin/ln
    30 CLOBBERFILES = $(FILES)
    32 include $(topsrcdir)/config/rules.mk
    34 # vim: ft=make

mercurial