Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
common/ | H | - | - | 61,323 | 43,182 | |
i386/ | H | - | - | 53 | 22 | |
AUTHORS.txt | H A D | 22-May-2009 | 8.5 KiB | 234 | 181 | |
COPYING | H A D | 20-May-2009 | 34.2 KiB | 677 | 553 | |
Makefile | H A D | 03-Aug-2010 | 2.3 KiB | 111 | 61 | |
Makefile.com | H A D | 20-May-2009 | 4 KiB | 129 | 84 | |
README | H A D | 20-May-2009 | 776 | 23 | 18 | |
THANKS.txt | H A D | 22-May-2009 | 1.5 KiB | 29 | 26 | |
THIRDPARTYLICENSE.descrip | H A D | 20-May-2009 | 30 | 2 | 1 |
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