Mailinglist Archive: yast-commit (939 mails)
| < Previous | Next > |
[yast-commit] r53454 - in /trunk/storage: disk/ disk/doc/ disk/doc/autodocs/ disk/src/ multipath-simple/ multipath-simple/src/ storage/src/
- From: aschnell@xxxxxxxxxxxxxxxx
- Date: Wed, 19 Nov 2008 16:50:51 -0000
- Message-id: <20081119165051.C85BCDF55B@xxxxxxxxxxxxxxxx>
Author: aschnell
Date: Wed Nov 19 17:50:51 2008
New Revision: 53454
URL: http://svn.opensuse.org/viewcvs/yast?rev=53454&view=rev
Log:
- some restructuring
Added:
trunk/storage/multipath-simple/
trunk/storage/multipath-simple/Makefile.am
trunk/storage/multipath-simple/src/
trunk/storage/multipath-simple/src/Makefile.am
trunk/storage/multipath-simple/src/multipath-simple.ycp (props changed)
- copied unchanged from r53453,
trunk/storage/storage/src/multipath-simple.ycp
Removed:
trunk/storage/storage/src/multipath-simple.ycp
Modified:
trunk/storage/disk/Makefile.am
trunk/storage/disk/doc/Makefile.am
trunk/storage/disk/doc/autodocs/Makefile.am
trunk/storage/disk/src/Makefile.am
trunk/storage/storage/src/Makefile.am
Modified: trunk/storage/disk/Makefile.am
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/storage/disk/Makefile.am?rev=53454&r1=53453&r2=53454&view=diff
==============================================================================
--- trunk/storage/disk/Makefile.am (original)
+++ trunk/storage/disk/Makefile.am Wed Nov 19 17:50:51 2008
@@ -1,3 +1,5 @@
#
# Makefile.am for storage/disk
+#
+
SUBDIRS = doc src
Modified: trunk/storage/disk/doc/Makefile.am
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/storage/disk/doc/Makefile.am?rev=53454&r1=53453&r2=53454&view=diff
==============================================================================
--- trunk/storage/disk/doc/Makefile.am (original)
+++ trunk/storage/disk/doc/Makefile.am Wed Nov 19 17:50:51 2008
@@ -1,5 +1,5 @@
#
-# Makefile.am for y2c_disk/doc
+# Makefile.am for storage/disk/doc
#
SUBDIRS = autodocs
@@ -8,3 +8,4 @@
html_DATA =
EXTRA_DIST = $(html_DATA)
+
Modified: trunk/storage/disk/doc/autodocs/Makefile.am
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/storage/disk/doc/autodocs/Makefile.am?rev=53454&r1=53453&r2=53454&view=diff
==============================================================================
--- trunk/storage/disk/doc/autodocs/Makefile.am (original)
+++ trunk/storage/disk/doc/autodocs/Makefile.am Wed Nov 19 17:50:51 2008
@@ -1,4 +1,6 @@
-# Makefile.am for YCP module .../doc/autodocs
+#
+# Makefile.am for storage/disk/doc/autodocs
+#
htmldir = @docdir@/autodocs
@@ -7,3 +9,4 @@
index.html: $(srcdir)/../../src/*.ycp
@ybindir@/ycpdoc -d. $(srcdir)/../../src/*.ycp
+
Modified: trunk/storage/disk/src/Makefile.am
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/storage/disk/src/Makefile.am?rev=53454&r1=53453&r2=53454&view=diff
==============================================================================
--- trunk/storage/disk/src/Makefile.am (original)
+++ trunk/storage/disk/src/Makefile.am Wed Nov 19 17:50:51 2008
@@ -1,11 +1,9 @@
#
# Makefile.am for storage/disk/src
#
-# $Id$
-#
-client_DATA = \
- disk.ycp \
+client_DATA = \
+ disk.ycp \
disk_worker.ycp
desktop_DATA = disk.desktop
Added: trunk/storage/multipath-simple/Makefile.am
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/storage/multipath-simple/Makefile.am?rev=53454&view=auto
==============================================================================
--- trunk/storage/multipath-simple/Makefile.am (added)
+++ trunk/storage/multipath-simple/Makefile.am Wed Nov 19 17:50:51 2008
@@ -0,0 +1,5 @@
+#
+# Makefile.am for storage/multipath-simple
+#
+
+SUBDIRS = src
Added: trunk/storage/multipath-simple/src/Makefile.am
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/storage/multipath-simple/src/Makefile.am?rev=53454&view=auto
==============================================================================
--- trunk/storage/multipath-simple/src/Makefile.am (added)
+++ trunk/storage/multipath-simple/src/Makefile.am Wed Nov 19 17:50:51 2008
@@ -0,0 +1,8 @@
+#
+# Makefile.am for storage/multipath-simple/src
+#
+
+client_DATA = \
+ multipath-simple.ycp
+
+EXTRA_DIST = $(client_DATA)
Modified: trunk/storage/storage/src/Makefile.am
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/storage/storage/src/Makefile.am?rev=53454&r1=53453&r2=53454&view=diff
==============================================================================
--- trunk/storage/storage/src/Makefile.am (original)
+++ trunk/storage/storage/src/Makefile.am Wed Nov 19 17:50:51 2008
@@ -1,5 +1,5 @@
#
-# Makefile.am for storage/src
+# Makefile.am for storage/storage/src
#
SUBDIRS = include modules proposal
@@ -13,8 +13,7 @@
inst_resize_ui.ycp \
inst_target_part.ycp \
inst_target_selection.ycp \
- storage_finish.ycp \
- multipath-simple.ycp
+ storage_finish.ycp
EXTRA_DIST = $(client_DATA)
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Wed Nov 19 17:50:51 2008
New Revision: 53454
URL: http://svn.opensuse.org/viewcvs/yast?rev=53454&view=rev
Log:
- some restructuring
Added:
trunk/storage/multipath-simple/
trunk/storage/multipath-simple/Makefile.am
trunk/storage/multipath-simple/src/
trunk/storage/multipath-simple/src/Makefile.am
trunk/storage/multipath-simple/src/multipath-simple.ycp (props changed)
- copied unchanged from r53453,
trunk/storage/storage/src/multipath-simple.ycp
Removed:
trunk/storage/storage/src/multipath-simple.ycp
Modified:
trunk/storage/disk/Makefile.am
trunk/storage/disk/doc/Makefile.am
trunk/storage/disk/doc/autodocs/Makefile.am
trunk/storage/disk/src/Makefile.am
trunk/storage/storage/src/Makefile.am
Modified: trunk/storage/disk/Makefile.am
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/storage/disk/Makefile.am?rev=53454&r1=53453&r2=53454&view=diff
==============================================================================
--- trunk/storage/disk/Makefile.am (original)
+++ trunk/storage/disk/Makefile.am Wed Nov 19 17:50:51 2008
@@ -1,3 +1,5 @@
#
# Makefile.am for storage/disk
+#
+
SUBDIRS = doc src
Modified: trunk/storage/disk/doc/Makefile.am
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/storage/disk/doc/Makefile.am?rev=53454&r1=53453&r2=53454&view=diff
==============================================================================
--- trunk/storage/disk/doc/Makefile.am (original)
+++ trunk/storage/disk/doc/Makefile.am Wed Nov 19 17:50:51 2008
@@ -1,5 +1,5 @@
#
-# Makefile.am for y2c_disk/doc
+# Makefile.am for storage/disk/doc
#
SUBDIRS = autodocs
@@ -8,3 +8,4 @@
html_DATA =
EXTRA_DIST = $(html_DATA)
+
Modified: trunk/storage/disk/doc/autodocs/Makefile.am
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/storage/disk/doc/autodocs/Makefile.am?rev=53454&r1=53453&r2=53454&view=diff
==============================================================================
--- trunk/storage/disk/doc/autodocs/Makefile.am (original)
+++ trunk/storage/disk/doc/autodocs/Makefile.am Wed Nov 19 17:50:51 2008
@@ -1,4 +1,6 @@
-# Makefile.am for YCP module .../doc/autodocs
+#
+# Makefile.am for storage/disk/doc/autodocs
+#
htmldir = @docdir@/autodocs
@@ -7,3 +9,4 @@
index.html: $(srcdir)/../../src/*.ycp
@ybindir@/ycpdoc -d. $(srcdir)/../../src/*.ycp
+
Modified: trunk/storage/disk/src/Makefile.am
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/storage/disk/src/Makefile.am?rev=53454&r1=53453&r2=53454&view=diff
==============================================================================
--- trunk/storage/disk/src/Makefile.am (original)
+++ trunk/storage/disk/src/Makefile.am Wed Nov 19 17:50:51 2008
@@ -1,11 +1,9 @@
#
# Makefile.am for storage/disk/src
#
-# $Id$
-#
-client_DATA = \
- disk.ycp \
+client_DATA = \
+ disk.ycp \
disk_worker.ycp
desktop_DATA = disk.desktop
Added: trunk/storage/multipath-simple/Makefile.am
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/storage/multipath-simple/Makefile.am?rev=53454&view=auto
==============================================================================
--- trunk/storage/multipath-simple/Makefile.am (added)
+++ trunk/storage/multipath-simple/Makefile.am Wed Nov 19 17:50:51 2008
@@ -0,0 +1,5 @@
+#
+# Makefile.am for storage/multipath-simple
+#
+
+SUBDIRS = src
Added: trunk/storage/multipath-simple/src/Makefile.am
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/storage/multipath-simple/src/Makefile.am?rev=53454&view=auto
==============================================================================
--- trunk/storage/multipath-simple/src/Makefile.am (added)
+++ trunk/storage/multipath-simple/src/Makefile.am Wed Nov 19 17:50:51 2008
@@ -0,0 +1,8 @@
+#
+# Makefile.am for storage/multipath-simple/src
+#
+
+client_DATA = \
+ multipath-simple.ycp
+
+EXTRA_DIST = $(client_DATA)
Modified: trunk/storage/storage/src/Makefile.am
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/storage/storage/src/Makefile.am?rev=53454&r1=53453&r2=53454&view=diff
==============================================================================
--- trunk/storage/storage/src/Makefile.am (original)
+++ trunk/storage/storage/src/Makefile.am Wed Nov 19 17:50:51 2008
@@ -1,5 +1,5 @@
#
-# Makefile.am for storage/src
+# Makefile.am for storage/storage/src
#
SUBDIRS = include modules proposal
@@ -13,8 +13,7 @@
inst_resize_ui.ycp \
inst_target_part.ycp \
inst_target_selection.ycp \
- storage_finish.ycp \
- multipath-simple.ycp
+ storage_finish.ycp
EXTRA_DIST = $(client_DATA)
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |