mirror of
https://gitee.com/openharmony/third_party_libnl
synced 2024-12-12 21:29:54 +00:00
Don't build tests on 'make all'
This commit is contained in:
parent
531029c130
commit
2bac39401c
2
Makefile
2
Makefile
@ -13,7 +13,7 @@ ifeq ($(shell [ ! -r Makefile.opts ] && echo 1),)
|
|||||||
include Makefile.opts
|
include Makefile.opts
|
||||||
endif
|
endif
|
||||||
|
|
||||||
SUBDIRS := lib include doc src tests
|
SUBDIRS := lib include doc src
|
||||||
.PHONY: all clean distclean install gendoc $(SUBDIRS)
|
.PHONY: all clean distclean install gendoc $(SUBDIRS)
|
||||||
|
|
||||||
all: Makefile.opts
|
all: Makefile.opts
|
||||||
|
Loading…
Reference in New Issue
Block a user