This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## -------------- homebrew_make_jobs=1 verbose=1 brew install gsmartcontrol 2>&1 ------------ | |
==> Downloading http://download.berlios.de/gsmartcontrol/gsmartcontrol-0.8.7.tar.bz2 | |
Already downloaded: /Library/Caches/Homebrew/gsmartcontrol-0.8.7.tar.bz2 | |
==> ./configure --prefix=/usr/local/Cellar/gsmartcontrol/0.8.7 | |
==> make | |
make[4]: *** Waiting for unfinished jobs.... | |
make[3]: *** [all-recursive] Error 1 | |
make[2]: *** [all-recursive] Error 1 | |
make[1]: *** [all-recursive] Error 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# app.yaml | |
# ----------------------------------------------------------------------------- | |
# This is a sample configuration file for a Shoes app. Edit at will. | |
# ----------------------------------------------------------------------------- | |
# The app's full name, intended for humans. This will be the name of the thing | |
# you double-click. | |
name: Myapp |