diff options
author | Ori Bernstein <ori@eigenstate.org> | 2020-07-20 18:58:52 -0700 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2020-07-20 18:58:52 -0700 |
commit | ea98dafce5b5657cfd65a3a5210c46bcda367525 (patch) | |
tree | 9ebfba7c1aa9ff7840e8dd451aa97bdd8317a7d3 /sys/src/cmd/upas/fs | |
parent | 2d59d75e3a4faa51bfc146f70aea7734cd8bb9ef (diff) |
replica: fix mkfile script installation (thanks Amavect)
The $SCRIPTS were added to $TARG, which complicates the all rule, as
each script's object file must be suppressed.
Fix by removing $SCRIPTS from $TARG, removing the script object file
suppression rule, and overriding the install rule.
The script bin install rule assumes that only one script install is
called at a time. Valid calls like 'mk -a /$objtype/replica/changes
/$objtype/replica/pull' will fail.
Fix by adding a for loop.
Remove the unused $UPDATE variable.
Diffstat (limited to 'sys/src/cmd/upas/fs')
0 files changed, 0 insertions, 0 deletions