included scripts for diff and status

This commit is contained in:
Dhanya Maliakal 2015-05-21 11:18:04 +02:00
parent 1611dde9d4
commit 2cd2dbadc0
6 changed files with 24 additions and 1 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@ slsDetectorGui/
slsDetectorSoftware/
slsReceiverSoftware/
slsDetectorCalibration/
slsImageReconstruction/

View File

@ -7,7 +7,7 @@ CXX = $(CC)
ASM=$(shell echo "/lib/modules/`uname -r`/build/include")
LDFLAGDET = -L$(LIBDIR) -lSlsDetector -L/usr/lib64/ -lpthread
LDFLAGRXR = -L$(LIBDIR) -lSlsReceiver -L/usr/lib64/ -lpthread
FLAGS= -Wall #-DEIGER_DEBUG #-DFIFO_DEBUG
FLAGS= -Wall #-DEIGER_DEBUG -DEIGER_DEBUG2 #-DWRITE_HEADERS #-DEIGER_DEBUG #-DFIFO_DEBUG
# -DVERBOSE
# Setting up the verbose flags

11
diffall.sh Normal file
View File

@ -0,0 +1,11 @@
git diff;
cd slsDetectorSoftware;
git diff;
cd ../slsReceiverSoftware;
git diff;
cd ../slsDetectorGui;
git diff;
cd ../slsDetectorCalibration;
git diff;
cd ../slsImageReconstruction;
git diff;

Binary file not shown.

Binary file not shown.

11
statusall.sh Normal file
View File

@ -0,0 +1,11 @@
git status;
cd slsDetectorSoftware;
git status;
cd ../slsReceiverSoftware;
git status;
cd ../slsDetectorGui;
git status;
cd ../slsDetectorCalibration;
git status;
cd ../slsImageReconstruction;
git status;