Skip to content

Commit

Permalink
add fail-mbr
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Tsai committed Nov 6, 2012
1 parent 0c6061f commit 403ba70
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SUBDIRS= po src docs tests
SUBDIRS= po src docs tests fail-mbr

ACLOCAL_AMFLAGS = -I m4

Expand Down
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
SUBDIRS = po src docs tests
SUBDIRS = po src docs tests fail-mbr
ACLOCAL_AMFLAGS = -I m4
EXTRA_DIST = m4/ChangeLog config.rpath toolbox src/deplib_version.c src/version.h src/ufs debian
all: config.h
Expand Down
2 changes: 2 additions & 0 deletions TODO
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@
* zfs support
* source code update
* more documents
* add ufs+ to partclone.fstype
* add fail-mbr to automake style
14 changes: 6 additions & 8 deletions tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ host_triplet = i686-pc-linux-gnu
#endif
#am__append_5 = hfsplus.test
#am__append_6 = xfs.test
#am__append_7 = exfat.test
#am__append_8 = ntfs.test
#am__append_7 = ntfs.test

#if ENABLE_UFS
#TESTS += ufs.test
Expand All @@ -71,8 +70,8 @@ host_triplet = i686-pc-linux-gnu
#if ENABLE_VMFS
#TESTS += vmfs.test
#endif
#am__append_9 = jfs.test
#am__append_10 = btrfs.test
#am__append_8 = jfs.test
#am__append_9 = btrfs.test
subdir = tests
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in TODO
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
Expand Down Expand Up @@ -130,7 +129,7 @@ LDFLAGS =
LIBICONV = -liconv
LIBINTL =
LIBOBJS =
LIBS = -lncursesw -lpthread
LIBS = -lpthread
LN_S = ln -s
LTLIBICONV = -liconv
LTLIBINTL =
Expand Down Expand Up @@ -202,7 +201,7 @@ mandir = ${datarootdir}/man
mkdir_p = /bin/mkdir -p
oldincludedir = /usr/include
pdfdir = ${docdir}
prefix = /usr/local
prefix = /home/thomas/tmp
program_transform_name = s,x,x,
psdir = ${docdir}
sbindir = ${exec_prefix}/sbin
Expand All @@ -215,8 +214,7 @@ top_builddir = ..
top_srcdir = ..
TESTS = dd.test $(am__append_1) $(am__append_2) $(am__append_3) \
$(am__append_4) $(am__append_5) $(am__append_6) \
$(am__append_7) $(am__append_8) $(am__append_9) \
$(am__append_10)
$(am__append_7) $(am__append_8) $(am__append_9)
CLEANFILES = floppy*
all: all-am

Expand Down

0 comments on commit 403ba70

Please sign in to comment.