Skip to content

Commit

Permalink
Various build cleanups not related to actual code execution.
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesa committed Aug 19, 2013
1 parent 53b000e commit e2ddd78
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 12 deletions.
3 changes: 2 additions & 1 deletion Makefile.cvs
@@ -1,10 +1,11 @@
#
# Makefile.cvs
#
PREFIX = /usr

LIB = $(shell y2tool get-lib)

PREFIX = /usr

configure: all
./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB)

Expand Down
9 changes: 0 additions & 9 deletions configure.in.in
Expand Up @@ -8,14 +8,5 @@
@YAST2-CHECKS-COMMON@
@YAST2-CHECKS-YCP@

## Nasty hack: xgettext doesn't work for XML files, so let's symlink it
( cd control;
for xml in `ls *.xml`; do
ln -sf $xml `basename $xml .xml`.glade
done
)
find control -name *.glade > POTFILES

## and generate the output...
@YAST2-OUTPUT@

2 changes: 1 addition & 1 deletion doc/Makefile.am
@@ -1,5 +1,5 @@
#
# Makefile.am for devtools/devtools/skeletons/config/doc
# Makefile.am for yast2-vm/doc
#

SUBDIRS = autodocs
Expand Down
6 changes: 6 additions & 0 deletions package/yast2-vm.changes
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Aug 19 16:50:53 UTC 2013 - yast-devel@opensuse.org

- Various build cleanups not related to actual code execution
- version 3.0.1

-------------------------------------------------------------------
Wed Jul 31 08:45:03 UTC 2013 - yast-devel@opensuse.org

Expand Down
2 changes: 1 addition & 1 deletion yast2-vm.spec.in
Expand Up @@ -12,7 +12,7 @@ Requires: yast2-ruby-bindings >= 1.0.0
Summary: Configure Hypervisor and Tools for Xen and KVM

%description
This YaST module configures and installs a virtual machine.
This YaST module installs the tools necessary for creating VMs with Xen or KVM.

@PREP@

Expand Down

0 comments on commit e2ddd78

Please sign in to comment.