[Pkg-xen-changes] r948 - trunk/xen/debian

Bastian Blank waldi at alioth.debian.org
Fri Nov 25 21:30:49 UTC 2011


Author: waldi
Date: Fri Nov 25 21:30:49 2011
New Revision: 948

Log:
debian/rules.real: Strip hvmloader again.

Modified:
   trunk/xen/debian/rules.real

Modified: trunk/xen/debian/rules.real
==============================================================================
--- trunk/xen/debian/rules.real	Fri Nov 25 21:30:27 2011	(r947)
+++ trunk/xen/debian/rules.real	Fri Nov 25 21:30:49 2011	(r948)
@@ -84,7 +84,7 @@
 	@rm -rf $(INSTALL_DIR)
 	+$(MAKE_CLEAN) -C $(DIR)/tools install DESTDIR=$(CURDIR)/$(INSTALL_DIR) $(CONFIG)
 	# hvmloader
-	#strip --remove-section=.comment --remove-section=.note $(INSTALL_DIR)/usr/lib/xen*/boot/*
+	strip --remove-section=.comment --remove-section=.note $(INSTALL_DIR)/usr/lib/xen*/boot/*
 	touch $@
 
 install-base:



More information about the Pkg-xen-changes mailing list