From 3e0f9ef2141d1d366471723a5a27fd6cf3a1f4a0 Mon Sep 17 00:00:00 2001 From: Zach Lowry Date: Wed, 13 Jul 2005 14:58:08 +0000 Subject: (Logical change 1.250) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1041 ce84e21b-d406-0410-9b95-82705330c041 --- solaris/Makefile | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'solaris/Makefile') diff --git a/solaris/Makefile b/solaris/Makefile index e69de29bb..6f72a432a 100644 --- a/solaris/Makefile +++ b/solaris/Makefile @@ -0,0 +1,20 @@ +#!/usr/sfw/bin/gmake + +VERS=0.6.8-2 + +default: clean package + +package: + -mkdir tmp tmp/bcfg2-server tmp/bcfg2 + -cd ../ && python setup.py install --prefix=$(PWD) + -pkgmk -o -a `uname -m` -f prototype.bcfg2 -d $(PWD)/tmp -r $(PWD) + -pkgmk -o -a `uname -m` -f prototype.bcfg2-server -d $(PWD)/tmp -r $(PWD) + -pkgtrans -o -s $(PWD)/tmp $(PWD)/bcfg2-$(VERS) SCbcfg2 + -pkgtrans -o -s $(PWD)/tmp $(PWD)/bcfg2-server-$(VERS) SCbcfg2-server + -gzip -f $(PWD)/bcfg2-$(VERS) + -gzip -f $(PWD)/bcfg2-server-$(VERS) + +clean: + -rm -rf tmp bin lib share + -rm -rf bcfg2-$(VERS).gz bcfg2-server-$(VERS).gz + -- cgit v1.2.3-1-g7c22