From aca95703a94fce2cb79cfaca579b17cfb19808c4 Mon Sep 17 00:00:00 2001 From: Dhanya Maliakal Date: Thu, 11 Jun 2015 11:42:44 +0200 Subject: [PATCH] tiny changes --- Makefile.include | 2 +- branchall.sh | 12 ++++++++++++ diffall.sh | 1 + statusall.sh | 1 + 4 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 branchall.sh diff --git a/Makefile.include b/Makefile.include index 56417f682..4d01ab03a 100644 --- a/Makefile.include +++ b/Makefile.include @@ -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 -DEIGER_DEBUG2 #-DWRITE_HEADERS #-DEIGER_DEBUG #-DFIFO_DEBUG +FLAGS= -Wall -DEIGER_DEBUG -DEIGER_DEBUG2 -DWRITE_HEADERS #-DEIGER_DEBUG #-DFIFO_DEBUG # -DVERBOSE # Setting up the verbose flags diff --git a/branchall.sh b/branchall.sh new file mode 100644 index 000000000..fce1819f1 --- /dev/null +++ b/branchall.sh @@ -0,0 +1,12 @@ +git branch; +cd slsDetectorSoftware; +git branch; +cd ../slsReceiverSoftware; +git branch; +cd ../slsDetectorGui; +git branch; +cd ../slsDetectorCalibration; +git branch; +cd ../slsImageReconstruction; +git branch; +cd .. diff --git a/diffall.sh b/diffall.sh index ce51b3424..ddc8d4a86 100644 --- a/diffall.sh +++ b/diffall.sh @@ -9,3 +9,4 @@ cd ../slsDetectorCalibration; git diff; cd ../slsImageReconstruction; git diff; +cd .. diff --git a/statusall.sh b/statusall.sh index 1dd7b55fd..394d85ec3 100644 --- a/statusall.sh +++ b/statusall.sh @@ -15,3 +15,4 @@ git status; echo "***slsImageReconstruction"; cd ../slsImageReconstruction; git status; +cd ..