* commit 'c134712ffa9e6617df46334a6293ddd80e05cf98': Turn-off implicit GNU Make RC/SCCS rules
This commit is contained in:
committed by
Android Git Automerger
commit
fa112f9822
@@ -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:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user