mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +02:00
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.
This commit is contained in:
parent
9654ab1f21
commit
e933282f2b
3 changed files with 6 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
## Process this file with automake to produce Makefile.in.
|
## 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.
|
## This file is part of GNU Guile.
|
||||||
##
|
##
|
||||||
|
@ -24,4 +24,5 @@ GUILE_BUILD_TAG = PREBUILD $(GUILE_TARGET)
|
||||||
|
|
||||||
include $(top_srcdir)/am/bootstrap.am
|
include $(top_srcdir)/am/bootstrap.am
|
||||||
|
|
||||||
|
GOBJECTS = ice-9/eval.go ice-9/boot-9.go ice-9/psyntax-pp.go
|
||||||
EXTRA_DIST = $(GOBJECTS)
|
EXTRA_DIST = $(GOBJECTS)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
## Process this file with automake to produce Makefile.in.
|
## 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.
|
## This file is part of GNU Guile.
|
||||||
##
|
##
|
||||||
|
@ -24,4 +24,5 @@ GUILE_BUILD_TAG = PREBUILD $(GUILE_TARGET)
|
||||||
|
|
||||||
include $(top_srcdir)/am/bootstrap.am
|
include $(top_srcdir)/am/bootstrap.am
|
||||||
|
|
||||||
|
GOBJECTS = ice-9/eval.go ice-9/boot-9.go ice-9/psyntax-pp.go
|
||||||
EXTRA_DIST = $(GOBJECTS)
|
EXTRA_DIST = $(GOBJECTS)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
## Process this file with automake to produce Makefile.in.
|
## 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.
|
## This file is part of GNU Guile.
|
||||||
##
|
##
|
||||||
|
@ -24,4 +24,5 @@ GUILE_BUILD_TAG = PREBUILD $(GUILE_TARGET)
|
||||||
|
|
||||||
include $(top_srcdir)/am/bootstrap.am
|
include $(top_srcdir)/am/bootstrap.am
|
||||||
|
|
||||||
|
GOBJECTS = ice-9/eval.go ice-9/boot-9.go ice-9/psyntax-pp.go
|
||||||
EXTRA_DIST = $(GOBJECTS)
|
EXTRA_DIST = $(GOBJECTS)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue