Actions
Bug #6560
closedMake error for libprtdiag_psr on SPARC
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
lib - userland libraries
Start date:
2016-01-16
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
needs-triage
Gerrit CR:
External Bug:
Description
In building a recent version of illumos on my T2000, I encountered this error:
dmake: Warning: Don't know how to make target `/dpool/export/home/mills/Downloads/code/illumos-gate/proto/root_sparc/usr/platform/SUNW,Ultra-Enterprise/lib' Current working directory /dpool/export/home/mills/Downloads/code/illumos-gate-jan/usr/src/lib/libprtdiag_psr/sparc/sunfire
The solution is to add a rule to sunfire/Makefile similar to those in adjacent Makefiles:
+$(USR_PSM_LIB_DIR): + cd $(UTSBASE)/sun4u/sunfire; $(MAKE) $(USR_PSM_LIB_DIR) +
With this change, the error disappears. The directory proto/root_sparc/usr/platform/SUNW,Ultra-Enterprise/lib is created correctly, if it doesn't already exist.
Updated by Electric Monk over 7 years ago
- Status changed from Feedback to Closed
- % Done changed from 80 to 100
git commit a1f661d2d1b9c9526143179014bbdd3949a90abe
commit a1f661d2d1b9c9526143179014bbdd3949a90abe Author: Gary Mills <gary_mills@fastmail.fm> Date: 2016-02-01T18:42:46.000Z 6560 Make error for libprtdiag_psr on SPARC Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Richard Lowe <richlowe@richlowe.net>
Actions