CONTRIB: move some admin-related sub-projects to admin/
The following components were moved to admin/ because they're generally used in field by admins: iprange/ netsnmp-perl/ selinux/ systemd/ wireshark-dissectors/ syntax-highlight/ release-estimator/
This commit is contained in:
parent
6a6dabe668
commit
233e868895
|
@ -95,7 +95,7 @@ Files: src/pattern.c, include/haproxy/pattern*.h
|
|||
|
||||
Master-worker
|
||||
Maintainer: William Lallemand <wlallemand@haproxy.com>
|
||||
Note: Please CC William when touching src/haproxy.c and contrib/systemd
|
||||
Note: Please CC William when touching src/haproxy.c and admin/systemd
|
||||
|
||||
Multi-threading
|
||||
Maintainer: Christopher Faulet <cfaulet@haproxy.com>
|
||||
|
|
5
Makefile
5
Makefile
|
@ -994,10 +994,11 @@ uninstall:
|
|||
|
||||
clean:
|
||||
$(Q)rm -f *.[oas] src/*.[oas] haproxy test .build_opts .build_opts.new
|
||||
$(Q)for dir in . src dev/* include/* doc; do rm -f $$dir/*~ $$dir/*.rej $$dir/core; done
|
||||
$(Q)for dir in . src dev/* admin/* include/* doc; do rm -f $$dir/*~ $$dir/*.rej $$dir/core; done
|
||||
$(Q)rm -f haproxy-$(VERSION).tar.gz haproxy-$(VERSION)$(SUBVERS)$(EXTRAVERSION).tar.gz
|
||||
$(Q)rm -f haproxy-$(VERSION) haproxy-$(VERSION)$(SUBVERS)$(EXTRAVERSION) nohup.out gmon.out
|
||||
$(Q)rm -f {dev,contrib}/*/*.[oas] {dev,contrib}/*/*/*.[oas] {dev,contrib}/*/*/*/*.[oas]
|
||||
$(Q)rm -f {admin,dev,contrib}/*/*.[oas] {admin,dev,contrib}/*/*/*.[oas] {admin,dev,contrib}/*/*/*/*.[oas]
|
||||
$(Q)rm -f admin/iprange/iprange admin/iprange/ip6range
|
||||
$(Q)rm -f contrib/halog/halog dev/flags/flags dev/poll/poll dev/tcploop/tcploop
|
||||
$(Q)rm -f dev/hpack/decode dev/hpack/gen-enc dev/hpack/gen-rht
|
||||
|
||||
|
|
Loading…
Reference in New Issue