1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 02:57:44 +00:00

Ports: Format patches without numbering, commit hash or version number

This commit is contained in:
Tim Schumacher 2022-06-05 03:05:04 +02:00 committed by Linus Groh
parent d69a79b03b
commit d426c5a4b2
371 changed files with 806 additions and 1884 deletions

View file

@ -1,7 +1,7 @@
From 141841053adcc378af0880381d13db5317182e3b Mon Sep 17 00:00:00 2001
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Sergey Bugaev <bugaevc@gmail.com>
Date: Wed, 2 Oct 2019 22:50:20 +0300
Subject: [PATCH 1/2] Disable backtrace on serenity
Subject: [PATCH] Disable backtrace on serenity
---
tcc.h | 2 +-
@ -20,6 +20,3 @@ index ccb3b60..8cd1b19 100644
# define CONFIG_TCC_BACKTRACE
# if (defined TCC_TARGET_I386 || defined TCC_TARGET_X86_64 || \
defined TCC_TARGET_ARM || defined TCC_TARGET_ARM64 || \
--
2.34.1

View file

@ -1,7 +1,7 @@
From 47e11df165dacb5739aea943e548d73ad56818f0 Mon Sep 17 00:00:00 2001
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Sergey Bugaev <bugaevc@gmail.com>
Date: Wed, 2 Oct 2019 22:50:20 +0300
Subject: [PATCH 2/2] Manually set the target os instead of using uname
Subject: [PATCH] Manually set the target os instead of using uname
---
configure | 2 +-
@ -20,6 +20,3 @@ index 5673d17..9bd864f 100755
case $targetos in
Darwin)
confvars="$confvars OSX"
--
2.34.1