Makefile.uts (2fd415f4d49063706ad7fbc8b867ebe4a580b7fd) Makefile.uts (b83ec4ed825d984ca8f038544e15b4ca0eac82c7)
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 6 unchanged lines hidden (view full) ---

15# If applicable, add the following below this CDDL HEADER, with the
16# fields enclosed by brackets "[]" replaced with your own identifying
17# information: Portions Copyright [yyyy] [name of copyright owner]
18#
19# CDDL HEADER END
20#
21
22#
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 6 unchanged lines hidden (view full) ---

15# If applicable, add the following below this CDDL HEADER, with the
16# fields enclosed by brackets "[]" replaced with your own identifying
17# information: Portions Copyright [yyyy] [name of copyright owner]
18#
19# CDDL HEADER END
20#
21
22#
23# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
24# Use is subject to license terms.
23# Copyright (c) 1991, 2010, Oracle and/or its affiliates. All rights reserved.
25#
26
27#
28# This Makefile contains the common targets and definitions for
29# all kernels. It is to be included in the Makefiles for specific
30# implementation architectures and processor architecture dependent
31# modules: i.e.: all driving kernel Makefiles.
32#

--- 534 unchanged lines hidden (view full) ---

567#
568include $(SRC)/Makefile.psm
569
570#
571# The "-r" on the remove may be considered temporary, but is required
572# while the replacement of the SUNW,SPARCstation-10,SX directory by
573# a symbolic link is being propagated.
574#
24#
25
26#
27# This Makefile contains the common targets and definitions for
28# all kernels. It is to be included in the Makefiles for specific
29# implementation architectures and processor architecture dependent
30# modules: i.e.: all driving kernel Makefiles.
31#

--- 534 unchanged lines hidden (view full) ---

566#
567include $(SRC)/Makefile.psm
568
569#
570# The "-r" on the remove may be considered temporary, but is required
571# while the replacement of the SUNW,SPARCstation-10,SX directory by
572# a symbolic link is being propagated.
573#
574# IMPORTANT:: if you change any of these INS.mumble rules, then you MUST also
575# change the corresponding override definitions in $CLOSED/Makefile.tonic.
576# If you do not do this, then the closedbins build for the OpenSolaris
577# community will break. PS, the gatekeepers will be upset too.
578#
575INS.slink1= $(RM) -r $@; $(SYMLINK) $(PLATFORM) $@
576INS.slink2= $(RM) -r $@; $(SYMLINK) ../$(PLATFORM)/$(@F) $@
577INS.slink3= $(RM) -r $@; $(SYMLINK) $(IMPLEMENTED_PLATFORM) $@
578INS.slink4= $(RM) -r $@; $(SYMLINK) ../$(PLATFORM)/include $@
579INS.slink5= $(RM) -r $@; $(SYMLINK) ../$(PLATFORM)/sbin $@
580INS.slink6= $(RM) -r $@; $(SYMLINK) ../../$(PLATFORM)/lib/$(MODULE) $@
581INS.slink7= $(RM) -r $@; $(SYMLINK) ../../$(PLATFORM)/sbin/$(@F) $@
582

--- 90 unchanged lines hidden ---
579INS.slink1= $(RM) -r $@; $(SYMLINK) $(PLATFORM) $@
580INS.slink2= $(RM) -r $@; $(SYMLINK) ../$(PLATFORM)/$(@F) $@
581INS.slink3= $(RM) -r $@; $(SYMLINK) $(IMPLEMENTED_PLATFORM) $@
582INS.slink4= $(RM) -r $@; $(SYMLINK) ../$(PLATFORM)/include $@
583INS.slink5= $(RM) -r $@; $(SYMLINK) ../$(PLATFORM)/sbin $@
584INS.slink6= $(RM) -r $@; $(SYMLINK) ../../$(PLATFORM)/lib/$(MODULE) $@
585INS.slink7= $(RM) -r $@; $(SYMLINK) ../../$(PLATFORM)/sbin/$(@F) $@
586

--- 90 unchanged lines hidden ---