Deleted Added
full compact
Makefile (92840) Makefile (100872)
1# $FreeBSD: head/gnu/usr.bin/binutils/strip/Makefile 92840 2002-03-20 23:05:19Z obrien $
1# $FreeBSD: head/gnu/usr.bin/binutils/strip/Makefile 100872 2002-07-29 09:40:17Z ru $
2
3.include "../Makefile.inc0"
4
5.PATH: ${SRCDIR}/binutils ${SRCDIR}/binutils/doc
6
7PROG= strip
8SRCS= objcopy.c is-strip.c
9WARNS= 2

--- 11 unchanged lines hidden (view full) ---

21 cp strip maybe_stripped
22.if defined(STRIP)
23.if ${STRIP:M-s} != ""
24 -strip maybe_stripped
25.endif
26.endif
27
28realinstall:
2
3.include "../Makefile.inc0"
4
5.PATH: ${SRCDIR}/binutils ${SRCDIR}/binutils/doc
6
7PROG= strip
8SRCS= objcopy.c is-strip.c
9WARNS= 2

--- 11 unchanged lines hidden (view full) ---

21 cp strip maybe_stripped
22.if defined(STRIP)
23.if ${STRIP:M-s} != ""
24 -strip maybe_stripped
25.endif
26.endif
27
28realinstall:
29 ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
29 ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
30 maybe_stripped ${DESTDIR}${BINDIR}/strip
31
32.include <bsd.prog.mk>
30 maybe_stripped ${DESTDIR}${BINDIR}/strip
31
32.include <bsd.prog.mk>