Name | Date | Size | |
---|---|---|---|
.. | 2012-09-28 00:39:37 | 247 | |
AUTHORS.txt | 2012-09-27 22:35:35 | 8.5 KiB | |
common | 2012-09-27 22:35:35 | 7 | |
COPYING | 2012-09-27 22:35:35 | 34.2 KiB | |
i386 | 2012-09-27 22:35:35 | 3 | |
Makefile | 2012-09-27 22:35:35 | 2.4 KiB | |
Makefile.com | 2012-09-27 22:35:35 | 4.6 KiB | |
README | 2012-09-27 22:35:35 | 799 | |
THANKS.txt | 2012-09-27 22:35:35 | 1.5 KiB | |
THIRDPARTYLICENSE.descrip | 2012-09-27 22:35:35 | 30 |
README
This is the Solaris ON port of GNU Parted v2.3
For more information, please see http://www.gnu.org/software/parted/
parted has been broken into two pieces: src/lib/libparted and src/cmd/parted
The Makefiles have all been replaced by ON Makefiles.
The common directory contains these three subdirectories from parted-2.3:
include, lib and libparted
$(SUBDIR)/config.status: $(SUBDIR)/configure
cd src; \
MAKE=gmake ./configure CFLAGS=-I$(ROOT)/usr/include \
LDFLAGS="-L$(ROOT)/lib -L$(ROOT)/usr/lib -Wl,-Bdirect -Wl,-M$(MAPFILE.NE
S) -Wl,-zignore" \
LIBS=-ldiskmgt \
ac_cv_sys_file_offset_bits=no \
ac_cv_func_canonicalize_file_name=yes \
--without-readline --disable-nls \
--without-libintl-prefix \
--disable-dependency-tracking \
--disable-dynamic-loading \
--disable-device-mapper