]> git.ipfire.org Git - people/stevee/aiccu.git/commitdiff
skip strip
authorReinier Haasjes <reinier@haasjes.com>
Fri, 17 Aug 2012 09:29:39 +0000 (11:29 +0200)
committerStefan Schantl <stefan.schantl@ipfire.org>
Wed, 26 Aug 2015 18:21:02 +0000 (18:21 +0000)
We handle stripping of the binary through dh_strip, thus remove the
upstream code handling that, which does not care about our Debian
build options.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
unix-console/Makefile

index d5e5c071ce53e45d527727aa68680985b3f87c3b..f746cac474e0904eff182ca0ffea1c25f578232e 100755 (executable)
@@ -145,11 +145,6 @@ all: aiccu
 
 aiccu: $(OBJS) ${SRCS} ${INCS}
        $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJS)
-ifeq ($(shell echo $(CFLAGS) | grep -c "DEBUG"),0)
-ifeq ($(shell echo "$(RPM_OPT_FLAGS)" | wc -c),1)
-       strip $@
-endif
-endif
 
 clean:
        $(RM) -f $(OBJS) aiccu