Add regression test for build directory handling to make lint target
A couple of scenarios that were fixed in the last few revisions are tested to ensure that it's easy to determine breakage. Signed-off-by: Patrick Georgi <patrick@georgi-clan.de> Acked-by: Patrick Georgi <patrick@georgi-clan.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6607 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
29ddbb813f
commit
40ad842ade
2 changed files with 65 additions and 0 deletions
2
Makefile
2
Makefile
|
|
@ -237,7 +237,9 @@ printall:
|
|||
|
||||
endif
|
||||
|
||||
ifndef NOMKDIR
|
||||
$(shell mkdir -p $(obj) $(objutil)/kconfig/lxdialog $(additional-dirs) $(alldirs))
|
||||
endif
|
||||
|
||||
cscope:
|
||||
cscope -bR
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue