Skip to content

Commit

Permalink
[sonic-frr]: Fix sonic build with frr (#2114)
Browse files Browse the repository at this point in the history
Signed-off-by: nikos <[email protected]>
  • Loading branch information
nikos-github authored and lguohan committed Oct 4, 2018
1 parent 673bb65 commit d9d341b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/sonic-frr/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ $(addprefix $(DEST)/, $(MAIN_TARGET)): $(DEST)/% :

# clean up the previous build
rm -rf debian
rm frr*.tar.gz
rm frr*.tar.xz
rm frr*.dsc
rm -f frr*.tar.gz
rm -f frr*.tar.xz
rm -f frr*.dsc

# make a dist tarball
./bootstrap.sh
Expand Down

0 comments on commit d9d341b

Please sign in to comment.