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

(-)file_not_specified_in_diff (-5 / +5 lines)
Line  Link Here
0
-- ./MED_SRC_3.2.6/adm_local/Makefile.in.org     2007-04-24 18:40:51.000000000 +0200
0
++ ./MED_SRC_3.2.6/adm_local/Makefile.in 2008-01-04 15:51:44.000000000 +0100
Lines 26-37 Link Here
26
all: resources
26
all: resources
27
install:
27
install:
28
	cp -rf @top_srcdir@/adm_local @prefix@
28
#	cp -rf @top_srcdir@/adm_local @prefix@
29
bin:
29
bin:
30
resources :
30
resources :
31
	cp -rf @top_srcdir@/adm_local $(top_builddir)
31
#	cp -rf @top_srcdir@/adm_local $(top_builddir)
32
inc:
32
inc:
33
-- ./MED_SRC_3.2.6/build_configure.org 2007-04-24 18:40:51.000000000 +0200
33
++ ./MED_SRC_3.2.6/build_configure     2008-01-04 15:14:30.000000000 +0100
Lines 174-180 Link Here
174
# make a link allowing AC_OUTPUT to find the salome_adm/.../*.in  files
174
# make a link allowing AC_OUTPUT to find the salome_adm/.../*.in  files
175
echo ""                                                          >> configure.in_tmp1
175
echo ""                                                          >> configure.in_tmp1
176
echo 'if test ${MED_WITH_KERNEL} = yes; then'                    >> configure.in_tmp1
176
echo 'if test ${MED_WITH_KERNEL} = yes; then'                    >> configure.in_tmp1
177
echo '    ln -fs ${KERNEL_ROOT_DIR}/salome_adm ${ROOT_SRCDIR}/.' >> configure.in_tmp1
177
echo '    cp -prf ${KERNEL_ROOT_DIR}/salome_adm ${ROOT_SRCDIR}/.' >> configure.in_tmp1
178
echo 'else'                                                      >> configure.in_tmp1
178
echo 'else'                                                      >> configure.in_tmp1
179
echo '    ln -fsn ${ROOT_SRCDIR}/adm_local_without_kernel ${ROOT_SRCDIR}/salome_adm' >> configure.in_tmp1
179
echo '    ln -fsn ${ROOT_SRCDIR}/adm_local_without_kernel ${ROOT_SRCDIR}/salome_adm' >> configure.in_tmp1
180
echo 'fi'                                                        >> configure.in_tmp1
180
echo 'fi'                                                        >> configure.in_tmp1

Return to bug 155974