- In network.c and asynnet.c code was added to close the socket when a connect failed. Otherwise the socket would leak and the process runs out of file descriptors. - Multicountserc now forcefully handles the counting status. Before I had the status flickering between counting and nobeam because the HM has no way to diagnose nobeam - In motorsec.c the pDrivInt->iErrorCount was not reset to 0 properly. Leading to death. - Removed the stack smashing test flag for the time being.
16 lines
382 B
Plaintext
16 lines
382 B
Plaintext
#--------------------------------------------------------------------------
|
|
# general defines used within the PSI makefile hierarchy
|
|
#
|
|
# Mark Koennecke, July 2003
|
|
#-------------------------------------------------------------------------
|
|
|
|
#DFORTIFY= -DFORTIFY
|
|
#FORTIFYOBJ= fortify.o strdup.o
|
|
|
|
MFLAGS=-f makefile_linux$(DUMMY)
|
|
|
|
HDFROOT=/afs/psi.ch/project/sinq/sl6
|
|
TCLINC=.
|
|
|
|
DBG= -g
|