Archive link as I'm having issues accessing the page: https://archive.ph/7GWAI
Maintaining Files on Plan 9 with Mk
11–17 of 17 posts
Re: Maintaining Files on Plan 9 with Mk
#12Earlier quoted context omitted.
Any reason you chose to use mk over (GNU) Make?
Mostly just the simpler syntax. I always found makefiles a bit off-putting. On the other hand, the syntax for mkfiles, especially with rc as the mk shell, feels slick and homely.
I presume “homely” is this context means UK “familiar and pleasant, as in a home”, and not US “not attractive or good-looking”.
Re: Maintaining Files on Plan 9 with Mk
#13Earlier quoted context omitted.
Mostly just the simpler syntax. I always found makefiles a bit off-putting. On the other hand, the syntax for mkfiles, especially with rc as the mk shell, feels slick and homely.
> feels slick and homely. I presume “homely” is this context means UK “familiar and pleasant, as in a home”, and not US “not attractive or good-looking”.
Re: Maintaining Files on Plan 9 with Mk
#14Re: Maintaining Files on Plan 9 with Mk
#15Earlier quoted context omitted.
That sounds really interesting, any chance you could post the mkfile you use for that?
Sure, I will post it once I get home. There is no hocus pocus in it, but I has been working for me without issue for close to a decade already.
Re: Maintaining Files on Plan 9 with Mk
#16Earlier quoted context omitted.
Sure, I will post it once I get home. There is no hocus pocus in it, but I has been working for me without issue for close to a decade already.
Did you ever get home?
Re: Maintaining Files on Plan 9 with Mk
#17I use mk for all my personal projects. It is such a useful place to store maintenance operations on files exactly where they are needed. Not just build-type operations, but also syncing with remote stuff and other maintenance things. My webside is managed by a big mkfile which builds html from markdown using pandoc and deploys over ssh. There is even a target in there for checking for dead links using curl. I just co…
That sounds really interesting, any chance you could post the mkfile you use for that?
Just say if something needs explaining. There are some references to other fines in there, like the deployment index (its just list of files to deploy) and the comment blob (it is just a notice that people can comment by e-mail.