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

variable names don't match when looking for emacs site-lisp in install target of makefile in emacs subdir #5402

Closed
vicuna opened this issue Nov 18, 2011 · 2 comments
Labels

Comments

@vicuna
Copy link

vicuna commented Nov 18, 2011

Original bug ID: 5402
Reporter: Drakken
Status: closed (set by @damiendoligez on 2012-02-03T15:27:46Z)
Resolution: not a bug
Priority: normal
Severity: minor
Version: 3.12.1
Category: ~DO NOT USE (was: OCaml general)

Bug description

In the install target of the makefile in the emacs subdirectory of the ocaml (3.12.1) installation directory tree:
The code sets the variable xxx to the results of searching for the location of the emacs site-lisp directory, then looks for the results in $$2 and signals an error when it finds that $$2 is empty.

Additional information

The test code seems to work okay. The problem seems to be the mismatch between xxx and $$2.

File attachments

@vicuna
Copy link
Author

vicuna commented Nov 19, 2011

Comment author: Drakken

Please disregard this notice (replaced by OCaml general report #5403: Bugfixes for emacs/Makefile).

@vicuna
Copy link
Author

vicuna commented Feb 3, 2012

Comment author: @damiendoligez

The shell command "set" doesn't do what you think it does.
Discussion continued in #5403.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant