summaryrefslogblamecommitdiff
path: root/build/pmake
blob: c124d79ab03754dc38d27265042f14e38ef7a902 (plain) (tree)
1
2
3
4
5
6
7
8
9

         

     

         

                
 
             
 
                                                            


                               


                                
 
     
                                        
     
                          
 
#!/bin/sh

cd ..

dir=`pwd`

export CC=gcc-5
export CXX=g++-5

export LANG=C

export CXXFLAGS="-g -pg -fno-inline -fno-omit-frame-pointer"

autoreconf -i
./configure --prefix=$dir/run \
--datadir=$dir/run/share/games \
--bindir=$dir/run/bin \
--mandir=$dir/run/share/man

cd po
make -j8 update-gmo 2>../build/make1.log
cd ..
make -j8 2>build/make2.log