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/libdemangle | |
parent | 8ca018083101bf1cb175869679bc123187fb1bab (diff) | |
parent | 2a1277d3064386cd5c4e372301007aa330bf1d5e (diff) | |
download | illumos-joyent-gcc9.tar.gz |
mergegcc9
Diffstat (limited to 'usr/src/lib/libdemangle')
-rw-r--r-- | usr/src/lib/libdemangle/Makefile | 3 | ||||
-rw-r--r-- | usr/src/lib/libdemangle/Makefile.com | 7 | ||||
-rw-r--r-- | usr/src/lib/libdemangle/amd64/Makefile | 2 | ||||
-rw-r--r-- | usr/src/lib/libdemangle/i386/Makefile | 2 | ||||
-rw-r--r-- | usr/src/lib/libdemangle/sparc/Makefile | 2 | ||||
-rw-r--r-- | usr/src/lib/libdemangle/sparcv9/Makefile | 2 |
6 files changed, 6 insertions, 12 deletions
diff --git a/usr/src/lib/libdemangle/Makefile b/usr/src/lib/libdemangle/Makefile index 2d17d76e7f..cc9547b148 100644 --- a/usr/src/lib/libdemangle/Makefile +++ b/usr/src/lib/libdemangle/Makefile @@ -23,11 +23,10 @@ all := TARGET= all clean := TARGET= clean clobber := TARGET= clobber install := TARGET= install -lint := TARGET= lint .KEEP_STATE: -all clean clobber install lint: $(SUBDIRS) +all clean clobber install: $(SUBDIRS) $(SUBDIRS): FRC @cd $@; pwd; $(MAKE) $(TARGET) diff --git a/usr/src/lib/libdemangle/Makefile.com b/usr/src/lib/libdemangle/Makefile.com index 7eba05ce1c..76f2e444fc 100644 --- a/usr/src/lib/libdemangle/Makefile.com +++ b/usr/src/lib/libdemangle/Makefile.com @@ -20,24 +20,19 @@ OBJECTS = str.o strview.o util.o cxx_util.o cxx.o demangle.o rust.o include ../../Makefile.lib -LIBS = $(DYNLIB) $(LINTLIB) +LIBS = $(DYNLIB) LDLIBS += -lc -lcustr SRCDIR = ../common -$(LINTLIB) := SRCS = $(SRCDIR)/$(LINTSRC) CSTD = $(CSTD_GNU99) CFLAGS += $(CCVERBOSE) CPPFLAGS += -I$(SRCDIR) -D_REENTRANT -D__EXTENSIONS__ -LINTFLAGS += -erroff=E_BAD_FORMAT_ARG_TYPE2 -LINTFLAGS64 += -erroff=E_BAD_FORMAT_ARG_TYPE2 -C99LMODE = -Xc99=%all .KEEP_STATE: all: $(LIBS) -lint: lintcheck include $(SRC)/lib/Makefile.targ diff --git a/usr/src/lib/libdemangle/amd64/Makefile b/usr/src/lib/libdemangle/amd64/Makefile index 137dd0cf23..3311ca3c1f 100644 --- a/usr/src/lib/libdemangle/amd64/Makefile +++ b/usr/src/lib/libdemangle/amd64/Makefile @@ -27,4 +27,4 @@ include ../Makefile.com include ../../Makefile.lib.64 -install: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTLINT64) +install: all $(ROOTLIBS64) $(ROOTLINKS64) diff --git a/usr/src/lib/libdemangle/i386/Makefile b/usr/src/lib/libdemangle/i386/Makefile index a91bb3aa20..029e658444 100644 --- a/usr/src/lib/libdemangle/i386/Makefile +++ b/usr/src/lib/libdemangle/i386/Makefile @@ -27,4 +27,4 @@ include ../Makefile.com -install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT) +install: all $(ROOTLIBS) $(ROOTLINKS) diff --git a/usr/src/lib/libdemangle/sparc/Makefile b/usr/src/lib/libdemangle/sparc/Makefile index a91bb3aa20..029e658444 100644 --- a/usr/src/lib/libdemangle/sparc/Makefile +++ b/usr/src/lib/libdemangle/sparc/Makefile @@ -27,4 +27,4 @@ include ../Makefile.com -install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT) +install: all $(ROOTLIBS) $(ROOTLINKS) diff --git a/usr/src/lib/libdemangle/sparcv9/Makefile b/usr/src/lib/libdemangle/sparcv9/Makefile index 86609bbf96..9889ba1f77 100644 --- a/usr/src/lib/libdemangle/sparcv9/Makefile +++ b/usr/src/lib/libdemangle/sparcv9/Makefile @@ -26,4 +26,4 @@ include ../Makefile.com include ../../Makefile.lib.64 -install: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTLINT64) +install: all $(ROOTLIBS64) $(ROOTLINKS64) |