plan9front/sys/src/cmd/replica
Ori Bernstein ea98dafce5 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.
2020-07-20 18:58:52 -07:00
..
all.h replica: use libavl for avl tree implementation 2017-04-22 14:28:02 -05:00
applychanges.c replica: use libavl for avl tree implementation 2017-04-22 14:28:02 -05:00
applylog.c replica: use libavl for avl tree implementation 2017-04-22 14:28:02 -05:00
compactdb.c replica: use libavl for avl tree implementation 2017-04-22 14:28:02 -05:00
db.c replica: use libavl for avl tree implementation 2017-04-22 14:28:02 -05:00
mkfile replica: fix mkfile script installation (thanks Amavect) 2020-07-20 18:58:52 -07:00
revdump.c
revproto.c
updatedb.c replica: use libavl for avl tree implementation 2017-04-22 14:28:02 -05:00
util.c