Skip to content
#

makefile

Here are 1,670 public repositories matching this topic...

MrKris99
MrKris99 commented Sep 5, 2019

What are the steps to reproduce this issue?

  1. create tweak and preferences bundle (bin/nic.pl)
  2. run make package install
  3. go to settings

What happens?
There is no preferences for new tweak. This is because Preference Loader not installed. It should be described in wiki.

What were you expecting to happen?
There is information about Preference Loader requirement in wiki.

If yo

xmake
andreynering
andreynering commented Mar 25, 2019

Task has some tricky gotchas that are not well documented. I need to work on improving some areas and add some missing documentation.

  • Add a variable priority section better explaining how them work.
    • Make it clear that setting a var through cli (not env) kinda overrides it. (Ref).
  • More itens to be added
agilgur5
agilgur5 commented Sep 2, 2018

Some tasks are self-explanatory if you looked at their script and need no description. I also think knowing what script the task actually runs can be helpful context if only reading from the help dialog and not the maidfile itself.

For instance, I have a clean task that just runs rm -rf build/. If the help dialog outputted this, I wouldn't need to add a description, but since it doesn't I

tonytheodore
tonytheodore commented Mar 22, 2016

There's some very useful documentation hidden in https://github.com/mxe/mxe/wiki and I'd like to make this available in the main tree (with the longer term aim of moving all docs to wiki/markdown style and reserve index.html for "website" info - intro, contacts, external links etc).

Does anyone have experience with keeping these in sync?

bake
rednafi
rednafi commented Nov 17, 2019

Currently, if I run bake command when the Bakefile is empty, the error message seems very scary:

Traceback (most recent call last):
  File "/home/redowan/.local/share/virtualenvs/flask-template-wBuRwttx/bin/bake", line 8, in <module>
    sys.exit(entrypoint())
  File "/home/redowan/.local/share/virtualenvs/flask-template-wBuRwttx/lib/python3.7/site-packages/click/core.py", line 764,
essen
essen commented Oct 14, 2016

In particular that HOMEDRIVE and HOMEPATH need to be set, and that they should be set through /etc/profile.d/* files to make sure they are set regardless of user being logged in.

The issue is that without these the Erlang distribution will try to save the cookie in C:\Windows.

singalen
singalen commented Feb 7, 2019

--warn-undefined-variables is really useful, but some modules are relying on undefined variables being empty, and they generate the checks in thousands. Not always they can be rewritten.
In this cases, it would be beneficial to have a pragma-like comment to suppress the warning for some of lines.
grep-ing them out would only help if the code testing the variable is not in $(eval).

hancush
hancush commented Dec 19, 2018

our prior recommendation, removed in 4bb8d76177c40c9a0405ca66da9a40dcbded4505, caused issues with makefiles on ubuntu 16.x (xenial), i.e., on our staging server, such that all recipes failed with the error "No such file or directory". do some research on directives, identify the culprit, and add a new, portable set of default directives.

Improve this page

Add a description, image, and links to the makefile topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the makefile topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.