diff options
author | Igor Pashev <igor.pashev@nexenta.com> | 2013-01-17 13:00:30 +0400 |
---|---|---|
committer | Igor Pashev <igor.pashev@nexenta.com> | 2013-01-17 13:00:30 +0400 |
commit | f1ca0524a6203fa0318ec3dcf380be1310f96fcb (patch) | |
tree | be790894a1b2504deb46df8c646905d8dcaca7d2 /Makefile | |
parent | eb69e273044fe277da490a0e113173925bb5f9ee (diff) | |
download | cibs-f1ca0524a6203fa0318ec3dcf380be1310f96fcb.tar.gz |
Allow choosing package formatv0.2.0
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,12 +1,16 @@ # For bootstrapping: cibs-root := . +# Define to "deb" to build a deb package: +# gmake package=deb +package ?= ips # This is it forever ever: cibs-inst-root := /usr/share/cibs -include $(cibs-root)/rules/ips.mk +include $(cibs-root)/rules/$(package).mk +version := 0.2.0 install-stamp: rules-mogrify-stamp |