-
Notifications
You must be signed in to change notification settings - Fork 6
No multiarch out of tree #32
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
Open
Thaodan
wants to merge
22
commits into
master
Choose a base branch
from
no_multiarch_out_of_tree
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
d9adddc
preload: Remove mentions of ldexportlist or replace with export.map
Thaodan 4ce0ddb
[sb2] Avoid errors in out of tree builds for files from $(OBJDIR)
Thaodan 537fd90
[utils] Use va_args in open_nomap_nolog to match wrappers. JB#61866
Thaodan 0bdc967
[preload] Adapt glibc in open ignore 'mode' with O_TMPFILE in flags. …
Thaodan ba5e7b1
[sb2] Don't run make twice
Thaodan b6a55a0
[preload] Fix generated dependency order
Thaodan a9e21b5
[llbuild] Refactor import_dir to match other Makefiles
Thaodan ae1515a
[sb2] Remove multilib for x86_64 and use autotools variables. JB#61868
Thaodan 89e76d1
[sb2] Use autotools builtin system to rerun configure instead of our own
Thaodan af381c7
[sb2] Automatically detect out of tree builds
Thaodan 19ade22
packaging: Cleanup spec file
Thaodan c4ed2ca
sb2: Fix errors found shellcheck SC2166, SC2181, SC2048 and SC2012
Thaodan 11fb01d
[sb2] Check if default mode for target exists, error out earlier
Thaodan a5d6d88
[sb2] Take directory variables from configure. JB#61868
Thaodan 062dfbc
sb2: Remove trailing slash
Thaodan b815e07
[sb2] Take version from autoconf to avoid unintended rebuilds
Thaodan 45500b2
[sb2] Clean correctly without breaking builds and keeping the tree dirty
Thaodan f129f21
[sb2] Make sure config.h is updated and cleaned
Thaodan 6e803a2
[sb2] Avoid rebuilds when configure.ac changes but not it's output
Thaodan 9b31b6d
sb2: Move logic to functions, session checks to parser, shorten code
direc85 bb7c6d2
packaging: Also include x86_64 in ExclusiveArch
Thaodan 90a1c9e
Add EditorConfig and dir-locals
Thaodan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| ;;; Directory Local Variables -*- no-byte-compile: t -*- | ||
| ;;; For more information see (info "(emacs) Directory Variables") | ||
|
|
||
| ((nil . ((fill-column . 72) | ||
| (indent-tabs-mode . t) | ||
| (tab-width . 8))) | ||
| (c-mode . ((c-file-style . "linux") | ||
| (lsp-enable-indentation . nil))) | ||
| (lua-mode . ((tab-width . 4))) | ||
| (rpm-spec-mode . ((indent-tabs-mode . nil))) | ||
| (sh-mode . ((sh-basic-offset . 4) | ||
| (tab-width . 4)))) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,27 @@ | ||
| # EditorConfig configuration to set basic indentation across editors | ||
| # Also applies to codereview's on common forges such as Github. | ||
|
|
||
| root = true | ||
|
|
||
| [*] | ||
| end_of_line = lf | ||
| insert_final_newline = true | ||
| indent_size = 8 | ||
| indent_style = tab | ||
|
|
||
| [*.{c,h}] | ||
| charset = utf-8 | ||
| trim_trailing_whitespace = true | ||
|
|
||
| [Makefile] | ||
| indent_style = tab | ||
|
|
||
| [*.{sh,lua}] | ||
| indent_style = tab | ||
| indent_size = 4 | ||
| tab_width = 4 | ||
| trim_trailing_whitespace = true | ||
|
|
||
| [*.spec] | ||
| indent_style = space | ||
| indent_size = 4 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.