[GRASS5] Re: [GRASS-CVS] markus: grass Makefile.in,1.94,1.95

Alex Shevlakov sixote at yahoo.com
Wed May 15 06:16:45 EDT 2002


Hi Markus,

seems to me this is excessive to create "locale"
directory if it was missing (actually, it would always
be missing). tar xBf would copy the entire "locale"
directory to $INST_DIR in case it happened to occur in
$GISBASE after gmake5 works in src/locale. This was
tested more then once.

--alex

--- grass at intevation.de wrote:
> Author: markus
> 
> Update of /grassrepository/grass
> In directory doto:/tmp/cvs-serv2512
> 
> Modified Files:
> 	Makefile.in 
> Log Message:
> bugfix for creating locale directory in INST_DIR -
> was missing
> 
> Index: Makefile.in
>
===================================================================
> RCS file: /grassrepository/grass/Makefile.in,v
> retrieving revision 1.94
> retrieving revision 1.95
> diff -u -d -r1.94 -r1.95
> --- Makefile.in	10 May 2002 12:46:33 -0000	1.94
> +++ Makefile.in	15 May 2002 08:30:55 -0000	1.95
> @@ -184,6 +184,7 @@
>  	${SHELL} -c "cd ${GISBASE} ; tar cBf - scripts |
> (cd ${INST_DIR} ; tar xBf - ) 2>/dev/null ; true"
>  	${SHELL} -c "cd ${GISBASE} ; tar cBf - tcltkgrass
> | (cd ${INST_DIR} ; tar xBf - ) 2>/dev/null ; true"
>  	${SHELL} -c "cd ${GISBASE} ; tar cBf - txt | (cd
> ${INST_DIR} ; tar xBf - ) 2>/dev/null ; true"
> +	test -d ${GISBASE}/locale && test -d
> ${INST_DIR}/locale || ${MAKE_DIR_CMD}
> ${INST_DIR}/locale
>  	test -d ${GISBASE}/locale && ${SHELL} -c "cd
> ${GISBASE} ; tar cBf - locale | (cd ${INST_DIR} ;
> tar xBf - ) 2>/dev/null ; true"
>  	@ # The man, include, and lib could go to
> ${PREFIX}/ BUT if this is
>  	@ # done, then the corresponding uninstall
> instructions must delete
> 
> 
> _______________________________________________
> grass-commit mailing list
> grass-commit at grass.itc.it
> http://grass.itc.it/mailman/listinfo/grass-commit


__________________________________________________
Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience
http://launch.yahoo.com



More information about the grass-dev mailing list