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/brand/shared | |
parent | 8ca018083101bf1cb175869679bc123187fb1bab (diff) | |
parent | 2a1277d3064386cd5c4e372301007aa330bf1d5e (diff) | |
download | illumos-joyent-gcc9.tar.gz |
mergegcc9
Diffstat (limited to 'usr/src/lib/brand/shared')
-rw-r--r-- | usr/src/lib/brand/shared/Makefile | 4 | ||||
-rw-r--r-- | usr/src/lib/brand/shared/brand/Makefile | 4 | ||||
-rw-r--r-- | usr/src/lib/brand/shared/librtld_db/Makefile.com | 1 | ||||
-rw-r--r-- | usr/src/lib/brand/shared/zone/Makefile | 1 |
4 files changed, 4 insertions, 6 deletions
diff --git a/usr/src/lib/brand/shared/Makefile b/usr/src/lib/brand/shared/Makefile index 9cb19dc163..2d03ab8a42 100644 --- a/usr/src/lib/brand/shared/Makefile +++ b/usr/src/lib/brand/shared/Makefile @@ -34,12 +34,12 @@ all := TARGET= all install := TARGET= install clean := TARGET= clean clobber := TARGET= clobber -lint := TARGET= lint _msg := TARGET= _msg .KEEP_STATE: -all install clean clobber lint: $(SUBDIRS) +all install clean clobber: $(SUBDIRS) + _msg: $(MSGSUBDIRS) diff --git a/usr/src/lib/brand/shared/brand/Makefile b/usr/src/lib/brand/shared/brand/Makefile index 1bb18cd84d..e8ec0d6de9 100644 --- a/usr/src/lib/brand/shared/brand/Makefile +++ b/usr/src/lib/brand/shared/brand/Makefile @@ -33,12 +33,12 @@ all := TARGET= all clean := TARGET= clean clobber := TARGET= clobber install := TARGET= install -lint := TARGET= lint _msg := TARGET= _msg .KEEP_STATE: -all install clean clobber lint _msg: $(SUBDIRS) +all install clean clobber _msg: $(SUBDIRS) + $(SUBDIRS): FRC @cd $@; pwd; $(MAKE) $(TARGET) diff --git a/usr/src/lib/brand/shared/librtld_db/Makefile.com b/usr/src/lib/brand/shared/librtld_db/Makefile.com index 30fef02f93..ec5d706d43 100644 --- a/usr/src/lib/brand/shared/librtld_db/Makefile.com +++ b/usr/src/lib/brand/shared/librtld_db/Makefile.com @@ -71,7 +71,6 @@ DTEXTDOM = all: $(LIBS) -lint: lintcheck pics/%64.o: $(BRAND_SHARED)/librtld_db/common/%.c $(COMPILE.c) -D_ELF64 $(PICFLAGS) -o $@ $< diff --git a/usr/src/lib/brand/shared/zone/Makefile b/usr/src/lib/brand/shared/zone/Makefile index cede2f17b5..77b9ee9bf0 100644 --- a/usr/src/lib/brand/shared/zone/Makefile +++ b/usr/src/lib/brand/shared/zone/Makefile @@ -45,6 +45,5 @@ install: $(ROOTSHARED) clean: -lint: include $(SRC)/cmd/Makefile.targ |