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

Collapse All | Expand All

(-)src/nwpw/libraryps/GNUmakefile (-1 / +1 lines)
Lines 10-16 Link Here
10
10
11
    USES_BLAS = 
11
    USES_BLAS = 
12
12
13
   LONGNWTOP = $(shell if [ `echo $(SRCDIR) |wc -m` -gt 64 ]; then echo "Y"; fi  )
13
   LONGNWTOP = $(shell if [ `echo $(SRCDIR) |wc -m` -gt 80 ]; then echo "Y"; fi  )
14
ifeq ($(LONGNWTOP),Y)
14
ifeq ($(LONGNWTOP),Y)
15
errorlongpwd:
15
errorlongpwd:
16
	@echo " "
16
	@echo " "
(-)src/basis/GNUmakefile (-1 / +1 lines)
Lines 34-40 Link Here
34
########################################################
34
########################################################
35
35
36
   LIB_TARGETS = testbasis testbasis.o libcheck
36
   LIB_TARGETS = testbasis testbasis.o libcheck
37
   LONGNWTOP = $(shell if [ `echo $(SRCDIR) |wc -m` -gt 64 ]; then echo "Y"; fi  )
37
   LONGNWTOP = $(shell if [ `echo $(SRCDIR) |wc -m` -gt 80 ]; then echo "Y"; fi  )
38
ifeq ($(LONGNWTOP),Y)
38
ifeq ($(LONGNWTOP),Y)
39
errorlongpwd:
39
errorlongpwd:
40
	@echo " "
40
	@echo " "

Return to bug 393139