[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

DEB_BUILD_OPTIONS / make install & strip.



I stumble upon:

http://lists.debian.org/debian-policy/2001/04/msg00188.html

This is not implemented in gdcm/cmake. I do not understand how I can
specify that in the rules files. when nostrip is specified the install
rule should be:

install-python%:
	$(MAKE) $(JOBS) -C $(BUILD)-python$* install DESTDIR=$(TARGET)

while by default (not done actually) it should be:

install-python%:
	$(MAKE) $(JOBS) -C $(BUILD)-python$* install/strip DESTDIR=$(TARGET)


By default a cmake generated 'make install' does not strip executable/libraries.

thanks.
-- 
Mathieu


Reply to: