mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
Remove 'nix-upstream' submodule.
* nix/sync-with-upstream: Remove. * bootstrap: Remove uses of 'git submodule' and 'sync-with-usptream'. * .gitmodules: Remove.
This commit is contained in:
parent
36457566f9
commit
9ac97e83e9
3 changed files with 1 additions and 103 deletions
12
bootstrap
12
bootstrap
|
@ -1,15 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Import missing source files and create the build system.
|
||||
# Create the build system.
|
||||
|
||||
set -e -x
|
||||
|
||||
top_srcdir="$PWD"
|
||||
export top_srcdir
|
||||
|
||||
git submodule init
|
||||
git submodule update
|
||||
|
||||
./nix/sync-with-upstream
|
||||
|
||||
exec autoreconf -vfi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue