jayduhon / inferno-os

Automatically exported from code.google.com/p/inferno-os
2 stars 0 forks source link

missing /dis/xmount.dis, /dis/lib/dial.dis, /dis/lib/memfs.dis after a nuke && install #192

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I've noticed that some files under /dis
don't get rebuilt on a mk install

What steps will reproduce the problem?

1. (cd appl; mk nuke)
2. (cd appl; mk install)
6. ls dis/mathcalc.dis dis/xmount.dis dis/lib/dial.dis dis/lib/memfs.dis
dis/lib/tcl_tk.dis

What is the expected output? What do you see instead?

mathcalc.dis, shouldn't be listed as it was renamed to calc.
But the other files should be listed.

What version of the product are you using? On what operating system?
inferno-os (latest svn)

Please provide any additional information below.

Attached there's a patch to add the missing dis to mkfiles.

Original issue reported on code.google.com by saoret.one on 19 Jul 2009 at 12:14

Attachments:

GoogleCodeExporter commented 9 years ago
i've deleted mathcalc.dis and xmount.
i've left out the rule for tcl_tk.dis. possibly it is obsolete
since its omission unlike the others seems to be quite deliberate.

Original comment by Charles....@gmail.com on 19 Jul 2009 at 4:17

GoogleCodeExporter commented 9 years ago

unrelated but i thougth it's worth mentioning that
the latests commits are dated:
20070919-1714
when i guess that they should be:
20090919-1714

Original comment by saoret.one on 19 Jul 2009 at 6:54

GoogleCodeExporter commented 9 years ago
the scripts to do it still aren't as automatic as the svn ones i used.

Original comment by Charles....@gmail.com on 19 Jul 2009 at 7:10