Name Date Size #Lines LOC

..--

common/H17-Nov-2022-61,32343,182

i386/H17-Nov-2022-5322

AUTHORS.txtH A D17-Nov-20228.5 KiB234181

COPYINGH A D17-Nov-202234.2 KiB677553

MakefileH A D17-Nov-20222.3 KiB11161

Makefile.comH A D17-Nov-20224 KiB12984

READMEH A D17-Nov-2022776 2318

THANKS.txtH A D17-Nov-20221.5 KiB2926

THIRDPARTYLICENSE.descripH A D17-Nov-202230 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