[Linux-decnet-commit] CVS: dnprogs Makefile.common,1.40,1.41
Brought to you by:
chrissie_c,
ph3-der-loewe
|
From: Patrick C. <pa...@us...> - 2007-08-09 09:27:01
|
Update of /cvsroot/linux-decnet/dnprogs In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv1010 Modified Files: Makefile.common Log Message: Honour DEB_BUILD_OPTIONS=nostrip Index: Makefile.common =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/Makefile.common,v retrieving revision 1.40 retrieving revision 1.41 diff -C2 -r1.40 -r1.41 *** Makefile.common 28 Feb 2007 17:12:44 -0000 1.40 --- Makefile.common 9 Aug 2007 09:26:54 -0000 1.41 *************** *** 137,140 **** --- 137,146 ---- endif + ifneq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) + STRIPBIN= + else + STRIPBIN=-s + endif + LIBS=$(LIBDAP) $(LIBDNET) DEPLIBS=$(DEPLIBDAP) $(DEPLIBDNET) |