summaryrefslogtreecommitdiff
path: root/libxml.spec.in
diff options
context:
space:
mode:
authorMike Hommey <glandium@debian.org>2006-01-06 18:28:17 +0100
committerMike Hommey <glandium@debian.org>2006-01-06 18:28:17 +0100
commit0fd83af441e251fc23fc1af7959fd6ecfa105fe1 (patch)
treea2b35749a66abce02e6f07983ef50618d93bef58 /libxml.spec.in
parent17049f05f9ef09b3dc2a9c5d1de3f21de7c03193 (diff)
downloadlibxml2-0fd83af441e251fc23fc1af7959fd6ecfa105fe1.tar.gz
Load /tmp/tmp.U9vXwU/libxml2-2.6.23 intoupstream/2.6.23
local/libxml2/branches/upstream/current.
Diffstat (limited to 'libxml.spec.in')
-rw-r--r--libxml.spec.in30
1 files changed, 0 insertions, 30 deletions
diff --git a/libxml.spec.in b/libxml.spec.in
index 16c9888..bf5dd5f 100644
--- a/libxml.spec.in
+++ b/libxml.spec.in
@@ -60,36 +60,6 @@ at parse time or later once the document has been modified.
%setup -q
%build
-#
-# try to use compiler profiling, based on Arjan van de Ven <arjanv@redhat.com>
-# initial test spec. This really doesn't work okay for most tests done.
-#
-# Well except it's just broken most of the time.
-#GCC_VERSION=`gcc --version | grep "^gcc" | awk '{ print $3 }' | sed 's+\([0-9]\)\.\([0-9]\)\..*+\1\2+'`
-#if [ $GCC_VERSION -ge 34 ]
-#then
-# PROF_GEN='-fprofile-generate'
-# PROF_USE='-fprofile-use'
-#fi
-#
-#if [ "$PROF_GEN" != "" ]
-#then
-# # First generate a profiling version
-# CFLAGS="${RPM_OPT_FLAGS} ${PROF_GEN}" %configure
-# make
-# # Run a few sampling
-# make dba100000.xml
-# ./xmllint --noout dba100000.xml
-# ./xmllint --stream dba100000.xml
-# ./xmllint --noout --valid test/valid/REC-xml-19980210.xml
-# ./xmllint --stream --valid test/valid/REC-xml-19980210.xml
-# # Then generate code based on profile
-# CFLAGS="${RPM_OPT_FLAGS} ${PROF_USE}" %configure
-# make
-#else
-# %configure
-# make
-#fi
%configure
make
gzip -9 ChangeLog