diff options
author | Igor Pashev <igor.pashev@nexenta.com> | 2012-09-14 12:26:38 +0400 |
---|---|---|
committer | Igor Pashev <igor.pashev@nexenta.com> | 2012-09-14 12:26:38 +0400 |
commit | c5abe7d73eca609b9f6e09b8eeb63f9bee4b1555 (patch) | |
tree | 96a44126ff559069e2e32485a61cb2b91d55e918 /rules/patch.mk | |
parent | 5085f1be9cf54e9db1290ea923e933f8354207f0 (diff) | |
download | cibs-c5abe7d73eca609b9f6e09b8eeb63f9bee4b1555.tar.gz |
Check and install build dependencies
Diffstat (limited to 'rules/patch.mk')
-rw-r--r-- | rules/patch.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/patch.mk b/rules/patch.mk index b76e3a3..bbbb7b8 100644 --- a/rules/patch.mk +++ b/rules/patch.mk @@ -28,7 +28,7 @@ patchdir = $(CURDIR)/patches patches := $(shell cd "$(patchdir)" && ls -1 | sort) # Try different path levels: -applied-%-stamp: $(patchdir)/% unpack-stamp +applied-%-stamp: $(patchdir)/% unpack-stamp check-build-dep-stamp cd "$(sourcedir)" && \ patch -p1 -t < $< || \ patch -p0 -t < $< || \ |