• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

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

Commit MetaInfo

Révision01725908258c0821886d845c2ade43a3806588c5 (tree)
l'heure2023-05-04 10:36:21
Auteurmatsuand <30614168+matsuand@user...>
Commitermatsuand

Message de Log

[BLFS] Add _checkParams.

Change Summary

Modification

--- /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 --------------------