[fyba] 10/77: update make.sh files to use the correct paths

Ruben Undheim rubund-guest at moszumanska.debian.org
Mon Sep 22 15:11:23 UTC 2014


This is an automated email from the git hooks/post-receive script.

rubund-guest pushed a commit to branch master
in repository fyba.

commit adaaced3ad8e17c55c1bf4d9f670eb554627f3ea
Author: Thomas Hirsch <fwd.github.20.ravn at neverbox.com>
Date:   Wed Nov 30 16:04:47 2011 +0100

    update make.sh files to use the correct paths
---
 src/FYBA/Fyba_Callback.cpp | 1 -
 src/FYBA/Fyba_melding.cpp  | 2 +-
 src/FYBA/make.sh           | 4 ++--
 src/GM/make.sh             | 6 +++---
 src/UT/make.sh             | 4 ++--
 5 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/src/FYBA/Fyba_Callback.cpp b/src/FYBA/Fyba_Callback.cpp
index 639da52..ca7c03d 100644
--- a/src/FYBA/Fyba_Callback.cpp
+++ b/src/FYBA/Fyba_Callback.cpp
@@ -37,7 +37,6 @@
 #ifdef LINUX
 
 #include <termios.h>
-#include <stropts.h>
 #include <stdio.h>
 #include <sys/select.h>
 #include <sys/ioctl.h>
diff --git a/src/FYBA/Fyba_melding.cpp b/src/FYBA/Fyba_melding.cpp
index 7e80234..bc9d733 100644
--- a/src/FYBA/Fyba_melding.cpp
+++ b/src/FYBA/Fyba_melding.cpp
@@ -38,7 +38,7 @@
 
 #include <fyba.h>
 
-static short sProsent;
+//static short sProsent;
 
 
 /*
diff --git a/src/FYBA/make.sh b/src/FYBA/make.sh
index a2bf4c2..eebd5cc 100755
--- a/src/FYBA/make.sh
+++ b/src/FYBA/make.sh
@@ -1,5 +1,5 @@
 gcc -Wall -g -D_FILE_OFFSET_BITS=64 -DUNIX -DLINUX -fPIC -DI18N_EN -Wno-write-strings -c -I. -I../include *.cpp &&
 ar rcs libfyba.a *.o &&
-gcc -g -D_FILE_OFFSET_BITS=64 -DUNIX -DLINUX -fPIC -DI18N_EN -Wno-write-strings -shared -I. -I../include *.cpp -o ../lib/libfyba.so
-cp fyba.h ../include/fyba.h
+gcc -g -D_FILE_OFFSET_BITS=64 -DUNIX -DLINUX -fPIC -DI18N_EN -Wno-write-strings -shared -I. -I../include *.cpp -o ../../lib/libfyba.so
+cp fyba.h ../../include/fyba.h
 
diff --git a/src/GM/make.sh b/src/GM/make.sh
index aee3aea..6a899a3 100755
--- a/src/GM/make.sh
+++ b/src/GM/make.sh
@@ -1,4 +1,4 @@
-gcc -Wall -g -D_FILE_OFFSET_BITS=64 -DUNIX -DLINUX -fPIC -Wno-write-strings -c -I. -I../include *.cpp
+gcc -Wall -g -D_FILE_OFFSET_BITS=64 -DUNIX -DLINUX -fPIC -Wno-write-strings -c -I. -I../../include *.cpp
 ar rcs libfygm.a *.o
-gcc -g -D_FILE_OFFSET_BITS=64 -DUNIX -DLINUX -fPIC -Wno-write-strings -shared -I. -I../include *.cpp -o ../lib/libfygm.so
-cp fygm.h ../include/fygm.h
+gcc -g -D_FILE_OFFSET_BITS=64 -DUNIX -DLINUX -fPIC -Wno-write-strings -shared -I. -I../../include *.cpp -o ../../lib/libfygm.so
+cp fygm.h ../../include/fygm.h
diff --git a/src/UT/make.sh b/src/UT/make.sh
index a06309b..3168960 100755
--- a/src/UT/make.sh
+++ b/src/UT/make.sh
@@ -1,4 +1,4 @@
 gcc -Wall -g -D_FILE_OFFSET_BITS=64 -DUNIX -DLINUX -fPIC -Wno-write-strings -c -I. *.cpp
 ar rcs libfyut.a *.o
-gcc -g -D_FILE_OFFSET_BITS=64 -DUNIX -DLINUX -fPIC -Wno-write-strings -shared -I. *.cpp -o ../lib/libfyut.so
-cp fyut.h ../include/fyut.h
+gcc -g -D_FILE_OFFSET_BITS=64 -DUNIX -DLINUX -fPIC -Wno-write-strings -shared -I. *.cpp -o ../../lib/libfyut.so
+cp fyut.h ../../include/fyut.h

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/fyba.git



More information about the Pkg-grass-devel mailing list