Skip to content
Snippets Groups Projects
Commit a48d08b7 authored by Oliver Bock's avatar Oliver Bock
Browse files

Minor fixes

parent b1b94b62
No related branches found
No related tags found
No related merge requests found
......@@ -452,7 +452,7 @@ build_starsphere()
else
cp -f $ROOT/src/starsphere/Makefile . >> $LOGFILE 2>&1 || failure
fi
make $1 >> $LOGFILE 2>&1 || failure
make $2 >> $LOGFILE 2>&1 || failure
make install >> $LOGFILE 2>&1 || failure
echo "Successfully built and installed Starsphere [Application]!" | tee -a $LOGFILE
......@@ -590,7 +590,7 @@ case "$1" in
"--starsphere")
# "hidden" bonus option :-)
TARGET=$TARGET_LINUX
build_starsphere "debug" || failure
build_starsphere "" "debug" || failure
exit 0
;;
*)
......
......@@ -109,4 +109,4 @@ install:
cp starsphere_* $(STARSPHERE_INSTALL)/bin
clean:
rm -f $(RESOURCESPEC).cpp $(OBJS) starsphere
rm -f $(RESOURCESPEC).cpp $(OBJS) starsphere_*
......@@ -109,4 +109,4 @@ install:
cp starsphere_* $(STARSPHERE_INSTALL)/bin
clean:
rm -f $(RESOURCESPEC).cpp $(OBJS) starsphere
rm -f $(RESOURCESPEC).cpp $(OBJS) starsphere_*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment