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:
meep-eep
2003-06-28 16:51:51 +00:00
parent 2e5645f7ad
commit 1433d66456
4 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
default:
./build sc2
./build.sh sc2
%.rc.o:
@DIR=$(dir $@); \
+3
View File
@@ -4,6 +4,9 @@
- PROG_*_DETECT, LIB_*_DETECT
- static compilation
- error message for './build.sh uqm asdasddsa'
- option to (re)generate files from config.state
(useful for automatic building)
- generating tags files
some docs
- sc2_LDFLAGS etc are only relevant in the top dir
+1 -1
View File
@@ -54,7 +54,7 @@ chmod -R go+rX "${TEMPDIR}/attach"
echo "Making tar.gz file for everything except from the content."
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
+2
View File
@@ -11,6 +11,8 @@ quithandler() {
trap quithandler INT
umask 022
cat << EOF
-== The Ur-Quan Masters installation ==-