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

[makefile] remove all fsroot folders #11030

Merged
merged 1 commit into from
Jun 9, 2022
Merged

Conversation

yxieca
Copy link
Contributor

@yxieca yxieca commented Jun 5, 2022

Why I did it

Make reset didn't clean-up all fsroot folders.

How I did it

Remove all fsroot folders used during build.

How to verify it

Run local build and local make reset:

sudo mkdir fsroot-test
sudo touch fsroot-test/foo
make reset
(Without this change, make reset cannot remove fsroot-foo, with the change, the repo become clean after make reset.)

Signed-off-by: Ying Xie ying.xie@microsoft.com

lguohan
lguohan previously approved these changes Jun 5, 2022
Signed-off-by: Ying Xie <ying.xie@microsoft.com>
@yxieca yxieca merged commit 67e89b8 into sonic-net:master Jun 9, 2022
@yxieca yxieca deleted the makerst branch June 9, 2022 01:00
yxieca added a commit that referenced this pull request Jun 9, 2022
Why I did it
Make reset didn't clean-up all fsroot folders.

How I did it
Remove all fsroot folders used during build.

How to verify it
Run local build and local make reset:

sudo mkdir fsroot-test
sudo touch fsroot-test/foo
make reset
(Without this change, make reset cannot remove fsroot-foo, with the change, the repo become clean after make reset.)

Signed-off-by: Ying Xie ying.xie@microsoft.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants