Skip to content

Commit

Permalink
Revert "kbuild: Make scripts/compile.h when sh != bash"
Browse files Browse the repository at this point in the history
This reverts commit [1] in the pre-git era.

I do not know what problem happened in the script when sh != bash
because there is no commit message.

Now that this script is much simpler than it used to be, let's revert
it, and let' see. (If this turns out to be problematic, fix the code
with proper commit description.)

[1]: https://git.kernel.org/pub/scm/linux/kernel/git/history/history.git/commit/?id=11acbbbb8a50f4de7dbe4bc1b5acc440dfe81810

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
  • Loading branch information
Masahiro Yamada committed Sep 28, 2022
1 parent c7b594f commit a6c26e3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/mkcompile_h
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ UTS_MACHINE=$1
CC_VERSION="$2"
LD=$3

# Do not expand names
set -f

if test -z "$KBUILD_BUILD_USER"; then
LINUX_COMPILE_BY=$(whoami | sed 's/\\/\\\\/')
else
Expand Down

0 comments on commit a6c26e3

Please sign in to comment.