forked from openkylin/platform_build
am 04b49109: Merge "Turn-off implicit GNU Make RC/SCCS rules"
* commit '04b49109710f74c59fb65b09b2028e5de7901f67': Turn-off implicit GNU Make RC/SCCS rules
This commit is contained in:
commit
c134712ffa
|
@ -12,6 +12,13 @@ endif
|
|||
# this turns off the suffix rules built into make
|
||||
.SUFFIXES:
|
||||
|
||||
# this turns off the RCS / SCCS implicit rules of GNU Make
|
||||
% : RCS/%,v
|
||||
% : RCS/%
|
||||
% : %,v
|
||||
% : s.%
|
||||
% : SCCS/s.%
|
||||
|
||||
# If a rule fails, delete $@.
|
||||
.DELETE_ON_ERROR:
|
||||
|
||||
|
@ -434,7 +441,7 @@ endif
|
|||
else # !SDK_ONLY
|
||||
ifeq ($(BUILD_TINY_ANDROID), true)
|
||||
|
||||
# TINY_ANDROID is a super-minimal build configuration, handy for board
|
||||
# TINY_ANDROID is a super-minimal build configuration, handy for board
|
||||
# bringup and very low level debugging
|
||||
|
||||
subdirs := \
|
||||
|
|
Loading…
Reference in New Issue