mirror of
https://git.kernel.org/pub/scm/network/iproute2/iproute2.git
synced 2024-11-17 06:53:26 +08:00
don't strip shell scripts
(Logical change 1.141)
This commit is contained in:
parent
1a1d4c5e02
commit
03ffadfe02
@ -6,9 +6,10 @@ IPOBJ=ip.o ipaddress.o iproute.o iprule.o \
|
||||
RTMONOBJ=rtmon.o
|
||||
|
||||
ALLOBJ=$(IPOBJ) $(RTMONOBJ)
|
||||
TARGETS=ip rtmon ifcfg rtpr
|
||||
SCRIPTS=ifcfg rtpr routel routef
|
||||
TARGETS=ip rtmon
|
||||
|
||||
all: $(TARGETS)
|
||||
all: $(TARGETS) $(SCRIPTS)
|
||||
|
||||
ip: $(IPOBJ) $(LIBNETLINK) $(LIBUTIL)
|
||||
|
||||
@ -16,7 +17,7 @@ rtmon: $(RTMONOBJ) $(LIBNETLINK)
|
||||
|
||||
install: all
|
||||
install -m 0755 -s $(TARGETS) $(DESTDIR)$(SBINDIR)
|
||||
install -m 0755 routel routef $(DESTDIR)$(SBINDIR)
|
||||
install -m 0755 $(SCRIPTS) $(DESTDIR)$(SBINDIR)
|
||||
|
||||
clean:
|
||||
rm -f $(ALLOBJ) $(TARGETS)
|
||||
|
Loading…
Reference in New Issue
Block a user