We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
date.$O
Compilation fails:
% mk install for (i in conf fetch fs query save send walk) mk $MKFLAGS $i.install for (i in add branch clone commit diff export import init log merge pull push) mk $MKFLAGS $i.rcinstall cp git.1 /sys/man/1/git mk $MKFLAGS /sys/lib/git/template mk: no recipe to make 'date.8' in directory /<...>/git9-master mk: mkdir -p /386/bin/git ... : exit status=rc 30861: mk 30864: error
Removing the date.$O\ line from $OFILES works.
date.$O\
$OFILES
The text was updated successfully, but these errors were encountered:
Should be fixed now with the latest commit
Sorry, something went wrong.
No branches or pull requests
Compilation fails:
Removing the
date.$O\
line from$OFILES
works.The text was updated successfully, but these errors were encountered: