1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-30 11:37:45 +00:00

Ports: Update npiet's patches to use git patches

This commit is contained in:
Ali Mohammad Pur 2022-05-16 19:21:55 +04:30 committed by Ali Mohammad Pur
parent e16272eacd
commit 288818eb29
4 changed files with 62 additions and 24 deletions

View file

@ -0,0 +1,25 @@
From 725d6d5a3abd45a61b863f424fb230f009f4c832 Mon Sep 17 00:00:00 2001
From: Noah Rosamilia <ivoahivoah@gmail.com>
Date: Thu, 6 Jan 2022 18:28:55 -0500
Subject: [PATCH 1/2] Don't build the html target by default
---
Makefile.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.in b/Makefile.in
index e49616a..8d03935 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -67,7 +67,7 @@ CFLAGS = $(FLAGS) $(PROF) $(CYG) $(WARN) $(DEFS) $(LIBDIRPATH)
##
## How to build the target:
##
-all: npiet npiet-foogol html
+all: npiet npiet-foogol
npiet: npiet.o
$(CC) $(LDFLAGS) $(PROF) -o npiet npiet.o $(LIBS)
--
2.36.1