gnu: Add r-powerplus.
[jackhill/guix/guix.git] / bootstrap
index e445af2..cb774bc 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -1,16 +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
-
-if [ ! -d nix-upstream ]
-then
-    git submodule init
-fi
-git submodule update
-
 exec autoreconf -vfi