Mailinglist Archive: yast-commit (210 mails)
| < Previous | Next > |
[yast-commit] r63486 - in /trunk/core/scr/src: Makefile.am scr.cc
- From: mvidner@xxxxxxxxxxxxxxxxx
- Date: Fri, 25 Feb 2011 15:43:39 -0000
- Message-id: <20110225154340.03FB43256C@svn2.opensuse.org>
Author: mvidner
Date: Fri Feb 25 16:43:39 2011
New Revision: 63486
URL: http://svn.opensuse.org/viewcvs/yast?rev=63486&view=rev
Log:
Do not build 'scr' binary
The binary is build here and also in base/ directory. Because of
build sequence, base/ binary will win and overwrite this binary.
Author: Stanislav Visnovsky <visnov@xxxxxxxxxx>
http://lists.opensuse.org/yast-devel/2011-02/msg00168.html
patch 01, 02
Removed:
trunk/core/scr/src/scr.cc
Modified:
trunk/core/scr/src/Makefile.am
Modified: trunk/core/scr/src/Makefile.am
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/core/scr/src/Makefile.am?rev=63486&r1=63485&r2=63486&view=diff
==============================================================================
--- trunk/core/scr/src/Makefile.am (original)
+++ trunk/core/scr/src/Makefile.am Fri Feb 25 16:43:39 2011
@@ -5,20 +5,6 @@
AM_CXXFLAGS = -DY2LOG=\"scr\" -DSUSEVERSION=\"${SUSEVERSION}\"
serversdir = $(execcompdir)/servers
-servers_PROGRAMS = scr
-
-scr_SOURCES = \
- scr.cc
-
-scr_LDADD = ${AGENT_LIBADD} \
- $(top_builddir)/liby2/src/liby2.la
-
-scr_DEPENDENCIES = libpy2scr.la
-
-scr_LDFLAGS = \
- -Xlinker --whole-archive \
- libpy2scr.la \
- -Xlinker --no-whole-archive
plugin_LTLIBRARIES = libpy2scr.la
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Fri Feb 25 16:43:39 2011
New Revision: 63486
URL: http://svn.opensuse.org/viewcvs/yast?rev=63486&view=rev
Log:
Do not build 'scr' binary
The binary is build here and also in base/ directory. Because of
build sequence, base/ binary will win and overwrite this binary.
Author: Stanislav Visnovsky <visnov@xxxxxxxxxx>
http://lists.opensuse.org/yast-devel/2011-02/msg00168.html
patch 01, 02
Removed:
trunk/core/scr/src/scr.cc
Modified:
trunk/core/scr/src/Makefile.am
Modified: trunk/core/scr/src/Makefile.am
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/core/scr/src/Makefile.am?rev=63486&r1=63485&r2=63486&view=diff
==============================================================================
--- trunk/core/scr/src/Makefile.am (original)
+++ trunk/core/scr/src/Makefile.am Fri Feb 25 16:43:39 2011
@@ -5,20 +5,6 @@
AM_CXXFLAGS = -DY2LOG=\"scr\" -DSUSEVERSION=\"${SUSEVERSION}\"
serversdir = $(execcompdir)/servers
-servers_PROGRAMS = scr
-
-scr_SOURCES = \
- scr.cc
-
-scr_LDADD = ${AGENT_LIBADD} \
- $(top_builddir)/liby2/src/liby2.la
-
-scr_DEPENDENCIES = libpy2scr.la
-
-scr_LDFLAGS = \
- -Xlinker --whole-archive \
- libpy2scr.la \
- -Xlinker --no-whole-archive
plugin_LTLIBRARIES = libpy2scr.la
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |