Need help to clean SONiC (local git repo), make clean didn't worked.
by mistake during SONiC build executed below commands
instead of
make configure PLATFORM=broadcom,
executed below command
make configure PLATFORM=bcmx.
How clean the local git repo?
Observing below issue:
make: *** No rule to make
target 'platform/bcmx/rules.mk'. Stop.Makefile.work:202: recipe for target 'configure' failed
make[1]: *** [configure] Error 2
make[1]: Leaving directory '/home/balaji/sonic-201911/sonic-buildimage'
Makefile:19: recipe for target 'configure' failed
make: *** [configure] Error 2
balaji@sfstypc01:~/sonic-201911/sonic-buildimage$
Regards,
Balaji