Skip to content

Commit

Permalink
remove scr_remote which without system namespace useless
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Oct 29, 2013
1 parent 01c5739 commit d391dab
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 34 deletions.
20 changes: 1 addition & 19 deletions base/src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -33,23 +33,5 @@ y2base_LDFLAGS = \

AM_CXXFLAGS = -DY2LOG=\"scr\" -DSUSEVERSION=\"${SUSEVERSION}\"

This comment has been minimized.

Copy link
@mvidner

mvidner Oct 30, 2013

Member

this line can go too

This comment has been minimized.

Copy link
@jreidinger

jreidinger Oct 30, 2013

Author Member

you are right


serversdir = $(execcompdir)/servers
servers_PROGRAMS = scr_remote

AM_CPPFLAGS = ${AGENT_INCLUDES} \
-I$(srcdir)/../../libscr/src/include \
-I$(srcdir)/../../scr/src

scr_remote_SOURCES = \
scr_remote.cc

scr_remote_LDADD = ${AGENT_LIBADD}

scr_remote_LDFLAGS = \
-Xlinker --whole-archive \
$(top_builddir)/scr/src/libpy2scr.la \
$(top_builddir)/wfm/src/libpy2wfm.la \
-Xlinker --no-whole-archive

TESTS = scr-smoke-test
TESTS = y2base-smoke-test
EXTRA_DIST = $(TESTS)
14 changes: 0 additions & 14 deletions base/src/scr_remote.cc

This file was deleted.

2 changes: 1 addition & 1 deletion base/src/scr-smoke-test → base/src/y2base-smoke-test
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
# smoke test:
echo "WHEN" "simply run with noting to do"
echo " IT" "exits with no error (in particular it does not segfault)"
$DIR/scr_remote stdio scr < /dev/null
$DIR/y2base stdio scr < /dev/null

0 comments on commit d391dab

Please sign in to comment.