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/labeled | |
parent | 8ca018083101bf1cb175869679bc123187fb1bab (diff) | |
parent | 2a1277d3064386cd5c4e372301007aa330bf1d5e (diff) | |
download | illumos-joyent-gcc9.tar.gz |
mergegcc9
Diffstat (limited to 'usr/src/lib/brand/labeled')
-rw-r--r-- | usr/src/lib/brand/labeled/Makefile | 4 | ||||
-rw-r--r-- | usr/src/lib/brand/labeled/zone/Makefile | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/usr/src/lib/brand/labeled/Makefile b/usr/src/lib/brand/labeled/Makefile index 7c0382b702..085ea1cc6e 100644 --- a/usr/src/lib/brand/labeled/Makefile +++ b/usr/src/lib/brand/labeled/Makefile @@ -34,9 +34,9 @@ all := TARGET= all install := TARGET= install clean := TARGET= clean clobber := TARGET= clobber -lint := TARGET= lint -all install clean clobber lint: $(SUBDIRS) +all install clean clobber: $(SUBDIRS) + $(SUBDIRS): FRC @cd $@; pwd; $(MAKE) $(TARGET) diff --git a/usr/src/lib/brand/labeled/zone/Makefile b/usr/src/lib/brand/labeled/zone/Makefile index 9a3479d599..18268bcefc 100644 --- a/usr/src/lib/brand/labeled/zone/Makefile +++ b/usr/src/lib/brand/labeled/zone/Makefile @@ -36,6 +36,5 @@ install: $(ROOTXMLDOCS) clean: -lint: include $(SRC)/cmd/Makefile.targ |