• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

修订版01725908258c0821886d845c2ade43a3806588c5 (tree)
时间2023-05-04 10:36:21
作者matsuand <30614168+matsuand@user...>
Commitermatsuand

Log Message

[BLFS] Add _checkParams.

更改概述

差异

--- /dev/null
+++ b/BLFS/_checkParams.sh
@@ -0,0 +1,12 @@
1+#!/bin/sh
2+
3+echo Check Build Paramters...
4+
5+while [ "$1" != "" ]
6+do
7+ echo \ \ $1
8+ export PARAMETER_$NAME=1
9+ shift
10+done
11+
12+echo --------------------