Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 60892 | Differences between
and this patch

Collapse All | Expand All

(-)Make/instrules (-1 / +1 lines)
Lines 23-29 Link Here
23
__inst_headers:
23
__inst_headers:
24
	@[ -d $(INST_INCLUDE)/OpenThreads ] || mkdir -p $(INST_INCLUDE)/OpenThreads
24
	@[ -d $(INST_INCLUDE)/OpenThreads ] || mkdir -p $(INST_INCLUDE)/OpenThreads
25
	@for f in `find include/OpenThreads -type f -print`; do\
25
	@for f in `find include/OpenThreads -type f -print`; do\
26
		[ "`head -1 $$f | cut -c 1-12`" = "/* -*-c++-*-"  ] && \
26
		[ "`head -n 1 $$f | cut -c 1-12`" = "/* -*-c++-*-"  ] && \
27
			echo $(INSTRCMD) $$f $(INST_INCLUDE)/OpenThreads; \
27
			echo $(INSTRCMD) $$f $(INST_INCLUDE)/OpenThreads; \
28
			     $(INSTRCMD) $$f $(INST_INCLUDE)/OpenThreads; done
28
			     $(INSTRCMD) $$f $(INST_INCLUDE)/OpenThreads; done
29
29

Return to bug 60892