This website requires JavaScript.
Explore
Help
Sign In
rekahsoft
/
guix
Watch
1
Star
1
Fork
0
You've already forked guix
Code
Issues
Pull Requests
Releases
Wiki
Activity
adfb167f12
guix
/
bootstrap
6 lines
69 B
Plaintext
Raw
Normal View
History
Unescape
Escape
build: Add `bootstrap' and `sync-with-upstream' scripts. * bootstrap, nix/sync-with-upstream: New files. * Makefile.am (EXTRA_DIST): Add `bootstrap'. * daemon.am (EXTRA_DIST): Add `nix/sync-with-upstream'.
2012-12-03 21:43:26 +00:00
#!/bin/sh
Remove 'nix-upstream' submodule. * nix/sync-with-upstream: Remove. * bootstrap: Remove uses of 'git submodule' and 'sync-with-usptream'. * .gitmodules: Remove.
2014-12-19 22:18:49 +00:00
# Create the build system.
build: Add `bootstrap' and `sync-with-upstream' scripts. * bootstrap, nix/sync-with-upstream: New files. * Makefile.am (EXTRA_DIST): Add `bootstrap'. * daemon.am (EXTRA_DIST): Add `nix/sync-with-upstream'.
2012-12-03 21:43:26 +00:00
set -e -x
exec autoreconf -vfi
Reference in New Issue
Copy Permalink