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() ...@@ -452,7 +452,7 @@ build_starsphere()
else else
cp -f $ROOT/src/starsphere/Makefile . >> $LOGFILE 2>&1 || failure cp -f $ROOT/src/starsphere/Makefile . >> $LOGFILE 2>&1 || failure
fi fi
make $1 >> $LOGFILE 2>&1 || failure make $2 >> $LOGFILE 2>&1 || failure
make install >> $LOGFILE 2>&1 || failure make install >> $LOGFILE 2>&1 || failure
echo "Successfully built and installed Starsphere [Application]!" | tee -a $LOGFILE echo "Successfully built and installed Starsphere [Application]!" | tee -a $LOGFILE
...@@ -590,7 +590,7 @@ case "$1" in ...@@ -590,7 +590,7 @@ case "$1" in
"--starsphere") "--starsphere")
# "hidden" bonus option :-) # "hidden" bonus option :-)
TARGET=$TARGET_LINUX TARGET=$TARGET_LINUX
build_starsphere "debug" || failure build_starsphere "" "debug" || failure
exit 0 exit 0
;; ;;
*) *)
......
...@@ -109,4 +109,4 @@ install: ...@@ -109,4 +109,4 @@ install:
cp starsphere_* $(STARSPHERE_INSTALL)/bin cp starsphere_* $(STARSPHERE_INSTALL)/bin
clean: clean:
rm -f $(RESOURCESPEC).cpp $(OBJS) starsphere rm -f $(RESOURCESPEC).cpp $(OBJS) starsphere_*
...@@ -109,4 +109,4 @@ install: ...@@ -109,4 +109,4 @@ install:
cp starsphere_* $(STARSPHERE_INSTALL)/bin cp starsphere_* $(STARSPHERE_INSTALL)/bin
clean: 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