diff options
author | Igor Pashev <igor.pashev@nexenta.com> | 2012-10-03 11:56:48 +0400 |
---|---|---|
committer | Igor Pashev <igor.pashev@nexenta.com> | 2012-10-03 11:56:48 +0400 |
commit | 493f0002af887f372ea1798baa8f4cdc4e340cf5 (patch) | |
tree | e21d248d9a89235f5eb631facb7cc012312c07d6 /rules | |
parent | 5c3ab096b102872ceba3548499cc6e7f1b1de162 (diff) | |
download | cibs-493f0002af887f372ea1798baa8f4cdc4e340cf5.tar.gz |
Added common target interdependencies
Diffstat (limited to 'rules')
-rw-r--r-- | rules/common.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/rules/common.mk b/rules/common.mk index eb003ee..bea0aeb 100644 --- a/rules/common.mk +++ b/rules/common.mk @@ -85,6 +85,12 @@ destdir = $(destdir.$(bits)) check-build-dep-stamp unpack-stamp patch-stamp pre-configure-stamp configure-stamp build-stamp install-stamp: touch $@ +install-stamp : build-stamp +build-stamp : configure-stamp +configure-stamp : patch-stamp +patch-stamp : unpack-stamp +unpack-stamp : check-build-dep-stamp + # Common target to use from command line # or in component top-level Makefile: unpack : unpack-stamp |