README
1This is the Solaris ON port of GNU Parted v1.8.8
2For more information, please see http://www.gnu.org/software/parted/
3
4parted has been broken into two pieces: src/lib/libparted and src/cmd/parted
5
6The Makefiles have all been replaced by ON Makefiles.
7
8The common directory contains these three subdirectories from parted-1.8.8:
9include, lib and libparted
10
11$(SUBDIR)/config.status: $(SUBDIR)/configure
12 cd src; \
13 MAKE=gmake ./configure CFLAGS=-I$(ROOT)/usr/include \
14 LDFLAGS="-L$(ROOT)/lib -L$(ROOT)/usr/lib -Wl,-Bdirect -Wl,-M$(MAPFILE.NE
15S) -Wl,-zignore" \
16 LIBS=-ldiskmgt \
17 ac_cv_sys_file_offset_bits=no \
18 ac_cv_func_canonicalize_file_name=yes \
19 --without-readline --disable-nls \
20 --without-libintl-prefix \
21 --disable-dependency-tracking \
22 --disable-dynamic-loading
23