Mercurial > emacs
view test/indent/Makefile @ 110669:1ec34887255d
Tweak temporary-file-directory on darwin systems.
* lisp/files.el (temporary-file-directory): On darwin, also try
DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 30 Sep 2010 20:57:26 -0700 |
parents | 6939db1ee97b |
children |
line wrap: on
line source
RM=rm EMACS=emacs clean: -$(RM) *.test # TODO: # - mark the places where the indentation is known to be incorrect, # and allow either ignoring those errors or not. %.test: % -$(RM) $<.new $(EMACS) --batch $< \ --eval '(indent-region (point-min) (point-max) nil)' \ --eval '(write-region (point-min) (point-max) "$<.new")' diff -u -B $< $<.new