git: 9front

ref: fcb6e41f5990077bcda51d8c369ae23b2fcff0ec
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!