]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
add more scan targets, so we don't have to re-build everything
authorAlan T. DeKok <aland@freeradius.org>
Tue, 8 Jun 2021 19:16:51 +0000 (15:16 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 8 Jun 2021 19:17:34 +0000 (15:17 -0400)
scripts/boiler.mk

index 0315cac58e076b7cb8150e5b412334d2a99f26e8..5d771eb2086c36ae87425af239710deeb475ab0a 100644 (file)
@@ -741,6 +741,25 @@ endif
 
 scan: ${ALL_PLISTS}
 
+scan.protocols: $(filter build/plist/src/protocols/%,$(ALL_PLISTS))
+
+scan.modules: $(filter build/plist/src/modules/%,$(ALL_PLISTS))
+
+scan.unlang: $(filter build/plist/src/lib/unlang/%,$(ALL_PLISTS))
+
+scan.server: $(filter build/plist/src/lib/server/%,$(ALL_PLISTS))
+
+.PHONY: scan.help
+scan.help:
+       @echo ""
+       @echo "Make targets:"
+       @echo "    scan                - scan all source"
+       @echo "    scan.protocols      - scan src/protocols"
+       @echo "    scan.modules        - scan src/modules"
+       @echo "    scan.server         - scan src/lib/server"
+       @echo "    scan.unlang         - scan src/lib/unlang"
+
+
 .PHONY: clean.scan
 clean.scan:
        $(Q)rm -rf ${ALL_PLISTS}