Project

General

Profile

« Previous | Next » 

Revision 1132

Use new sort_map instead of manually specifying the sort order

View differences:

Makefile
29 29
ifneq ($(filter .%.last_cleanup,$(MAKECMDGOALS)),)
30 30
.%.last_cleanup: %
31 31
	$(bin)/in_place $< $(bin)/simplify_xpath
32
	$(bin)/in_place $< $(bin)/sort 1 0
32
	$(bin)/in_place $< $(bin)/sort_map
33 33
	touch $@
34 34
	$(call review_,$<)
35 35
.PRECIOUS: .%.last_cleanup

Also available in: Unified diff