Hi, there is problem when I use "git commit" to commit changes. the message says:
test failed: 'build/.../static.c build/.../static.c build/.../static.ramstage.o build/.../static.romstage.o' should be 'build/.../static.c build/.../static.c build/.../static.ramstage.o build/.../static.romstage.o'
then I discard all my changes, but the problem is still there. would somebody can help me? thank you!
-- WANG Siyuan
We need the complete git command(s) and complete git output.
Alex
On 09/04/2012 12:33 AM, Wang, SiYuan wrote:
Hi, there is problem when I use "git commit" to commit changes. the message says:
test failed: 'build/.../static.c build/.../static.c build/.../static.ramstage.o build/.../static.romstage.o' should be 'build/.../static.c build/.../static.c build/.../static.ramstage.o build/.../static.romstage.o'
then I discard all my changes, but the problem is still there. would somebody can help me? thank you!
-- WANG Siyuan
* Wang, SiYuan SiYuan.Wang@amd.com [120904 07:33]:
Hi, there is problem when I use "git commit" to commit changes. the message says:
test failed: 'build/.../static.c build/.../static.c build/.../static.ramstage.o build/.../static.romstage.o' should be 'build/.../static.c build/.../static.c build/.../static.ramstage.o build/.../static.romstage.o'
then I discard all my changes, but the problem is still there. would somebody can help me? thank you!
Hi,
your git repository path contains a sym link... the current version of the commit hook does not like that..
I think you can fix the issue with: mv util/lint/lint-stable-002-build-dir-handling \ util/lint/lint-002-build-dir-handling