Newer
Older
minerva / Ports / m4 / patches / 0001-Don-t-build-misc-stuff.patch
@minerva minerva on 13 Jul 1 KB Initial commit
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