mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-04-30 16:57:29 -07:00
31 lines
833 B
Diff
31 lines
833 B
Diff
From 613abd8a0b82f5f6e01e728e31bd90f01f6be441 Mon Sep 17 00:00:00 2001
|
|
From: Sam James <sam@gentoo.org>
|
|
Date: Fri, 13 Aug 2021 20:57:48 +0100
|
|
Subject: [PATCH 2/2] Don't inject additional flags
|
|
|
|
---
|
|
Makefile.am | 1 -
|
|
src/Makefile.am | 1 -
|
|
2 files changed, 2 deletions(-)
|
|
|
|
diff --git a/Makefile.am b/Makefile.am
|
|
index 070e568..d139570 100644
|
|
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -1,3 +1,2 @@
|
|
SUBDIRS=src man
|
|
CFLAGS=@CFLAGS@ $(EXTRA_FLAGS)
|
|
-CPPFLAGS = -W -Wall -g
|
|
diff --git a/src/Makefile.am b/src/Makefile.am
|
|
index b917ba4..f35923e 100644
|
|
--- a/src/Makefile.am
|
|
+++ b/src/Makefile.am
|
|
@@ -1,4 +1,3 @@
|
|
bin_PROGRAMS=syscriptor
|
|
syscriptor_SOURCES=main.c cpu.c help.c ide.c memory.c network.c os.c partitions.c scsi.c sound.c uptime.c version.c video.c
|
|
AM_CFLAGS=@CFLAGS@ $(EXTRA_FLAGS)
|
|
-AM_CPPFLAGS = -W -Wall -g
|
|
--
|
|
2.32.0
|
|
|