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] Fix cleaning SONIC_PYTHON_STDEB_DEBS #3343

Merged
merged 1 commit into from
Aug 15, 2019

Commits on Aug 14, 2019

  1. [build] Fix cleaning SONIC_PYTHON_STDEB_DEBS

    * slave.mk
    * .gitignore
    
    The SONIC_PYTHON_STDEB_DEBS group is part of SONIC_CLEAN_DEBS
    for cleaning with 'make clean', but this group is overlooked
    since they reside in PYTHON_DEBS_PATH, not DEBS_PATH. This
    fix creates a separate clean rule for SONIC_PYTHON_STDEB_DEBS.
    
    Also noticed the .arch file showing up on 'git status' so
    added it to .gitignore.
    
    Signed-off-by: Greg Paussa <greg.paussa@broadcom.com>
    gpaussabrcm committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    68aaa4e View commit details
    Browse the repository at this point in the history