Changeset 6046 for lm-sensors/trunk/lib/Module.mk
- Timestamp:
- 04/19/12 15:21:00 (13 months ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/lib/Module.mk (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/lib/Module.mk
r6045 r6046 145 145 echo '******************************************************************************' ; \ 146 146 fi ; \ 147 cat /etc/ld.so.conf /etc/ld.so.conf.d/*.conf 2>/dev/null | grep -q '^$(LIBDIR)$$' || \ 148 cat /etc/ld.so.conf /etc/ld.so.conf.d/*.conf 2>/dev/null | grep -q '^$(LIBDIR)[[:space:]:,=]' || \ 149 cat /etc/ld.so.conf /etc/ld.so.conf.d/*.conf 2>/dev/null | grep -q '[[:space:]:,]$(LIBDIR)$$' || \ 150 cat /etc/ld.so.conf /etc/ld.so.conf.d/*.conf 2>/dev/null | grep -q '[[:space:]:,]$(LIBDIR)[[:space:]:,=]' || \ 147 cat /etc/ld.so.conf /etc/ld.so.conf.d/*.conf 2>/dev/null | grep -q '\(^\|[[:space:]:,]\)$(LIBDIR)\([[:space:]:,=]\|$$\)' || \ 151 148 ( echo '******************************************************************************' ; \ 152 149 echo 'Warning: Library directory $(LIBDIR) is not in /etc/ld.so.conf!' ; \
