diff options
Diffstat (limited to 'usr/src/lib/brand/sn1')
-rw-r--r-- | usr/src/lib/brand/sn1/Makefile | 4 | ||||
-rw-r--r-- | usr/src/lib/brand/sn1/librtld_db/Makefile | 5 | ||||
-rw-r--r-- | usr/src/lib/brand/sn1/sn1_brand/Makefile | 4 | ||||
-rw-r--r-- | usr/src/lib/brand/sn1/sn1_brand/Makefile.com | 1 | ||||
-rw-r--r-- | usr/src/lib/brand/sn1/zone/Makefile | 1 |
5 files changed, 4 insertions, 11 deletions
diff --git a/usr/src/lib/brand/sn1/Makefile b/usr/src/lib/brand/sn1/Makefile index e717c249a2..2ea7d34e5c 100644 --- a/usr/src/lib/brand/sn1/Makefile +++ b/usr/src/lib/brand/sn1/Makefile @@ -37,12 +37,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/sn1/librtld_db/Makefile b/usr/src/lib/brand/sn1/librtld_db/Makefile index c6af8446a7..56397551e6 100644 --- a/usr/src/lib/brand/sn1/librtld_db/Makefile +++ b/usr/src/lib/brand/sn1/librtld_db/Makefile @@ -30,20 +30,15 @@ include $(SRC)/lib/Makefile.lib SUBDIRS = $(MACH) $(BUILD64)SUBDIRS += $(MACH64) -LINT_SUBDIRS= $(MACH) -$(BUILD64)LINT_SUBDIRS += $(MACH64) - all := TARGET= all clean := TARGET= clean clobber := TARGET= clobber install := TARGET= install -lint := TARGET= lint .KEEP_STATE: all install clean clobber: $(SUBDIRS) -lint: $(LINT_SUBDIRS) $(SUBDIRS): FRC @cd $@; pwd; $(MAKE) $(TARGET) diff --git a/usr/src/lib/brand/sn1/sn1_brand/Makefile b/usr/src/lib/brand/sn1/sn1_brand/Makefile index 4b667e1fa8..52ed1b855a 100644 --- a/usr/src/lib/brand/sn1/sn1_brand/Makefile +++ b/usr/src/lib/brand/sn1/sn1_brand/Makefile @@ -34,12 +34,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/sn1/sn1_brand/Makefile.com b/usr/src/lib/brand/sn1/sn1_brand/Makefile.com index 8209995ce6..38435fc044 100644 --- a/usr/src/lib/brand/sn1/sn1_brand/Makefile.com +++ b/usr/src/lib/brand/sn1/sn1_brand/Makefile.com @@ -77,6 +77,5 @@ $(LIBS):= PICS += $(SHAREDOBJS) all: $(LIBS) -lint: lintcheck include $(SRC)/lib/Makefile.targ diff --git a/usr/src/lib/brand/sn1/zone/Makefile b/usr/src/lib/brand/sn1/zone/Makefile index 7d8877afaa..15fc9f3111 100644 --- a/usr/src/lib/brand/sn1/zone/Makefile +++ b/usr/src/lib/brand/sn1/zone/Makefile @@ -42,7 +42,6 @@ $(POFILE): $(POFILES) $(RM) $@ $(CAT) $(POFILES) > $@ -lint: clean: -$(RM) $(PROGS) $(POFILES) $(POFILE) |