summaryrefslogtreecommitdiff
path: root/usr/src/lib
diff options
context:
space:
mode:
authorRichard Lowe <richlowe@richlowe.net>2021-02-11 15:01:40 -0600
committerRichard Lowe <richlowe@richlowe.net>2021-02-20 16:14:32 -0600
commit3aa6c13072f3d4792a18693e916aed260a496c1f (patch)
tree443eae60dcdecc4c71c7834204a07b7ba1100f98 /usr/src/lib
parent1f0845f1dfb179d6aa598ad89bb44d432f4e1020 (diff)
downloadillumos-joyent-3aa6c13072f3d4792a18693e916aed260a496c1f.tar.gz
13558 remove support for optional subdirectories in the build
Reviewed by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Yuri Pankov <yuripv@yuripv.dev> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
Diffstat (limited to 'usr/src/lib')
-rw-r--r--usr/src/lib/Makefile14
1 files changed, 2 insertions, 12 deletions
diff --git a/usr/src/lib/Makefile b/usr/src/lib/Makefile
index 59e47c2bd6..5c796c3caf 100644
--- a/usr/src/lib/Makefile
+++ b/usr/src/lib/Makefile
@@ -543,8 +543,6 @@ _msg: $(MSGSUBDIRS:%=%-nodepend) .WAIT _dc
_dc: $(DCSUBDIRS:%=%-nodepend)
-lint:
-
# Library interdependencies are called out explicitly here.
../cmd/sgs/libconv: crt
../cmd/sgs/libdl: crt
@@ -722,17 +720,9 @@ udapl: libdevinfo libdladm
# OpenSolaris).
#
$(SUBDIRS): FRC
- @if [ -f $@/Makefile ]; then \
- cd $@; pwd; $(MAKE) $(TARGET); \
- else \
- true; \
- fi
+ cd $@; pwd; $(MAKE) $(TARGET)
$(SUBDIRS:%=%-nodepend):
- @if [ -f $(@:%-nodepend=%)/Makefile ]; then \
- cd $(@:%-nodepend=%); pwd; $(MAKE) $(TARGET); \
- else \
- true; \
- fi
+ cd $(@:%-nodepend=%); pwd; $(MAKE) $(TARGET)
FRC: