Revision 865406bc5426d5196935e37a3a5fde9c843c3e96 authored by Philip Oakley on 29 July 2019, 20:08:03 UTC, committed by Junio C Hamano on 29 July 2019, 21:51:42 UTC
Since 4b623d8 (MSVC: link in invalidcontinue.obj for better POSIX
compatibility, 2014-03-29), invalidcontinue.obj is linked in the MSVC
build, but it was not parsed correctly by the buildsystem. Ignore it, as
it is known to Visual Studio and will be handled elsewhere.

Also only substitute filenames ending with .o when generating the
source .c filename, otherwise we would start to expect .cbj files to
generate .obj files (which are not generated by our build)...

In the future there may be source files that produce .obj files
so keep the two issues (.obj files with & without source files)
separate.

Signed-off-by: Philip Oakley <philipoakley@iee.org>
Signed-off-by: Duncan Smart <duncan.smart@gmail.com>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 158471d
History
File Mode Size
repos
.gitignore -rw-r--r-- 42 bytes
Makefile -rw-r--r-- 207 bytes
README -rw-r--r-- 6.3 KB
aggregate.perl -rwxr-xr-x 8.3 KB
bisect_regression -rwxr-xr-x 2.1 KB
bisect_run_script -rwxr-xr-x 1.4 KB
lib-pack.sh -rw-r--r-- 526 bytes
min_time.perl -rwxr-xr-x 348 bytes
p0000-perf-lib-sanity.sh -rwxr-xr-x 1.0 KB
p0001-rev-list.sh -rwxr-xr-x 943 bytes
p0002-read-cache.sh -rwxr-xr-x 216 bytes
p0003-delta-base-cache.sh -rwxr-xr-x 911 bytes
p0004-lazy-init-name-hash.sh -rwxr-xr-x 1.2 KB
p0005-status.sh -rwxr-xr-x 1.4 KB
p0006-read-tree-checkout.sh -rwxr-xr-x 2.0 KB
p0007-write-cache.sh -rwxr-xr-x 573 bytes
p0071-sort.sh -rwxr-xr-x 456 bytes
p0100-globbing.sh -rwxr-xr-x 868 bytes
p1450-fsck.sh -rwxr-xr-x 134 bytes
p1451-fsck-skip-list.sh -rwxr-xr-x 698 bytes
p3400-rebase.sh -rwxr-xr-x 1.4 KB
p3404-rebase-interactive.sh -rwxr-xr-x 735 bytes
p4000-diff-algorithms.sh -rwxr-xr-x 488 bytes
p4001-diff-no-index.sh -rwxr-xr-x 404 bytes
p4205-log-pretty-formats.sh -rwxr-xr-x 269 bytes
p4211-line-log.sh -rwxr-xr-x 917 bytes
p4220-log-grep-engines.sh -rwxr-xr-x 1.1 KB
p4221-log-grep-engines-fixed.sh -rwxr-xr-x 1012 bytes
p5302-pack-index.sh -rwxr-xr-x 1.1 KB
p5303-many-packs.sh -rwxr-xr-x 2.4 KB
p5304-prune.sh -rwxr-xr-x 715 bytes
p5310-pack-bitmaps.sh -rwxr-xr-x 1.8 KB
p5311-pack-bitmaps-fetch.sh -rwxr-xr-x 1.1 KB
p5550-fetch-tags.sh -rwxr-xr-x 2.2 KB
p5551-fetch-rescan.sh -rwxr-xr-x 1.4 KB
p5600-partial-clone.sh -rwxr-xr-x 582 bytes
p7000-filter-branch.sh -rwxr-xr-x 429 bytes
p7300-clean.sh -rwxr-xr-x 752 bytes
p7519-fsmonitor.sh -rwxr-xr-x 4.8 KB
p7810-grep.sh -rwxr-xr-x 512 bytes
p7820-grep-engines.sh -rwxr-xr-x 2.1 KB
p7821-grep-engines-fixed.sh -rwxr-xr-x 2.0 KB
perf-lib.sh -rw-r--r-- 6.5 KB
run -rwxr-xr-x 5.8 KB

README

back to top