1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-23 21:43:51 +01:00
19244: Make: Add generate-Makefile.ci r=maribu a=bergzand

### Contribution description

This is the same as the create-Makefile.ci. The alias is added to stay in line with other generate-* Make targets. Now the documentation should also be valid again

### Testing procedure

The target should now match the documentation in the doxygen.

### Issues/PRs references

follow-up to #19239 

Co-authored-by: Koen Zandberg <koen@bergzand.net>
This commit is contained in:
bors[bot] 2023-02-04 17:34:15 +00:00 committed by GitHub
commit c3796d3bc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 4 deletions

View File

@ -235,7 +235,7 @@ GLOBAL_GOALS += buildtest \
info-boards-features-missing \
info-boards-supported \
info-buildsizes info-buildsizes-diff \
create-Makefile.ci \
generate-Makefile.ci \
#
ifneq (, $(filter $(GLOBAL_GOALS), $(MAKECMDGOALS)))

View File

@ -149,8 +149,9 @@ info-boards-features-blacklisted:
info-boards-features-conflicting:
@for f in $(BOARDS_FEATURES_CONFLICTING); do echo $${f}; done | column -t
create-Makefile.ci:
@$(RIOTTOOLS)/insufficient_memory/create_makefile.ci.sh --no-docker
generate-Makefile.ci:
@$(RIOTTOOLS)/insufficient_memory/create_makefile.ci.sh
# Reset BOARDSDIR so unchanged for makefiles included after, for now only
# needed for buildtests.inc.mk

View File

@ -6,7 +6,7 @@
check-toolchain-supported \
info-programmers-supported \
info-rust \
create-Makefile.ci \
generate-Makefile.ci \
#
info-objsize: