Some little changes I still had lying around.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@999 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
default:
|
default:
|
||||||
./build sc2
|
./build.sh sc2
|
||||||
|
|
||||||
%.rc.o:
|
%.rc.o:
|
||||||
@DIR=$(dir $@); \
|
@DIR=$(dir $@); \
|
||||||
|
|||||||
@@ -4,6 +4,9 @@
|
|||||||
- PROG_*_DETECT, LIB_*_DETECT
|
- PROG_*_DETECT, LIB_*_DETECT
|
||||||
- static compilation
|
- static compilation
|
||||||
- error message for './build.sh uqm asdasddsa'
|
- error message for './build.sh uqm asdasddsa'
|
||||||
|
- option to (re)generate files from config.state
|
||||||
|
(useful for automatic building)
|
||||||
|
- generating tags files
|
||||||
|
|
||||||
some docs
|
some docs
|
||||||
- sc2_LDFLAGS etc are only relevant in the top dir
|
- sc2_LDFLAGS etc are only relevant in the top dir
|
||||||
|
|||||||
@@ -54,7 +54,7 @@ chmod -R go+rX "${TEMPDIR}/attach"
|
|||||||
|
|
||||||
echo "Making tar.gz file for everything except from the content."
|
echo "Making tar.gz file for everything except from the content."
|
||||||
echo "Using maximum compression; this may take a moment."
|
echo "Using maximum compression; this may take a moment."
|
||||||
tar -c -C "${TEMPDIR}/attach/" . | gzip -9 > "${TEMPDIR}/attach.tar.gz"
|
tar -c -C "${TEMPDIR}/attach/" -f - . | gzip -9 > "${TEMPDIR}/attach.tar.gz"
|
||||||
|
|
||||||
{
|
{
|
||||||
cat << EOF
|
cat << EOF
|
||||||
|
|||||||
@@ -11,6 +11,8 @@ quithandler() {
|
|||||||
|
|
||||||
trap quithandler INT
|
trap quithandler INT
|
||||||
|
|
||||||
|
umask 022
|
||||||
|
|
||||||
cat << EOF
|
cat << EOF
|
||||||
-== The Ur-Quan Masters installation ==-
|
-== The Ur-Quan Masters installation ==-
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user