26 lines
537 B
Diff
26 lines
537 B
Diff
From fa1eb83dca7f7e74af76004d3757063bbcc770fd Mon Sep 17 00:00:00 2001
|
|
From: guowentao <guowentao@xfusion.com>
|
|
Date: Fri, 16 Jun 2023 10:47:00 +0800
|
|
Subject: [PATCH] add bootstrap for source code compilation
|
|
|
|
Signed-off-by: guowentao <guowentao@xfusion.com>
|
|
---
|
|
bootstrap | 5 +++++
|
|
1 file changed, 5 insertions(+)
|
|
create mode 100755 bootstrap
|
|
|
|
diff --git a/bootstrap b/bootstrap
|
|
new file mode 100755
|
|
index 0000000..15d77fc
|
|
--- /dev/null
|
|
+++ b/bootstrap
|
|
@@ -0,0 +1,5 @@
|
|
+#!/bin/bash
|
|
+
|
|
+set -e
|
|
+
|
|
+autoreconf --install --sym
|
|
--
|
|
2.27.0
|
|
|