diff options
| author | Richard Lowe <richlowe@richlowe.net> | 2021-02-12 14:19:00 -0600 |
|---|---|---|
| committer | Richard Lowe <richlowe@richlowe.net> | 2021-02-20 16:14:32 -0600 |
| commit | 56ffda179176d14e2fb160bdc85f6da601f1eac7 (patch) | |
| tree | d02bee2dc1bb80c825772a893099f7564a8daa0f /usr/src/tools | |
| parent | 3aa6c13072f3d4792a18693e916aed260a496c1f (diff) | |
| download | illumos-joyent-56ffda179176d14e2fb160bdc85f6da601f1eac7.tar.gz | |
13559 remove lingering references to usr/closed
Reviewed by: Peter Tribble <peter.tribble@gmail.com>
Reviewed by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
Reviewed by: Yuri Pankov <yuripv@yuripv.dev>
Approved by: Gordon Ross <gordon.w.ross@gmail.com>
Diffstat (limited to 'usr/src/tools')
| -rw-r--r-- | usr/src/tools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/tools/Makefile b/usr/src/tools/Makefile index ab5b638510..3ddfad375e 100644 --- a/usr/src/tools/Makefile +++ b/usr/src/tools/Makefile @@ -164,9 +164,9 @@ bootstrap: $(BOOT_SUBDIRS) _msg: $(MSGSUBDIRS) -.PARALLEL: $(SUBDIRS) $(CLOSED_SUBDIRS) +.PARALLEL: $(SUBDIRS) -$(SUBDIRS) $(CLOSED_SUBDIRS): $(BOOT_SUBDIRS) +$(SUBDIRS): $(BOOT_SUBDIRS) $(BOOT_SUBDIRS) $(SUBDIRS): $$(DOROOTDIRS) $$(DOROOTONBLDLIBPY) FRC @cd $@; pwd; $(MAKE) $(TARGET) |
