2014-07-11 09:51:03 -07:00
|
|
|
#
|
2015-01-07 00:49:06 -08:00
|
|
|
# This file is deprecated and will be deleted in the future.
|
|
|
|
# Please use patchinstall.sh instead, to apply the Wine Staging patches.
|
2014-07-11 09:51:03 -07:00
|
|
|
#
|
2014-02-26 12:01:53 -08:00
|
|
|
|
2015-01-07 00:49:06 -08:00
|
|
|
CURDIR ?= ${.CURDIR}
|
2014-07-11 09:51:03 -07:00
|
|
|
|
|
|
|
.PHONY: install
|
2015-01-07 00:49:06 -08:00
|
|
|
install:
|
|
|
|
@echo "WARNING: Using this Makefile is deprecated!" >&2
|
|
|
|
"$(CURDIR)/patchinstall.sh" DESTDIR="$(DESTDIR)" --all
|
2014-07-11 09:51:03 -07:00
|
|
|
|
2014-09-03 19:46:15 -07:00
|
|
|
.PHONY: install-git
|
2015-01-07 00:49:06 -08:00
|
|
|
install-git:
|
|
|
|
@echo "WARNING: Using this Makefile is deprecated!" >&2
|
2015-01-08 05:59:00 -08:00
|
|
|
"$(CURDIR)/patchinstall.sh" DESTDIR="$(DESTDIR)" --all --backend=git-am
|
2015-01-07 00:49:06 -08:00
|
|
|
|
|
|
|
.PHONY: series
|
|
|
|
series:
|
|
|
|
@echo "ERROR: Using this Makefile is deprecated!" >&2
|
2015-01-07 01:07:50 -08:00
|
|
|
@false
|