Skip to content

Commit

Permalink
datapath: Clean up files on distclean.
Browse files Browse the repository at this point in the history
This was causing failures in 'make distcleancheck'.

Signed-off-by: Joe Stringer <[email protected]>
Acked-by: Pravin B Shelar <[email protected]>
  • Loading branch information
joestringer committed Jun 4, 2014
1 parent 6a223e8 commit b596218
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion datapath/linux/Makefile.main.in
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ check: all
installcheck:
mostlyclean:
clean:
rm -f *.o *.ko *.mod.* Module.symvers *.cmd kcompat.h.new
rm -f *.o *.ko *.mod.* Module.symvers .*.cmd kcompat.h.new \
modules.order .tmp_versions/openvswitch.mod
for d in $(build_links); do if test -h $$d; then rm $$d; fi; done
distclean: clean
rm -f kcompat.h
Expand Down

0 comments on commit b596218

Please sign in to comment.