Changes for Sonja to build - made awk_pkginfo machine dependent.
git-svn-id: svn://10.0.0.236/branches/NSS_3_6_BRANCH@133585 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# Copyright 2002 Sun Microsystems, Inc. All rights reserved.
|
||||
# Use is subject to license terms.
|
||||
#
|
||||
#ident "$Id: Makefile,v 1.2 2002-10-02 23:11:25 kirk.erickson%sun.com Exp $"
|
||||
#ident "$Id: Makefile,v 1.2.2.1 2002-11-11 20:29:04 kirk.erickson%sun.com Exp $"
|
||||
#
|
||||
|
||||
CORE_DEPTH = ../../..
|
||||
@@ -33,15 +33,15 @@ endif
|
||||
|
||||
include Makefile.com
|
||||
|
||||
awk_pkginfo: bld_awk_pkginfo
|
||||
awk_pkginfo-$MACH): bld_awk_pkginfo
|
||||
./bld_awk_pkginfo -m $(MACH) -p "$(PRODUCT_VERSION)" -o $@ -v $(PRODUCT_VERSION)
|
||||
|
||||
all:: awk_pkginfo $(PROTO)
|
||||
publish: awk_pkginfo $(PROTO)
|
||||
all:: awk_pkginfo-$(MACH) $(PROTO)
|
||||
publish: awk_pkginfo-$(MACH) $(PROTO)
|
||||
+$(LOOP_OVER_DIRS)
|
||||
|
||||
clean clobber::
|
||||
$(RM) awk_pkginfo bld_awk_pkginfo
|
||||
$(RM) awk_pkginfo-$(MACH) bld_awk_pkginfo
|
||||
$(RM) -r $(ROOT)
|
||||
|
||||
$(ROOT) $(ROOT)/%:
|
||||
|
||||
@@ -2,11 +2,11 @@
|
||||
# Copyright 2002 Sun Microsystems, Inc. All rights reserved.
|
||||
# Use is subject to license terms.
|
||||
#
|
||||
#ident "$Id: Makefile.targ,v 1.2.2.1 2002-10-26 18:07:45 kirk.erickson%sun.com Exp $"
|
||||
#ident "$Id: Makefile.targ,v 1.2.2.2 2002-11-11 20:29:05 kirk.erickson%sun.com Exp $"
|
||||
#
|
||||
|
||||
pkginfo: pkginfo.tmpl ../awk_pkginfo
|
||||
$(RM) $@; nawk -f ../awk_pkginfo $@.tmpl > $@
|
||||
pkginfo: pkginfo.tmpl ../awk_pkginfo-$(MACH)
|
||||
$(RM) $@; nawk -f ../awk_pkginfo-$(MACH) $@.tmpl > $@
|
||||
|
||||
pkg: $(PKGARCHIVE)
|
||||
pkgmk -f prototype_$(MACH) -d $(PKGARCHIVE) -r $(ROOT) -o $(PACKAGE)
|
||||
|
||||
Reference in New Issue
Block a user