[csw-devel] SF.net SVN: gar:[19051] csw/mgar/pkg/gdb/trunk/Makefile
pfelecan at users.sourceforge.net
pfelecan at users.sourceforge.net
Wed Aug 22 09:55:30 CEST 2012
Revision: 19051
http://gar.svn.sourceforge.net/gar/?rev=19051&view=rev
Author: pfelecan
Date: 2012-08-22 07:55:30 +0000 (Wed, 22 Aug 2012)
Log Message:
-----------
gdb/trunk: correct merge exclusion of the 64 bit undesired component
Modified Paths:
--------------
csw/mgar/pkg/gdb/trunk/Makefile
Modified: csw/mgar/pkg/gdb/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gdb/trunk/Makefile 2012-08-22 07:54:28 UTC (rev 19050)
+++ csw/mgar/pkg/gdb/trunk/Makefile 2012-08-22 07:55:30 UTC (rev 19051)
@@ -95,6 +95,9 @@
EXTRA_MERGE_EXCLUDE_FILES += /opt/csw/include/dis-asm.h
EXTRA_MERGE_EXCLUDE_FILES += /opt/csw/include/symcat.h
EXTRA_MERGE_EXCLUDE_FILES += /opt/csw/lib/charset.alias
+EXTRA_MERGE_EXCLUDE_FILES += /opt/csw/lib/64/charset.alias
+# the following 2 are probably not necessary as the paths are refering
+# to the PKGROOT and I think that the paths must refer to DESTDIR:
EXTRA_MERGE_EXCLUDE_FILES += /opt/csw/lib/amd64/charset.alias
EXTRA_MERGE_EXCLUDE_FILES += /opt/csw/lib/sparcv9/charset.alias
EXTRA_MERGE_EXCLUDE_FILES += /opt/csw/share/info/bfd.info
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list