]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: contrib: remove the last references to the now dead contrib/ directory
authorWilly Tarreau <w@1wt.eu>
Wed, 21 Apr 2021 13:13:10 +0000 (15:13 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 21 Apr 2021 13:13:58 +0000 (15:13 +0200)
Now with the last SPOA modules gone, contrib/ doesn't exist anymore
and does not need to be referenced in the Makefile nor .gitignore.

.gitignore
CONTRIBUTING
Makefile

index 94e5b8e96b3535f7de607a785c7a27a4141d6bc1..ae8b6a24c72565e32eacb2164fba9cacff8d2ed8 100644 (file)
@@ -19,7 +19,6 @@
 !/SUBVERS
 !/VERDATE
 !/VERSION
-!/contrib
 !/admin
 !/dev
 !/doc
index 73a27c7dbda4094c749efdaa4e23d5e5be140c75..db89ef7bc1c2228ff79d5041cc9af7895d9d03e8 100644 (file)
@@ -818,9 +818,7 @@ exhaustive:
 
   - poll      any of the pollers
 
-  - halog     the halog sub-component in the contrib directory
-
-  - contrib   any addition to the contrib directory
+  - halog     the halog sub-component in the admin directory
 
   - htx       general HTX subsystem
 
index 2d9cc0ca53693c9a0a6fdb3c1750fe5409aea325..d38d6c60a670596a3afbaa9652db0fa60d1f41f4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1008,7 +1008,7 @@ clean:
        $(Q)for dir in . src dev/* admin/* addons/* 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 {admin,dev,contrib}/*/*.[oas] {admin,dev,contrib}/*/*/*.[oas] {admin,dev,contrib}/*/*/*/*.[oas]
+       $(Q)rm -f {admin,dev}/*/*.[oas] {admin,dev}/*/*/*.[oas] {admin,dev}/*/*/*/*.[oas]
        $(Q)rm -f addons/promex/*.[oas]
        $(Q)rm -f addons/51degrees/*.[oas] addons/51degrees/dummy/*.[oas] addons/51degrees/dummy/*/*.[oas]
        $(Q)rm -f addons/deviceatlas/*.[oas] addons/deviceatlas/dummy/*.[oas]