Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[build]: Add missing 'rm -rf' to component Makefiles for clean rebuild #3028

Merged
merged 1 commit into from
Jun 19, 2019

Commits on Jun 18, 2019

  1. [build]: Add missing 'rm -rf' to component Makefiles for clean rebuild

    * src/iproute2/Makefile
    * src/python3/Makefile
    
    These Makefiles do not properly clean out the src build subdirectory
    prior to downloading the source code contents. This causes an error
    during a rebuild following a 'make clean'.
    
    Signed-off-by: Greg Paussa <[email protected]>
    gpaussabrcm committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    aee8077 View commit details
    Browse the repository at this point in the history