Skip to content
New issue

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

Makefile calls an illegal option of 'date' in OSX #468

Closed
beurdouche opened this issue Feb 1, 2016 · 1 comment
Closed

Makefile calls an illegal option of 'date' in OSX #468

beurdouche opened this issue Feb 1, 2016 · 1 comment

Comments

@beurdouche
Copy link
Member

Another dumb OSX bug when $ make -C src/ocaml_output...

date: illegal option -- I
usage: date [-jnu] [-d dst] [-r seconds] [-t west] [-v[+|-]val[ymwdHMS]] ... 
            [-f fmt date | [[[mm]dd]HH]MM[[cc]yy][.ss]] [+format]
echo 'let version = "0.9.2.0"' > FStar_Version.ml
echo 'let platform = "Darwin_x86_64"' >> FStar_Version.ml
echo 'let compiler = "OCaml 4.02.3"' >> FStar_Version.ml
echo 'let date = ""' >> FStar_Version.ml
echo 'let commit= "af92eed"' >> FStar_Version.ml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant