]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Include the debug information for easier handling of a DA crash (as suggested by...
authorcvetan <cvetan@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 19 Aug 2009 12:27:54 +0000 (12:27 +0000)
committercvetan <cvetan@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 19 Aug 2009 12:27:54 +0000 (12:27 +0000)
build/MakefileDA

index 4858c3d48469f077e2dbf05a0f70465c10b6d731..a5e353c258884621f7003914cf6bc9ced7a18f41 100644 (file)
@@ -265,6 +265,9 @@ $(DASPECFILE): $(DATARGETDIR)
        @echo "# Do not modify following scripts" >> $@
        @echo "#################################################################" >> $@
        @echo "" >> $@
+       @echo "%define debug_package %{nil}" >> $@
+       @echo "%define __os_install_post %{nil}" >> $@
+       @echo "" >> $@
        @echo "# here is defined the installation root directory" >> $@
        @echo "%define pkgname %{name}-%{version}" >> $@
        @echo "%define destdir %{prefix}" >> $@