mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-11-01 02:38:15 +00:00
Add target to re-run autogen on all modules in a given package directory.
This commit is contained in:
@@ -53,6 +53,11 @@ pkg:
|
|||||||
$(ONL_V_GEN) $(ONLPM_ENVIRONMENT) NOBUILD=1 $(ONLPM) $(ONLPM_OPTS) --build all --arches $(ARCHES)
|
$(ONL_V_GEN) $(ONLPM_ENVIRONMENT) NOBUILD=1 $(ONLPM) $(ONLPM_OPTS) --build all --arches $(ARCHES)
|
||||||
|
|
||||||
|
|
||||||
|
#
|
||||||
|
# Run the module autogen on all modules under the current directory.
|
||||||
|
#
|
||||||
|
autogen:
|
||||||
|
$(BUILDER)/tools/modtool.py --load-dir . --foreach-module 'make -C %(dir)s autogen'
|
||||||
|
|
||||||
#
|
#
|
||||||
# Generate a rule for all available packages
|
# Generate a rule for all available packages
|
||||||
|
|||||||
Reference in New Issue
Block a user