mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-10-30 17:58:16 +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)
|
||||
|
||||
|
||||
#
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user