1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 13:47:34 +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 8ab9c30e87cc95f6ad201eaa396c0ea2c62f9a41 Mon Sep 17 00:00:00 2001
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Gunnar Beutner <gbeutner@serenityos.org>
Date: Mon, 16 May 2022 18:03:31 +0430
Subject: [PATCH 1/2] Set host to serenity in configure
Subject: [PATCH] Set host to serenity in configure
---
configure | 2 ++
@ -20,6 +20,3 @@ index a2ff7e4..8283dc9 100755
*-*-mingw*)
if test "$GCC" = yes; then
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
--
2.36.1

View file

@ -1,7 +1,7 @@
From 6ff2bd5db3af8d810810f9cd46897f9ab148fb0b Mon Sep 17 00:00:00 2001
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Ali Mohammad Pur <mpfard@serenityos.org>
Date: Mon, 16 May 2022 18:03:31 +0430
Subject: [PATCH 2/2] Add a serenity-specific makefile
Subject: [PATCH] Add a serenity-specific makefile
---
config/mh-serenity | 87 ++++++++++++++++++++++++++++++++++++++++++++++
@ -101,6 +101,3 @@ index 0000000..53d6780
+
+## End Linux-specific setup
+
--
2.36.1