From d203be43c9e1006672a1a1da6b177fd43f4760c2 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 13 Oct 2011 02:33:04 +0300 Subject: Move build scripts and logs to build dir. --- bmake | 59 ----------------------------------------------------------- 1 file changed, 59 deletions(-) delete mode 100755 bmake (limited to 'bmake') diff --git a/bmake b/bmake deleted file mode 100755 index 0dea9d942..000000000 --- a/bmake +++ /dev/null @@ -1,59 +0,0 @@ -#!/bin/sh - -#may be -#-Waggregate-return -Winline - -#for feature -#-Wstrict-overflow=4 -Wfloat-equal -#-Wunsafe-loop-optimizations -#-Wnon-virtual-dtor -#-Woverloaded-virtual -#-Wformat=2 -#-Wswitch-enum - -#for better code -# -Weffc++ - -#need fix: -Wold-style-cast -Wconversion -#prof -pg - -dir=`pwd` - -export CC=gcc-4.5 -export CXX=g++-4.5 - -export LANG=C -export CXXFLAGS="-Wunreachable-code -Wmissing-field-initializers \ --Wabi -Wdisabled-optimization -Wuninitialized \ --Wvolatile-register-var -Winvalid-pch -Wredundant-decls \ --Wnormalized=nfkc -Wmissing-format-attribute -Wmissing-noreturn \ --Wswitch-default -Wsign-promo -Waddress -Wmissing-declarations \ --Wctor-dtor-privacy -Wstrict-null-sentinel \ --Wunused-parameter -Wlogical-op \ --Wempty-body -Wsign-compare -Wclobbered -Wcast-align -Wcast-qual \ --Wtype-limits -Wpointer-arith -Wundef -Wmissing-include-dirs \ --Wignored-qualifiers -Winit-self -pedantic -Wall -ggdb3 -O2 -pipe \ --Wpacked -Wshadow -Wunused -Wsynth \ --Wbuiltin-macro-redefined -Wctor-dtor-privacy -Wdeprecated -Wextra \ --Wendif-labels -Wformat=1 -Wimport -Wnon-virtual-dtor -Wpsabi \ --Wsign-promo -Wwrite-strings -D_FORTIFY_SOURCE=2" - -autoreconf -i -./configure --prefix=$dir/run \ ---datadir=$dir/run/share/games \ ---bindir=$dir/run/bin \ ---mandir=$dir/run/share/man \ ---enable-memdebug=yes \ ---with-internalguichan=yes \ ---enable-tcmalloc=no \ ---enable-googleprofiler=no - -#--enable-applebuild=yes -#--without-librt - -cd po -#make -j5 update-po 2>../make1.log -make -j5 update-gmo 2>../make1.log -cd .. -make -j5 2>make2.log - -- cgit v1.2.3-60-g2f50