am fa112f98: am c134712f: am 04b49109: Merge "Turn-off implicit GNU Make RC/SCCS rules"
* commit 'fa112f982241fc3efa0129094e87a34f2317f41e': Turn-off implicit GNU Make RC/SCCS rules
This commit is contained in:
commit
a85ebfb059
|
@ -12,6 +12,13 @@ endif
|
||||||
# this turns off the suffix rules built into make
|
# this turns off the suffix rules built into make
|
||||||
.SUFFIXES:
|
.SUFFIXES:
|
||||||
|
|
||||||
|
# this turns off the RCS / SCCS implicit rules of GNU Make
|
||||||
|
% : RCS/%,v
|
||||||
|
% : RCS/%
|
||||||
|
% : %,v
|
||||||
|
% : s.%
|
||||||
|
% : SCCS/s.%
|
||||||
|
|
||||||
# If a rule fails, delete $@.
|
# If a rule fails, delete $@.
|
||||||
.DELETE_ON_ERROR:
|
.DELETE_ON_ERROR:
|
||||||
|
|
||||||
|
@ -446,7 +453,7 @@ endif
|
||||||
else # !SDK_ONLY
|
else # !SDK_ONLY
|
||||||
ifeq ($(BUILD_TINY_ANDROID), true)
|
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
|
# bringup and very low level debugging
|
||||||
|
|
||||||
subdirs := \
|
subdirs := \
|
||||||
|
|
Loading…
Reference in New Issue