Revision 4a5ec7d166369bb537d31e2920651d40538511b3 authored by Johannes Schindelin on 21 January 2021, 13:09:45 UTC, committed by Junio C Hamano on 21 January 2021, 22:59:55 UTC
When `SKIP_DASHED_BUILT_INS` is specified in `config.mak`, the dashed
form of the built-ins was still generated.

By moving the `SKIP_DASHED_BUILT_INS` handling after `config.mak` was
read, this can be avoided.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 898f807
History
File Mode Size
tr2_cfg.c -rw-r--r-- 3.3 KB
tr2_cfg.h -rw-r--r-- 673 bytes
tr2_cmd_name.c -rw-r--r-- 728 bytes
tr2_cmd_name.h -rw-r--r-- 660 bytes
tr2_dst.c -rw-r--r-- 9.8 KB
tr2_dst.h -rw-r--r-- 857 bytes
tr2_sid.c -rw-r--r-- 2.9 KB
tr2_sid.h -rw-r--r-- 362 bytes
tr2_sysenv.c -rw-r--r-- 3.6 KB
tr2_sysenv.h -rw-r--r-- 856 bytes
tr2_tbuf.c -rw-r--r-- 1.0 KB
tr2_tbuf.h -rw-r--r-- 509 bytes
tr2_tgt.h -rw-r--r-- 5.2 KB
tr2_tgt_event.c -rw-r--r-- 16.6 KB
tr2_tgt_normal.c -rw-r--r-- 8.3 KB
tr2_tgt_perf.c -rw-r--r-- 14.7 KB
tr2_tls.c -rw-r--r-- 4.0 KB
tr2_tls.h -rw-r--r-- 2.3 KB

back to top