diff options
author | John Levon <john.levon@joyent.com> | 2020-05-26 13:57:13 +0000 |
---|---|---|
committer | John Levon <john.levon@joyent.com> | 2020-05-26 13:57:13 +0000 |
commit | 5b2acc0949194447bba6e45a0fa44d0b5f42f208 (patch) | |
tree | 7ea9eb87bc68fee386dd39035ce715e87a0e673c /usr/src/lib/liblgrp | |
parent | 8ca018083101bf1cb175869679bc123187fb1bab (diff) | |
parent | 2a1277d3064386cd5c4e372301007aa330bf1d5e (diff) | |
download | illumos-joyent-gcc9.tar.gz |
mergegcc9
Diffstat (limited to 'usr/src/lib/liblgrp')
-rw-r--r-- | usr/src/lib/liblgrp/Makefile | 9 | ||||
-rw-r--r-- | usr/src/lib/liblgrp/Makefile.com | 10 | ||||
-rw-r--r-- | usr/src/lib/liblgrp/i386/Makefile | 4 | ||||
-rw-r--r-- | usr/src/lib/liblgrp/sparc/Makefile | 4 | ||||
-rw-r--r-- | usr/src/lib/liblgrp/sparcv9/Makefile | 4 |
5 files changed, 7 insertions, 24 deletions
diff --git a/usr/src/lib/liblgrp/Makefile b/usr/src/lib/liblgrp/Makefile index bb2e2dda77..c467a48622 100644 --- a/usr/src/lib/liblgrp/Makefile +++ b/usr/src/lib/liblgrp/Makefile @@ -22,8 +22,6 @@ # Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# include ../Makefile.lib @@ -31,22 +29,21 @@ SUBDIRS = $(MACH) $(BUILD64)SUBDIRS += $(MACH64) # conditional assignments -all := TARGET= all +all := TARGET= all install := TARGET= install clean := TARGET= clean clobber := TARGET= clobber -lint := TARGET= lint test := TARGET= test # definitions for install_h target -HDRS= +HDRS= ROOTHDRDIR= $(ROOT)/usr/include/sys ROOTHDRS= $(HDRS:%=$(ROOTHDRDIR)/%) CHECKHDRS= $(HDRS:%.h=%.check) .KEEP_STATE: -all install clean clobber lint: $(SUBDIRS) +all install clean clobber: $(SUBDIRS) # install rule for install_h target diff --git a/usr/src/lib/liblgrp/Makefile.com b/usr/src/lib/liblgrp/Makefile.com index b19521f398..08d62b5ec2 100644 --- a/usr/src/lib/liblgrp/Makefile.com +++ b/usr/src/lib/liblgrp/Makefile.com @@ -22,8 +22,6 @@ # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# LIBRARY= liblgrp.a VERS= .1 @@ -35,20 +33,14 @@ include ../../Makefile.lib SRCDIR= ../common -LIBS = $(DYNLIB) $(LINTLIB) - -LINTSRC = $(LINTLIB:%.ln=%) +LIBS = $(DYNLIB) CFLAGS += $(CCVERBOSE) LDLIBS += -lc -$(LINTLIB) := SRCS = ../common/llib-llgrp - .KEEP_STATE: all : $(LIBS) -lint : lintcheck - # include library targets include ../../Makefile.targ diff --git a/usr/src/lib/liblgrp/i386/Makefile b/usr/src/lib/liblgrp/i386/Makefile index 572078e11d..e9b9787650 100644 --- a/usr/src/lib/liblgrp/i386/Makefile +++ b/usr/src/lib/liblgrp/i386/Makefile @@ -23,8 +23,6 @@ # Copyright 2003 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# include ../Makefile.com @@ -32,4 +30,4 @@ all: $(LIBS) .KEEP_STATE: -install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT) +install: all $(ROOTLIBS) $(ROOTLINKS) diff --git a/usr/src/lib/liblgrp/sparc/Makefile b/usr/src/lib/liblgrp/sparc/Makefile index b459d5bbab..a34e785c23 100644 --- a/usr/src/lib/liblgrp/sparc/Makefile +++ b/usr/src/lib/liblgrp/sparc/Makefile @@ -23,8 +23,6 @@ # Copyright 2003 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# include ../Makefile.com @@ -32,4 +30,4 @@ include ../Makefile.com all: $(LIBS) -install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT) +install: all $(ROOTLIBS) $(ROOTLINKS) diff --git a/usr/src/lib/liblgrp/sparcv9/Makefile b/usr/src/lib/liblgrp/sparcv9/Makefile index b7d6e41b37..d8a750f524 100644 --- a/usr/src/lib/liblgrp/sparcv9/Makefile +++ b/usr/src/lib/liblgrp/sparcv9/Makefile @@ -23,8 +23,6 @@ # Copyright 2003 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# include ../Makefile.com include ../../Makefile.lib.64 @@ -33,4 +31,4 @@ include ../../Makefile.lib.64 all: $(LIBS) -install: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTLINT64) +install: all $(ROOTLIBS64) $(ROOTLINKS64) |