[csw-maintainers] howto use unstable9s instead of current9s ?

John Ellson ellson at opencsw.org
Wed May 25 22:12:18 CEST 2011


I've tried adding (from:
http://sourceforge.net/apps/trac/gar/wiki/Platforms ) :   
   

	BUILDHOST_sparc-32 = unstable9s
	BUILDHOST_sparc-64 = unstable9s
	BUILDHOST_i386-32  = unstable9x
	BUILDHOST_i386-64  = unstable10x

	define modulation2host
	$(BUILDHOST_$(GARCH)-$(MEMORYMODEL_$(ISA)))
	endef

but still my buildit.sh script goes to current9s

	#!/usr/bin/ksh

	if [ -z $1 ]
	        then 
	        print "Usage: $0 package"
	        exit
	fi

	# Ref: http://sourceforge.net/apps/trac/gar/wiki/Platforms

	cd mgar/pkg/$1/trunk
	gmake spotless
	gmake platforms


What am I missing please?

John



More information about the maintainers mailing list