mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 10:22:05 -05:00
37 lines
1.1 KiB
Diff
37 lines
1.1 KiB
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: AnicJov <contact.andrija@gmail.com>
|
|
Date: Wed, 24 Mar 2021 23:42:01 +0100
|
|
Subject: [PATCH] Don't build misc stuff
|
|
|
|
Skip building the examples, docs and avoid the checks.
|
|
---
|
|
Makefile.am | 2 +-
|
|
Makefile.in | 2 +-
|
|
2 files changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/Makefile.am b/Makefile.am
|
|
index d54ace4..d121df1 100644
|
|
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -20,7 +20,7 @@
|
|
##
|
|
## Written by Gary V. Vaughan <gary@gnu.org>
|
|
|
|
-SUBDIRS = . examples lib src doc checks po tests
|
|
+SUBDIRS = . lib src
|
|
|
|
EXTRA_DIST = bootstrap c-boxes.el cfg.mk maint.mk \
|
|
.prev-version .version m4/gnulib-cache.m4 ChangeLog-2014
|
|
diff --git a/Makefile.in b/Makefile.in
|
|
index 746b38c..85cb645 100644
|
|
--- a/Makefile.in
|
|
+++ b/Makefile.in
|
|
@@ -1952,7 +1952,7 @@ target_alias = @target_alias@
|
|
top_build_prefix = @top_build_prefix@
|
|
top_builddir = @top_builddir@
|
|
top_srcdir = @top_srcdir@
|
|
-SUBDIRS = . examples lib src doc checks po tests
|
|
+SUBDIRS = . lib src
|
|
EXTRA_DIST = bootstrap c-boxes.el cfg.mk maint.mk \
|
|
.prev-version .version m4/gnulib-cache.m4 ChangeLog-2014
|
|
|