diff options
| author | John Sonnenschein <John.Sonnenschein@Sun.COM> | 2008-09-08 16:56:19 -0700 |
|---|---|---|
| committer | John Sonnenschein <John.Sonnenschein@Sun.COM> | 2008-09-08 16:56:19 -0700 |
| commit | ed31198c686205a26320612d2a5dd7b26ae63a15 (patch) | |
| tree | 7733533dfa14b0bb6c4b1b8539d9a3d40202caf3 /usr/src/lib/libprtdiag | |
| parent | 7ddc9b1afd18f260b9fb78ec7732facd91769131 (diff) | |
| download | illumos-joyent-ed31198c686205a26320612d2a5dd7b26ae63a15.tar.gz | |
Contributed by Palle Lyckegaard <palle@lyckegaard.dk>
4930079 many Makefiles redefine "CP", causing problems for incrementals
Diffstat (limited to 'usr/src/lib/libprtdiag')
| -rw-r--r-- | usr/src/lib/libprtdiag/sparc/sun4u/Makefile | 11 | ||||
| -rw-r--r-- | usr/src/lib/libprtdiag/sparc/sun4v/Makefile | 11 |
2 files changed, 8 insertions, 14 deletions
diff --git a/usr/src/lib/libprtdiag/sparc/sun4u/Makefile b/usr/src/lib/libprtdiag/sparc/sun4u/Makefile index b67715c346..a0ed81ff8d 100644 --- a/usr/src/lib/libprtdiag/sparc/sun4u/Makefile +++ b/usr/src/lib/libprtdiag/sparc/sun4u/Makefile @@ -2,9 +2,8 @@ # CDDL HEADER START # # The contents of this file are subject to the terms of the -# Common Development and Distribution License, Version 1.0 only -# (the "License"). You may not use this file except in compliance -# with the License. +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. @@ -19,12 +18,11 @@ # # CDDL HEADER END # + # -# Copyright 2005 Sun Microsystems, Inc. All rights reserved. +# Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# # lib/libprtdiag/sparc/sun4u/Makefile # # Platform specific Makefile for libprtdiag. @@ -50,7 +48,6 @@ LDLIBS += -ldevinfo TEXT_DOMAIN= SUNW_OST_OSLIB SED= sed GREP= grep -CP= cp .KEEP_STATE: diff --git a/usr/src/lib/libprtdiag/sparc/sun4v/Makefile b/usr/src/lib/libprtdiag/sparc/sun4v/Makefile index fea2914426..67d4763704 100644 --- a/usr/src/lib/libprtdiag/sparc/sun4v/Makefile +++ b/usr/src/lib/libprtdiag/sparc/sun4v/Makefile @@ -2,9 +2,8 @@ # CDDL HEADER START # # The contents of this file are subject to the terms of the -# Common Development and Distribution License, Version 1.0 only -# (the "License"). You may not use this file except in compliance -# with the License. +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. @@ -19,12 +18,11 @@ # # CDDL HEADER END # + # -# Copyright 2005 Sun Microsystems, Inc. All rights reserved. +# Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# # lib/libprtdiag/sparc/sun4v/Makefile # # Platform specific Makefile for libprtdiag. @@ -49,7 +47,6 @@ LDLIBS += -lpicl -lm TEXT_DOMAIN= SUNW_OST_OSLIB SED= sed GREP= grep -CP= cp .KEEP_STATE: |
