-
Notifications
You must be signed in to change notification settings - Fork 142
SKIP_DASHED_BUILT_INS: respect config.mak
#840
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
SKIP_DASHED_BUILT_INS: respect config.mak
#840
Conversation
When `SKIP_DASHED_BUILT_INS` is specified in `config.mak`, the dashed form of the built-ins was still generated. By moving the `SKIP_DASHED_BUILT_INS` handling after `config.mak` was read, this can be avoided. Signed-off-by: Johannes Schindelin <[email protected]>
/submit |
Submitted as [email protected] To fetch this version into
To fetch this version to local tag
|
On the Git mailing list, Junio C Hamano wrote (reply to this):
|
This branch is now known as |
This patch series was integrated into seen via git@7e829da. |
On the Git mailing list, Johannes Schindelin wrote (reply to this):
|
On the Git mailing list, Junio C Hamano wrote (reply to this):
|
This patch series was integrated into seen via git@9230bf7. |
This patch series was integrated into seen via git@17c3e3d. |
This patch series was integrated into seen via git@f7a85c3. |
This patch series was integrated into seen via git@85dbca7. |
This patch series was integrated into seen via git@c8d0f8a. |
This patch series was integrated into seen via git@0c1e2d6. |
This patch series was integrated into seen via git@d3d2142. |
This patch series was integrated into next via git@2d727a3. |
This patch series was integrated into seen via git@f8c9bd7. |
This patch series was integrated into seen via git@ef0a0a8. |
This patch series was integrated into seen via git@2d727a3. |
This patch series was integrated into seen via git@d79169c. |
This patch series was integrated into seen via git@6cd7f9d. |
This patch series was integrated into next via git@6cd7f9d. |
This patch series was integrated into master via git@6cd7f9d. |
Closed via 6cd7f9d. |
I stumbled over this the other day. I thought I had tested this a long time ago, but apparently it never worked in the way I want it to work.