t006-posix-install.diff - mkports - recipes for building multiple softwares with mk(1)
(HTM) git clone git://z3bra.org/mkports
(DIR) Log
(DIR) Files
(DIR) Refs
---
t006-posix-install.diff (968B)
---
1 diff -urN a/Makefile b/Makefile
2 --- a/Makefile 2014-12-24 20:20:49.000000000 +0000
3 +++ b/Makefile 2017-05-26 06:16:10.803325264 +0000
4 @@ -53,14 +53,8 @@
5 install -m 0755 -d $(DESTDIR)$(SBINDIR)
6 install -m 0755 -d $(DESTDIR)$(CONFDIR)
7 install -m 0755 -d $(DESTDIR)$(ARPDDIR)
8 - install -m 0755 -d $(DESTDIR)$(DOCDIR)/examples
9 - install -m 0755 -d $(DESTDIR)$(DOCDIR)/examples/diffserv
10 - install -m 0644 README.iproute2+tc $(shell find examples -maxdepth 1 -type f) \
11 - $(DESTDIR)$(DOCDIR)/examples
12 - install -m 0644 $(shell find examples/diffserv -maxdepth 1 -type f) \
13 - $(DESTDIR)$(DOCDIR)/examples/diffserv
14 - @for i in $(SUBDIRS) doc; do $(MAKE) -C $$i install; done
15 + @for i in $(SUBDIRS); do $(MAKE) -C $$i install; done
16 - install -m 0644 $(shell find etc/iproute2 -maxdepth 1 -type f) $(DESTDIR)$(CONFDIR)
17 + install -m 0644 $(shell find etc/iproute2 -type f) $(DESTDIR)$(CONFDIR)
18
19 snapshot:
20 echo "static const char SNAPSHOT[] = \""`date +%y%m%d`"\";" \