Name
Date
Size
#Lines
LOC

..--

common/H--61,32343,182

i386/H--5322

AUTHORS.txtH A D22-May-20098.5 KiB234181

COPYINGH A D20-May-200934.2 KiB677553

MakefileH A D03-Aug-20102.3 KiB11161

Makefile.comH A D20-May-20094 KiB12984

READMEH A D20-May-2009776 2318

THANKS.txtH A D22-May-20091.5 KiB2926

THIRDPARTYLICENSE.descripH A D20-May-200930 21

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