all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 052c433a050d3a2760dcd7be8a9507097d0d9ffc 413 bytes (raw)
name: bootstrap 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
 
#!/bin/sh
# Create the build system.

set -e -x
ref=$(grep '\\def\\texinfoversion' build-aux/texinfo.tex,ref | tr -c -d [:digit:])
autoreconf -vfi
ac=$(grep '\\def\\texinfoversion' build-aux/texinfo.tex | tr -c -d [:digit:])

# Use our reference version of texinfo.tex or the one from automake, whichever
# is most recent.
if [ $ref -gt $ac ] ; then
    cp -f build-aux/texinfo.tex,ref build-aux/texinfo.tex;
fi


debug log:

solving 052c433a0 ...
found 052c433a0 in https://yhetil.org/guix/1487765072-32603-2-git-send-email-jmd@gnu.org/
found cb774bc73 in https://git.savannah.gnu.org/cgit/guix.git
preparing index
index prepared:
100755 cb774bc737f8709cc80e1eebaf6cb94d8e152d08	bootstrap

applying [1/1] https://yhetil.org/guix/1487765072-32603-2-git-send-email-jmd@gnu.org/
diff --git a/bootstrap b/bootstrap
index cb774bc73..052c433a0 100755

Checking patch bootstrap...
1:19: new blank line at EOF.
+
Applied patch bootstrap cleanly.
warning: 1 line adds whitespace errors.

index at:
100755 052c433a050d3a2760dcd7be8a9507097d0d9ffc	bootstrap

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.