2014-07-11 18:51:03 +02:00
|
|
|
#
|
2015-01-07 09:49:06 +01: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 18:51:03 +02:00
|
|
|
#
|
2014-02-26 13:01:53 -07:00
|
|
|
|
2015-01-07 09:49:06 +01:00
|
|
|
CURDIR ?= ${.CURDIR}
|
2014-07-11 18:51:03 +02:00
|
|
|
|
|
|
|
.PHONY: install
|
2015-01-07 09:49:06 +01:00
|
|
|
install:
|
|
|
|
@echo "WARNING: Using this Makefile is deprecated!" >&2
|
|
|
|
"$(CURDIR)/patchinstall.sh" DESTDIR="$(DESTDIR)" --all
|
2014-07-11 18:51:03 +02:00
|
|
|
|
2014-09-04 04:46:15 +02:00
|
|
|
.PHONY: install-git
|
2015-01-07 09:49:06 +01:00
|
|
|
install-git:
|
|
|
|
@echo "WARNING: Using this Makefile is deprecated!" >&2
|
2015-01-08 14:59:00 +01:00
|
|
|
"$(CURDIR)/patchinstall.sh" DESTDIR="$(DESTDIR)" --all --backend=git-am
|
2015-01-07 09:49:06 +01:00
|
|
|
|
|
|
|
.PHONY: series
|
|
|
|
series:
|
|
|
|
@echo "ERROR: Using this Makefile is deprecated!" >&2
|
2015-01-07 10:07:50 +01:00
|
|
|
@false
|