Bug 905938 - Cancel GNU make builtin implicit rules by forcing -r instead of adding implicit rules to cancel them out. r=gps

This commit is contained in:
Mike Hommey 2013-08-20 15:21:45 +09:00
Родитель 27e26aa001
Коммит 0f67e8e976
2 изменённых файлов: 8 добавлений и 22 удалений

Просмотреть файл

@ -1216,17 +1216,10 @@ else
endif
endif
# Cancel these implicit rules
#
%: %,v
%: RCS/%,v
%: RCS/%
%: s.%
%: SCCS/s.%
# Cancel GNU make built-in implicit rules
ifndef .PYMAKE
MAKEFLAGS += -r
endif
###############################################################################
# Java rules

Просмотреть файл

@ -1216,17 +1216,10 @@ else
endif
endif
# Cancel these implicit rules
#
%: %,v
%: RCS/%,v
%: RCS/%
%: s.%
%: SCCS/s.%
# Cancel GNU make built-in implicit rules
ifndef .PYMAKE
MAKEFLAGS += -r
endif
###############################################################################
# Java rules