From: Simon Wilkinson Date: Sun, 20 Mar 2011 23:23:29 +0000 (-0400) Subject: lwp: override dbg and optmz settings X-Git-Tag: upstream/1.8.0_pre1^2~4032 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=1c1051ae19810acc6256abe25952375699e4237a;p=packages%2Fo%2Fopenafs.git lwp: override dbg and optmz settings we were wiping out fun things like archflags. shouldn't be needed. let's just do this instead. Change-Id: I80b3453bb237b4995d642b947d03c17d82cda5e7 Reviewed-on: http://gerrit.openafs.org/4266 Tested-by: BuildBot Reviewed-by: Derrick Brashear --- diff --git a/src/lwp/Makefile.in b/src/lwp/Makefile.in index 2c2aefe8a..1783f99b5 100644 --- a/src/lwp/Makefile.in +++ b/src/lwp/Makefile.in @@ -16,10 +16,8 @@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ -# Override the global COMMON_CFLAGS, as we want to be able to override -# debug and optimization settings for this module - -COMMON_CFLAGS = ${CFLAGS} ${LWP_DBG} ${LWP_OPTMZ} ${COMMON_INCL} +DBG=${LWP_DBG} +OPTMZ=${LWP_OPTMZ} LIBOBJS=lwp.o process.o lock.o iomgr.o timer.o fasttime.o preempt.o \ waitkey.o threadname.o AFS_component_version_number.o