Skip to content

Conversation

crawfxrd
Copy link
Member

@crawfxrd crawfxrd commented Sep 3, 2025

Standardize the Makefiles to use a single name.

Done with:

find . -name *.mk -not -path '*/toolchain.mk' -execdir mv {} Makefile.mk \;
grep -rl common.mk src/ | xargs sed -i 's/common.mk/Makefile.mk/'
grep -rl keyboard.mk src/ | xargs sed -i 's/keyboard.mk/Makefile.mk/'
grep -rl scratch.mk src/ | xargs sed -i 's/scratch.mk/Makefile.mk/'
grep -rl flash.mk src/ | xargs sed -i 's/flash.mk/Makefile.mk/'

@crawfxrd crawfxrd force-pushed the mk-name branch 2 times, most recently from 7275c3e to cc2f601 Compare September 3, 2025 17:15
@crawfxrd crawfxrd changed the title make: Rename all included files to Makefile.mk make: Rename all included files to Makefile.mk Sep 3, 2025
Standardize the Makefiles to use a single name.

Done with:

    find . -name *.mk -not -path '*/toolchain.mk' -execdir mv {} Makefile.mk \;
    grep -rl common.mk src/ | xargs sed -i 's/common.mk/Makefile.mk/'
    grep -rl keyboard.mk src/ | xargs sed -i 's/keyboard.mk/Makefile.mk/'
    grep -rl scratch.mk src/ | xargs sed -i 's/scratch.mk/Makefile.mk/'
    grep -rl flash.mk src/ | xargs sed -i 's/flash.mk/Makefile.mk/'

Signed-off-by: Tim Crawford <tcrawford@system76.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant