From: Thibault Godouet Date: Mon, 15 Apr 2013 22:13:58 +0000 (+0100) Subject: Don't strip binaries if in debug mode X-Git-Tag: ver3_1_3~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c3c870807b37052e41af5ece7e52f8749ff69dc;p=thirdparty%2Ffcron.git Don't strip binaries if in debug mode --- diff --git a/Makefile.in b/Makefile.in index 3936894..b9767de 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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)