mirror of
https://git.proxmox.com/git/mirror_iproute2
synced 2025-10-13 01:49:24 +00: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
|
RTMONOBJ=rtmon.o
|
||||||
|
|
||||||
ALLOBJ=$(IPOBJ) $(RTMONOBJ)
|
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)
|
ip: $(IPOBJ) $(LIBNETLINK) $(LIBUTIL)
|
||||||
|
|
||||||
@ -16,7 +17,7 @@ rtmon: $(RTMONOBJ) $(LIBNETLINK)
|
|||||||
|
|
||||||
install: all
|
install: all
|
||||||
install -m 0755 -s $(TARGETS) $(DESTDIR)$(SBINDIR)
|
install -m 0755 -s $(TARGETS) $(DESTDIR)$(SBINDIR)
|
||||||
install -m 0755 routel routef $(DESTDIR)$(SBINDIR)
|
install -m 0755 $(SCRIPTS) $(DESTDIR)$(SBINDIR)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f $(ALLOBJ) $(TARGETS)
|
rm -f $(ALLOBJ) $(TARGETS)
|
||||||
|
Loading…
Reference in New Issue
Block a user