guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 03/04: Prebuild fewer files


From: Andy Wingo
Subject: [Guile-commits] 03/04: Prebuild fewer files
Date: Tue, 1 Feb 2022 12:27:17 -0500 (EST)

wingo pushed a commit to branch main
in repository guile.

commit e933282f2bd675d2ca61d4c477f9eac6ec03816a
Author: Andy Wingo <wingo@pobox.com>
AuthorDate: Tue Feb 1 12:20:39 2022 +0100

    Prebuild fewer files
    
    * prebuilt/i686-pc-linux-gnu/Makefile.am:
    * prebuilt/mips-unknown-linux-gnu/Makefile.am:
    * prebuilt/x86_64-unknown-linux-gnu/Makefile.am: Only prebuild eval.go,
    psyntax-pp.go, and boot-9.go.  The builder can handle the rest.
    Otherwise the tarball size would explode, given the expansion in
    bootstrap.am.
---
 prebuilt/i686-pc-linux-gnu/Makefile.am        | 3 ++-
 prebuilt/mips-unknown-linux-gnu/Makefile.am   | 3 ++-
 prebuilt/x86_64-unknown-linux-gnu/Makefile.am | 3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/prebuilt/i686-pc-linux-gnu/Makefile.am 
b/prebuilt/i686-pc-linux-gnu/Makefile.am
index 327002b60..fcd220dfc 100644
--- a/prebuilt/i686-pc-linux-gnu/Makefile.am
+++ b/prebuilt/i686-pc-linux-gnu/Makefile.am
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in.
 ##
-##     Copyright (C) 2016 Free Software Foundation, Inc.
+##     Copyright (C) 2016, 2022 Free Software Foundation, Inc.
 ##
 ##   This file is part of GNU Guile.
 ##
@@ -24,4 +24,5 @@ GUILE_BUILD_TAG = PREBUILD $(GUILE_TARGET)
 
 include $(top_srcdir)/am/bootstrap.am
 
+GOBJECTS = ice-9/eval.go ice-9/boot-9.go ice-9/psyntax-pp.go
 EXTRA_DIST = $(GOBJECTS)
diff --git a/prebuilt/mips-unknown-linux-gnu/Makefile.am 
b/prebuilt/mips-unknown-linux-gnu/Makefile.am
index 327002b60..fcd220dfc 100644
--- a/prebuilt/mips-unknown-linux-gnu/Makefile.am
+++ b/prebuilt/mips-unknown-linux-gnu/Makefile.am
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in.
 ##
-##     Copyright (C) 2016 Free Software Foundation, Inc.
+##     Copyright (C) 2016, 2022 Free Software Foundation, Inc.
 ##
 ##   This file is part of GNU Guile.
 ##
@@ -24,4 +24,5 @@ GUILE_BUILD_TAG = PREBUILD $(GUILE_TARGET)
 
 include $(top_srcdir)/am/bootstrap.am
 
+GOBJECTS = ice-9/eval.go ice-9/boot-9.go ice-9/psyntax-pp.go
 EXTRA_DIST = $(GOBJECTS)
diff --git a/prebuilt/x86_64-unknown-linux-gnu/Makefile.am 
b/prebuilt/x86_64-unknown-linux-gnu/Makefile.am
index 327002b60..fcd220dfc 100644
--- a/prebuilt/x86_64-unknown-linux-gnu/Makefile.am
+++ b/prebuilt/x86_64-unknown-linux-gnu/Makefile.am
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in.
 ##
-##     Copyright (C) 2016 Free Software Foundation, Inc.
+##     Copyright (C) 2016, 2022 Free Software Foundation, Inc.
 ##
 ##   This file is part of GNU Guile.
 ##
@@ -24,4 +24,5 @@ GUILE_BUILD_TAG = PREBUILD $(GUILE_TARGET)
 
 include $(top_srcdir)/am/bootstrap.am
 
+GOBJECTS = ice-9/eval.go ice-9/boot-9.go ice-9/psyntax-pp.go
 EXTRA_DIST = $(GOBJECTS)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]