Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Sep 2014 10:22:49 GMT
From:      dpl@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r273534 - soc2014/dpl/netmap-ipfwjit
Message-ID:  <201409031022.s83AMnh1046766@socsvn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dpl
Date: Wed Sep  3 10:22:49 2014
New Revision: 273534
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=273534

Log:
  Delete bitcode when make clean

Modified:
  soc2014/dpl/netmap-ipfwjit/Makefile

Modified: soc2014/dpl/netmap-ipfwjit/Makefile
==============================================================================
--- soc2014/dpl/netmap-ipfwjit/Makefile	Wed Sep  3 09:58:59 2014	(r273533)
+++ soc2014/dpl/netmap-ipfwjit/Makefile	Wed Sep  3 10:22:49 2014	(r273534)
@@ -26,7 +26,7 @@
 clean:
 	-@rm -rf $(OBJDIR) kipfw
 	@(cd ipfw && $(MAKE) clean )
-	@rm -f ./ip_fw_rules.bc
+	-@rm -f *.bc
 
 tgz:
 	@$(MAKE) clean



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409031022.s83AMnh1046766>