[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: New from emacs-snapshot



Jérôme Marant <jmarant@free.fr> writes:

> Daniel Brockman <daniel@brockman.se> writes:
>
>>  define build_cmd
>> -	${MAKE} CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
>> +	${MAKE} CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" \
>> +	  locallisppath=${local_lpath}
>>  endef
>
> Hmm, Daniel, I looked into Makefiles and I didn't find any reason
> why it would be necessary. I think locallisppath is useless out
> of epaths-force and install.

Yes, as far as I know we only need it for those two targets.  I put it
there (i.e., in `build_cmd') because I figured it couldn't hurt and
that's how emacs21 did it.  Once your --enable-locallisppath patch
gets in, it will no longer be needed at all (except in `emacs_inst').

-- 
Daniel Brockman <daniel@brockman.se>



Reply to: