]> granicus.if.org Git - fcron/commitdiff
Don't strip binaries if in debug mode
authorThibault Godouet <fcron@free.fr>
Mon, 15 Apr 2013 22:13:58 +0000 (23:13 +0100)
committerThibault Godouet <fcron@free.fr>
Mon, 15 Apr 2013 22:13:58 +0000 (23:13 +0100)
Makefile.in

index 3936894129f0df9f8f1c67aab0842dc6cd58bd45..b9767de95f0ee084a58b196d16d33fc65d63afcf 100644 (file)
@@ -233,12 +233,14 @@ endif
 
 # strip executables
 strip: install-staged
+ifneq ($(DEBUG), 1)
        strip $(DESTDIR)$(DESTSBIN)/fcron
        strip $(DESTDIR)$(DESTBIN)/fcrontab
        strip $(DESTDIR)$(DESTBIN)/fcronsighup
 ifeq ($(FCRONDYN), 1)
        strip $(DESTDIR)$(DESTBIN)/fcrondyn
 endif
+endif
 
 install-boot: install 
        $(SRCDIR)/script/boot-install "$(INSTALL) -o $(ROOTNAME)" $(DESTSBIN) $(DEBUG) $(FCRONTABS)  $(ANSWERALL) $(SRCDIR)