git: 9front

ref: e61060a5fe59b10d8f68e75eb5e5380d8a1b29e4
dir: /sys/src/cmd/hg/mkfile/

View raw version
default:V: none

all clean nuke install installall:V:
	echo nothing to be done

none:VQ:
	echo mk setup

setup:V:
	mkdir -p /sys/src/cmd/python/Extra/mercurial
	cp mercurial/*.c /sys/src/cmd/python/Extra/mercurial
	for(i in mercurial hgext){
		mkdir -p /sys/lib/python/$i
		dircp mercurial /sys/lib/python/$i
	}
	cp hg /rc/bin/hg
	echo Now rebuild python!