summaryrefslogtreecommitdiff
path: root/sys/src/cmd/replica
AgeCommit message (Collapse)Author
2020-07-20replica: fix mkfile script installation (thanks Amavect)Ori Bernstein
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.
2017-04-22replica: use libavl for avl tree implementationspew
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso imageTaru Karttunen