Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

Commit

Permalink
Minor fixes.
Browse files Browse the repository at this point in the history
Added commands to create dev and local directories.
  • Loading branch information
joshthecoder committed Apr 24, 2009
1 parent bdb8ced commit 4ffe0b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hammer.sh
Expand Up @@ -10,6 +10,10 @@ export MAKEOPTS="-j3"
export PKG_CONFIG_PATH=$PREFIX/lib/pkgconfig
export BUILDDIR=`uname -m`

# setup directories
mkdir -p $PREFIX
mkdir -p $DEPS_SOURCE

# Log Directory
LOGDIR=$PWD/logs
mkdir -p $LOGDIR
Expand Down

0 comments on commit 4ffe0b3

Please sign in to comment.