Plan 9 from Bell Labs’s /usr/web/sources/contrib/bichued/root/sys/src/cmd/hg/mkfile

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


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!

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.