Revision 1132
Added by Aaron Marcuse-Kubitza almost 13 years ago
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
Use new sort_map instead of manually specifying the sort order