• R/O
  • SSH

Commit

Frequently used words (click to add to your profile)

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

Remilia's SlackBuild packages for Slackware Linux


Commit MetaInfo

Revisionbdbf66a8829c321409f96d6fa40fb480abda45a6 (tree)
Time2023-06-12 10:03:19
AuthorRemilia Scarlet <alexa@part...>
CommiterRemilia Scarlet

Log Message

Add an echo statement to indicate the compiler is running.

Change Summary

Incremental Difference

diff -r 5a662d97d3de -r bdbf66a8829c benben-sbo/benben.SlackBuild
--- a/benben-sbo/benben.SlackBuild Sun Jun 11 19:03:06 2023 -0600
+++ b/benben-sbo/benben.SlackBuild Sun Jun 11 19:03:19 2023 -0600
@@ -120,6 +120,7 @@
120120
121121 # Build the program
122122 mkdir bin
123+echo "Building Benben"
123124 CRYSTAL_OPTS="$CRYSTAL_SLACK_FLAGS" \
124125 crystal \
125126 build \