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

Collapse All | Expand All

(-)./SMESH_SRC_3.2.6/build_configure.org (-1 / +1 lines)
Lines 135-141 Link Here
135
135
136
# make a link allowing AC_OUTPUT to find the salome_adm/.../*.in  files
136
# make a link allowing AC_OUTPUT to find the salome_adm/.../*.in  files
137
echo "" >> configure.in_tmp1
137
echo "" >> configure.in_tmp1
138
echo 'ln -fs ${KERNEL_ROOT_DIR}/salome_adm ${ROOT_SRCDIR}/.' >> configure.in_tmp1
138
echo 'cp -prf ${KERNEL_ROOT_DIR}/salome_adm ${ROOT_SRCDIR}/.' >> configure.in_tmp1
139
139
140
echo  "" >> configure.in_tmp1
140
echo  "" >> configure.in_tmp1
141
echo "AC_OUTPUT([ \\" >> configure.in_tmp1
141
echo "AC_OUTPUT([ \\" >> configure.in_tmp1
(-)./SMESH_SRC_3.2.6/doc/salome/gui/Makefile.in.org (-1 / +1 lines)
Lines 30-36 Link Here
30
@COMMENCE@
30
@COMMENCE@
31
31
32
usr_docs:
32
usr_docs:
33
	cp -fr $(srcdir)/SMESH ./
33
#	cp -fr $(srcdir)/SMESH ./
34
	-find $(PWD) -name CVS -prune -exec rm -rf {} \;
34
	-find $(PWD) -name CVS -prune -exec rm -rf {} \;
35
35
36
docs: usr_docs
36
docs: usr_docs
(-)./SMESH_SRC_3.2.6/adm_local/Makefile.in.org (-2 / +2 lines)
Lines 27-38 Link Here
27
all: resources
27
all: resources
28
28
29
install:
29
install:
30
	cp -rf @top_srcdir@/adm_local @prefix@
30
#	cp -rf @top_srcdir@/adm_local @prefix@
31
31
32
bin:
32
bin:
33
33
34
resources :
34
resources :
35
	cp -rf @top_srcdir@/adm_local $(top_builddir)
35
#	cp -rf @top_srcdir@/adm_local $(top_builddir)
36
36
37
inc:
37
inc:
38
38

Return to bug 155974